Cisco Systems SPS2024 Switch User Manual


 
SNMP Commands
snmp-server view
SPS208G/SPS224G4/SPS2024 Command Line Interface Reference Guide 336
26
Example
The following example defines community access string public to permit
administrative access to SNMP protocol at an administrative station with IP
address 192.168.1.20.
Console(config)# snmp-server community public su 192.168.1.20
snmp-server view
The snmp-server view Global Configuration mode command creates or updates a
Simple Network Management Protocol (SNMP) server view entry. Use the no form
of this command to remove a specified SNMP server view entry.
Syntax
snmp-server view
view-name oid-tree
{included | excluded}
no snmp-server view
view-name
[
oid-tree
]
Parameters
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
‘Default’ and ‘DefaultSuper’ views exists.