5-48
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 5 Configuring the Management Interface and Security
Configuring and Managing the SNMP Interface
Following are some sample procedures illustrating how to do the following:
•
(SNMPv3 only) Configure SNMP Server View
•
(SNMPv3 only) Configure SNMP Server Group
•
(SNMPv3 only) Configuration SNMP Server User
•
Configure hosts (NMS) to which the SNMP agent should send notifications
•
Remove/disable a host (NMS) from receiving notifications
•
Enable the SNMP agent to send authentication-failure notifications
•
Enable the SNMP agent to send enterprise notifications
•
Reset all notifications to the default setting
Configuring SNMP Server Group
Use this command to configure the SNMPv3 server group on the Cisco SCE platform.
At the SCE(config)# prompt, type:
Options
The following options are available:
•
groupname
—Name of the server group.
•
noAuthNoPriv
—Sets the security level to no authentication and no privacy.Group does not require
any authentication or encryption security levels for access.
•
authNoPriv
—Sets the security level with authentication and no privacy. The users of this group has
to authenticate themselves to get access.
•
authPriv
—Sets the security level with authentication and privacy. The users of this group requires
both authentication and encryption security levels for access.
•
read-view
—(Optional)Specifies that the view is a read-view. This is the view used for
SNMPGET/GET-NEXT/WALK.
•
write-view
—(Optional)Specifies that the view is a write-view. This is the view used for SNMPSET.
Configuring SNMP Server View
Use this command to configure the SNMP v3 server view on the Cisco SCE platform.
At the SCE(config)# prompt, type:
Command
Purpose
snmp-server group
groupname
3
{
noAuthNoPriv
|
authNoPriv
|
authPriv
}}
[
read-view
view-name
] [
write-view
write-view
]
Configure the SNMPv3 server group on the Cisco
SCE platform.
The server group details are included in the
running-configuration.
By default an SNMP group is read-only.