Administrator Guide

Switch Management Commands 2137
view-name
— Specifies the label for the view record that is being created
or updated. The name is used to reference the record. (Range: 1-30
characters.)
oid-tree
— Specifies the object identifier of the ASN.1 subtree to be
included or excluded from the view. To identify the subtree, specify a text
string consisting of numbers, such as
1.3.6.2.4
, or a word, such as
system
. Replace a single subidentifier with the asterisk (*) wildcard to
specify a subtree family; for example
1.3.*.4
.
included
— Indicates that the view type is included.
excluded
— Indicates that the view type is excluded.
Default Configuration
A view entry does not exist.
Command Mode
Global Configuration mode
User Guidelines
A view is a set of ASN.1 objects the SNMP server is allowed to access.
Multiple view statements may be entered for a particular view. This command
can be entered multiple times for the same view record.
The view name accepts any printable characters except a question mark.
Enclose the string in double quotes to include spaces within the name. The
surrounding quotes are not used as part of the name. The CLI does not filter
illegal combinations of characters on entry and may accept entries up to the
first illegal character or reject the entry entirely.
Examples
The following example creates a view named user-view that includes all
objects in the MIB-II system group except for sysServices (system.7) and
includes all objects for interface 1 in the MIB-II interface group. An
additional example of embedded blanks in a view name is given on the last
line.
console(config)# snmp-server view user-view system included
console(config)# snmp-server view user-view system.7 excluded
console(config)# snmp-server view user-view ifEntry.*.1 included
2CSNXXX_SWUM204.book Page 2137 Monday, January 25, 2016 1:25 PM