System information

Configuring SNMP
4-11
eng-id <WORD> specify the engine ID octet string associated with this user.
WORD specifies the engine-id with this user; local value of engine ID.
public sets the usmUserPublic SNMP object.
4. Assign an SNMP User to an SNMP Group by first configuring an SNMP Group
with the user defined in the Group and then assign the Group to an Access Policy.
Configuring an SNMP Access Policy assigns SNMP Groups to particular views
into the MIB tree and further identifies them with an SNMP version. 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. Use the no snmp-server group command to remove a specified SNMP
Group.
MOT(config)#snmp-server group <WORD> <WORD> v3
where:
WORD is the desired name of the SNMP Group.
WORD is the name of the SNMP User (security name) assigned to the group.
5. Assign an SNMP Access Policy to an SNMP Group to set the MIB objects that
the SNMP Group can access. This relates to the set of MIB objects that an SNMP
User can access.
MOT(config)#snmp-server access {<group-name>} [v1 | v2c | v3] [notify
<mib-view-name> | prefix {<mib-view-name>} [notify | read | write] | <cr>] |
read {<mib-view-name>} [notify <notify-view name> | write <write-view name>
] <cr> | write {<mib-view-name>} [notify <notify-view name> | <cr>]
where:
group-name is the name of the SNMP Group.
mib-view-name is the name of the MIB view for the type of process.
notify specifies a notify view for this access group.
read specifies a read view for this access group.
write specifies a write view for this access group.