CLI Guide

Table Of Contents
Switch Management Commands 2222
Command History
Syntax updated in version 6.6 firmware to remove insecure ciphers.
Example
The following example configures an SNMPv3 user “John” in group “user-
group”.
console(config)# snmp-server user John user-group
snmp-server view
Use the snmp-server view command in Global Configuration mode to create
or update a Simple Network Management Protocol (SNMP) server view entry.
To delete a specified SNMP server view entry, use the no form of this
command.
Syntax
snmp-server view view-name oid-tree { included | excluded }
no snmp-server view view-name [oid-tree ]
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 (*) wild card
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