System information
Configuring SNMP
4-19
• Associating Groups to MIB Views
• Configuring an SNMP Context
1. To configure a new SNMP User, use the snmp-server user command in Global
Configuration mode, as shown below.
MOT(config)#snmp-server user <username> [auth {sha | md5} {password
<password> | key <key> | local <localized_key>} [priv des56 {password
<password> | key <key> | local <localized_key>}] [eng-id <engine-id>]]
where:
username is the new SNMP User.
password is the assigned password; valid size is up to 64 characters.
localized_key is the localized key.
engine-id is the engine name.
2. Use the no snmp-server user <user-name> command to remove a user.
where:
username is the SNMP User to be removed.
Configuring a Group Model
1. Use the snmp-server group command in Global Configuration mode to
configure a new SNMP Group or a table that maps SNMP Users to SNMP
Groups, as shown below:
MOT(config)#snmp-server group <group-name> <user-name> {v1 | v2c |
v3}
where:
group-name is the new SNMP Group name.
username is the SNMP User.
2. Use the no snmp-server group command to remove a specified SNMP Group, as
shown below:
MOT(config)#no snmp-server group <group-name>
where: