Nortel Networks 8600 Power Supply User Manual


 
SNMP for ERS 8600 TCG v2.1 NN48500-564
Nortel Confidential Information Copyright © 2008 Nortel Networks. All Rights Reserved.
External Distribution
28
6.5 Assigning the MIB View to the USM Group
We can assign the USM group to either an existing MIB view or create a new MIB view fist (next
step) and then assign it to the USM group. The next section will describe how to add a new MIB
view.
To view the default MIB views, enter the following command:
ERS-8610:5# config snmp-v3 mib-view info
===============================================================================
MIB View
===============================================================================
View Name Subtree Mask Type
--------------------------------------------------------------------------------
org 1 include
root 1 include
snmp 1.3.6.1.6.3 include
snmp 1.3.6.1.2.1.1 include
layer1 1.3 exclude
. . .
. . .
sBladeView 1.3.6.1.4.1.1872 include
50 out of 50 Total entries displayed---------------------------------------------
To associate the USM group to a MIB view, enter the following command:
ERS-8610:5# config snmp-v3 group-access view <group name> <prefix> usm
<noAuthNoPriv|authNoPriv|authPriv> read <value> write <value>
Example: to assign both read and write view to the existing view of ‘org’ to the group
‘group_example’ created earlier, enter the following command:
ERS-8610:5# config snmp-v3 group-access view group_example "" usm authPriv
read org write org
You can view the Group Access MIB view table by entering the following command:
ERS-8610:5# config snmp-v3 group-access info
================================================================================
VACM Group Access Configuration
================================================================================
Group Prefix Model Level ReadV WriteV NotifyV
--------------------------------------------------------------------------------
initial usm noAuthNoPriv root root root
initial usm authPriv root root root
readgrp snmpv1 noAuthNoPriv v1v2only org
readgrp snmpv2c noAuthNoPriv v1v2only org
v1v2grp snmpv1 noAuthNoPriv v1v2only v1v2only v1v2only
v1v2grp snmpv2c noAuthNoPriv v1v2only v1v2only v1v2only
sBladeGrp snmpv1 noAuthNoPriv sBladeView sBladeView sBladeView
sBladeGrp snmpv2c noAuthNoPriv sBladeView sBladeView sBladeView
group_example usm authPriv org org
OpsQosPolicyUser usm noAuthNoPriv org org org
10 out of 10 Total entries displayed
--------------------------------------------------------------------------------