322 RackSwitch G8000: Application Guide
Configuring SNMP Trap Hosts
SNMPv1 Trap Host
1. Configure a user with no authentication and password.
2. Configure an access group and group table entries for the user. Use the
following menu to specify which traps can be received by the user:
In the following example the user will receive the traps sent by the switch.
3. Configure an entry in the notify table.
4. Specify the IPv4 address and other trap parameters in the targetAddr and
targetParam tables. Use the following commands to specify the user name
associated with the targetParam table:
Note: N/OS 6.8 supports only IPv4 addresses for SNMP trap hosts.
5. Use the community table to specify which community string is used in the trap.
>> # /cfg/sys/ssnmp/snmpv3/usm 10/name "v1trap"
>> #
/cfg/sys/ssnmp/snmpv3/access <user number>
/c/sys/ssnmp/snmpv3/access 10 (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
RS G8000(config)# snmp-server notify 10 name v1trap
RS G8000(config)# snmp-server notify 10 tag v1trap
RS G8000(config)# snmp-server target-address 10 name v1trap address
10.70.70.190
RS G8000(config)# snmp-server target-address 10 parameters-name
v1param
RS G8000(config)# snmp-server target-address 10 taglist v1param
RS G8000(config)# snmp-server target-parameters 10 name v1param
RS G8000(config)# snmp-server target-parameters 10 user-name v1only
RS G8000(config)# snmp-server target-parameters 10 message snmpv1
/c/sys/ssnmp/snmpv3/comm 10 (Define the community string)
index v1trap
name public
uname v1trap