Snmpv3 trap host configuration – Blade ICE G8000 User Manual

Page 24

Advertising
background image

RackSwitch G8000 Application Guide

24

„

Chapter 1: Accessing the Switch

BMD00041, November 2008

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:

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 access

<1-32> level

RS G8000 (config)# snmp-server target-parameters

<1-16>

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:

<admin. password>

Enter new authentication password:

<auth. 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

RS G8000 (config)# snmp-server target-parameters 11 message snmpv3

Advertising