System information
BSR 64000 Configuration and Management Guide
4-12
6. Configure an SNMP View specifying the desired set of MIB objects. The view is
either read, write, or read and write, depending on the SNMP Access Policy
configured. Configure an SNMP View entry using the snmp-server view
command in Global Configuration mode, as shown below.
MOT(config)#snmp-server view <name> <group> {included | excluded}
where:
name is the desired name of the view.
group is the group name or the object identifier (OID) value.
7. By default, the proper SNMP Context is automatically configured when the
SNMP Access Policy is configured, and you need not configure a context.
However, if you change parameters for the access policy, you may want to
manually configure a context. To verify the proper SNMP Context is set, use the
show snmp context command, as shown below:
MOT#show snmp context
Output similar to the following is displayed:
context #1:
context #2: public
8. If you do not see the proper context, you can set an SNMP Context by issuing the
snmp-server context command, as shown below:
MOT(config)#snmp-server context <name>
where:
Note: Since no prefix is specified in the configuration of the SNMP Access
Policy, a prefix, or context, of blank (that is, "") is associated with this access
policy and is automatically configured. This is seen as context #1 in the
output above.
Note: If you specify a prefix of public, for example, while configuring the
SNMP Access Policy, a prefix public is associated with this access policy and
a context public is automatically added also. This is seen as context #2 in the
output above.