Specifications

Chapter 7. Maintenance and troubleshooting 299
Enter current admin password: <admin. password>
Enter new privacy password: <privacy password>
Re-enter new privacy password: <privacy password>
New privacy password accepted.
2. Configure a user access group, along with the views the group may access, by running
the commands shown in Example 7-10. Use the access table to configure the group’s
access level.
Example 7-10 SNMPv3 group and view configuration example
RS8264(config)# snmp-server access 5 name admingrp
RS8264(config)# snmp-server access 5 level authpriv
RS8264(config)# snmp-server access 5 read-view iso
RS8264(config)# snmp-server access 5 write-view iso
RS8264(config)# snmp-server access 5 notify-view iso
Because the read view, write view, and notify view are all set to iso, the user type has
access to all private and public MIBs.
3. Assign the user to the user group by running the commands shown in Example 7-11. Use
the group table to link the user to a particular access group.
Example 7-11 SNMPv3 user assignment configuration
RS8264(config)# snmp-server group 5 user-name admin
RS8264(config)# snmp-server group 5 group-name admingrp
Configuring SNMP traps
Here we describe the steps for configuring the SNMP traps.
SNMPv2 trap configuration
To configure the SNMPv2 trap, complete the following steps:
1. Configure a user with no authentication and password, as shown in Example 7-12.
Example 7-12 SNMP user configuration example
RS8264(config)#snmp-server user 10 name v2trap
2. Configure an access group and group table entries for the user. Use the menu shown in
Example 7-13 to specify which traps can be received by the user:
Example 7-13 SNMP group configuration
RS8264(config)#snmp-server group 10 security snmpv2
RS8264(config)#snmp-server group 10 user-name v2trap
RS8264(config)#snmp-server group 10 group-name v2trap
RS8264(config)#snmp-server access 10 name v2trap
RS8264(config)#snmp-server access 10 security snmpv2
RS8264(config)#snmp-server access 10 notify-view iso
3. Configure an entry in the notify table, as shown in Example 7-14.
Example 7-14 SNMP notify entry configuration
RS8264(config)#snmp-server notify 10 name v2trap
RS8264(config)#snmp-server notify 10 tag v2trap