Snmp Mibs - IBM RackSwitch G8000 Application Manual

A top-of-rack (tor) switch
Hide thumbs Also See for RackSwitch G8000:
Table of Contents

Advertisement

SNMP MIBs

324
RackSwitch G8000: Application Guide
SNMPv3 Trap Host Configuration
To configure a user for SNMPv3 traps, you can choose to send the traps with both
privacy and authentication, with authentication only, or without privacy or
authentication.
This is configured in the access table using the following commands:
RS G8000(config)# snmp-server access <1-32> level
RS G8000(config)# snmp-server target-parameters <1-16>
Configure the user in the user table accordingly.
It is not necessary to configure the community table for SNMPv3 traps because the
community string is not used by SNMPv3.
The following example shows how to configure a SNMPv3 user v3trap with
authentication only:
RS G8000(config)# snmp-server user 11 name v3trap
RS G8000(config)# snmp-server user 11 authentication-protocol md5
authentication-password
Changing authentication password; validation required:
Enter current admin password:
Enter new authentication password:
Re-enter new authentication password: <auth. password>
New authentication password accepted.
RS G8000(config)# snmp-server access 11 notify-view iso
RS G8000(config)# snmp-server access 11 level authnopriv
RS G8000(config)# snmp-server group 11 user-name v3trap
RS G8000(config)# snmp-server group 11 tag v3trap
RS G8000(config)# snmp-server notify 11 name v3trap
RS G8000(config)# snmp-server notify 11 tag v3trap
RS G8000(config)# snmp-server target-address 11 name v3trap address
47.81.25.66
RS G8000(config)# snmp-server target-address 11 taglist v3trap
RS G8000(config)# snmp-server target-address 11 parameters-name v3param
RS G8000(config)# snmp-server target-parameters 11 name v3param
RS G8000(config)# snmp-server target-parameters 11 user-name v3trap
RS G8000(config)# snmp-server target-parameters 11 level authNoPriv
Note: N/OS 6.8 supports only IPv4 addresses for SNMP trap hosts.
The N/OS SNMP agent supports SNMP version 3. Security is provided through
SNMP community strings. The default community strings are "public" for SNMP
GET operation and "private" for SNMP SET operation. The community string can
be modified only through the Command Line Interface (CLI). Detailed SNMP MIBs
and trap definitions of the N/OS SNMP agent are contained in the N/OS enterprise
MIB document.
<admin. password>
<auth. password>

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents