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
12
=========================================================================
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
esegroup usm authPriv org org
sBladeGrp snmpv1 noAuthNoPriv sBladeView sBladeView sBladeView
sBladeGrp snmpv2c noAuthNoPriv sBladeView sBladeView sBladeView
9 out of 9 Total entries displayed
-------------------------------------------------------------------------
The following example will add a new access policy that will allow SNMPv1/2 and telnet.
a) Enable access policies globally
ERS-8606:5# config sys access-policy enable true
b) Assuming no access policies have been created, we can start with policy 2 and name the
policy policy2.
ERS-8606:5# config sys access-policy policy 2 create
ERS-8606:5# config sys access-policy policy 2 name policy2
c) Add read/write/all access level to policy 2:
ERS-8606:5# config sys access-policy policy 2 accesslevel rwa
d) Add the SNMPv1/2 group name and models to policy 2:
ERS-8610:5# config sys access-policy policy snmp-group-add readgrp snmpv1
ERS-8610:5# config sys access-policy policy 2 snmp-group-add readgrp snmpv2c
ERS-8610:5# config sys access-policy policy snmp-group-add v1v2grp snmpv1
ERS-8610:5# config sys access-policy policy snmp-group-add v1v2grp snmpv2c
If the ERS 8600 also contains a Web Switching Module (WSM) then access to the
SNMPv1/2 Group “sBladeGrp” must also be configured. Enter the following commands
to enable SNMP management of the WSM:
ERS-8610:5# config sys access-policy policy snmp-group-add sBladeGrp snmpv1
ERS-8610:5# config sys access-policy policy snmp-group-add sBladeGrp snmpv2c
e) Enable telnet and SNMPv3 service:
ERS-8610:5# config sys access-policy policy 2 service telnet enable
ERS-8610:5# config sys access-policy policy 2 service snmpv3 enable
f) Enable policy 2:
ERS-8610:5# config sys access-policy policy 2 enable
g) After the policy has been created, enter the following command to view policy 2:
ERS-8606:5# show sys access-policy info policy2