Accessing the switch

CLI oper equivalent

To configure an SNMP user equivalent to the CLI oper, use the following configuration:

/c/sys/ssnmp/snmpv3/usm 5

 

name "oper"

(Configure the oper)

/c/sys/ssnmp/snmpv3/access 4

 

name "opergrp"

(Configure access group 4)

rview "oper"

 

wview "oper"

 

nview "oper"

 

/c/sys/ssnmp/snmpv3/group 4

(Assign oper to access group 4)

uname oper

 

gname opergrp

 

/c/sys/ssnmp/snmpv3/view 20

(Create views for oper)

name "oper"

 

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.1.2" (Agent statistics)

/c/sys/ssnmp/snmpv3/view 21 name "oper"

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.1.3" (Agent information) /c/sys/ssnmp/snmpv3/view 22

name "oper"

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.2.2" (L2 statistics) /c/sys/ssnmp/snmpv3/view 23

name "oper"

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.2.3" (L2 information) /c/sys/ssnmp/snmpv3/view 24

name "oper"

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.3.2" (L3 statistics) /c/sys/ssnmp/snmpv3/view 25

name "oper"

tree " 1.3.6.1.4.1.11.2.3.7.11.33.1.2.3.3" (L3 information)

Configuring SNMP trap hosts

SNMPv1 trap host

1.Configure a user with no authentication or password.

/c/sys/ssnmp/snmpv3/usm 10

(Configure user named “v1trap”)

name "v1trap"

2.Configure an access group and group table entries for the user. Use the following command to specify which traps can be received by the user:

/c/sys/ssnmp/snmpv3/access <x>/nview

/c/sys/ssnmp/snmpv3/access 10 (Define access group to view SNMPv1 traps) name "v1trap"

model snmpv1 nview "iso"

/c/sys/ssnmp/snmpv3/group 10 (Assign user to the access group) model snmpv1

uname v1trap gname v1trap

In this example the user will receive the traps sent by the switch.

17