Brocade 6910 Ethernet Access Switch Configuration Guide (Supporting R2.2.0.0) User Manual

Page 168

Advertising
background image

112

Brocade 6910 Ethernet Access Switch Configuration Guide

53-1002651-02

6

SNMP Commands

Some notification types cannot be controlled with the

snmp-server enable traps

command. For

example, some notification types are always enabled.

Notifications are issued by the switch as trap messages by default. The recipient of a trap
message does not send a response to the switch. Traps are therefore not as reliable as inform
messages, which include a request for acknowledgement of receipt. Informs can be used to
ensure that critical information is received by the host. However, note that informs consume
more system resources because they must be kept in memory until a response is received.
Informs also add to network traffic. You should consider these effects when deciding whether
to issue notifications as traps or informs.
To send an inform to a SNMPv2c host, complete these steps:

1. Enable the SNMP agent (

“snmp-server”

on page 107).

2. Create a view with the required notification messages (

“snmp-server view”

on page 116).

3. Create a group that includes the required notify view (

“snmp-server group”

on page 114).

4. Allow the switch to send SNMP traps; i.e., notifications (

“snmp-server enable traps”

on

page 110).

5. Specify the target host that will receive inform messages with the snmp-server host

command as described in this section.

To send an inform to a SNMPv3 host, complete these steps:

1. Enable the SNMP agent (

“snmp-server”

on page 107).

2. Create a local SNMPv3 user to use in the message exchange process (

“snmp-server user”

on page 115).

3. Create a view with the required notification messages (

“snmp-server view”

on page 116).

4. Create a group that includes the required notify view (

“snmp-server group”

on page 114).

5. Allow the switch to send SNMP traps; i.e., notifications (

“snmp-server enable traps”

on

page 110).

6. Specify the target host that will receive inform messages with the snmp-server host

command as described in this section.

The switch can send SNMP Version 1, 2c or 3 notifications to a host IP address, depending on
the SNMP version that the management station supports. If the snmp-server host command
does not specify the SNMP version, the default is to send SNMP version 1 notifications.

If you specify an SNMP Version 3 host, then the community string is interpreted as an SNMP
user name. The user name must first be defined with the

snmp-server user

command.

Otherwise, an SNMPv3 group will be automatically created by the snmp-server host command
using the name of the specified community string, and default settings for the read, write, and
notify view.

Example

Console(config)#snmp-server host 10.1.19.23 batman

Console(config)#

Related Commands

“snmp-server enable traps”

on page 110

Advertising