Nortel Networks 8600 Switch User Manual


 
Technical Configuration Guide for SNMP v2.0 December 2006
______________________________________________________________________________________________________
NORTEL External Distribution
24
For release 3.7, the command will be:
ERS-8610:5# config snmp-v3 usm create user1 md5 auth user1234 priv userpriv
For release 4.1, if using AES, the command will be:
ERS-8610:5# config snmp-v3 usm create user1 md5 auth user1234 priv-prot aes
priv userpriv
After the user has been installed, you can view the users in the USM table by typing in the
following command:
ERS-8610:5# config snmp-v3 usm info
Engine ID = 80:00:08:E0:03:00:E0:7B:82:9C:00
============================================================================
USM Configuration
============================================================================
User/Security Name Engine Id Protocol
----------------------------------------------------------------------------
user1 800008E00300E07B829C00 HMAC_MD5, DES PRIVACY
1 out of 1 Total entries displayed
----------------------------------------------------------------------------
6.3 Assign USM User to USM Group
The next step is to assign the user to a USM group. The USM group is used to define the access
level and MIB view given to a user. The USM access level and MIB view will be added in the next
two steps.
You can add a new USM Group by entering the following command:
ERS-8610:5# config snmp-v3 group-member create <user name> usm <group
name>
Example: the following example adds the user ‘user1’ created above to a USM group named
‘group_example’:
ERS-8610:5# config snmp-v3 group-member create user1 usm group_example
To view the USM group, enter the following command:
ERS-8610-C:5# config snmp-v3 group-member info
================================================================================
VACM Group Membership Configuration
================================================================================
Sec Model Security Name Group Name
--------------------------------------------------------------------------------
snmpv1 readview readgrp
snmpv1 sBladeUser sBladeGrp
snmpv1 initialview v1v2grp
snmpv2c readview readgrp
snmpv2c sBladeUser sBladeGrp
snmpv2c initialview v1v2grp
usm user1 group_example
usm initial initial
usm OpsQosPolicyUser OpsQosPolicyUser
9 out of 9 Total entries displayed
--------------------------------------------------------------------------------