Technical data

8 Network OS Message Reference
53-1002489-01
Configuring the SNMP server hosts
1
snmp-server sys-descr "Brocade VDX Switch."
snmp-server community ConvergedNetwork
snmp-server community OrigEquipMfr rw
snmp-server community "Secret C0de" rw
snmp-server community common
snmp-server community private rw
snmp-server community public
snmp-server host 172.26.1.93 public
udp-port 162
severity-level Info
Configuring the SNMPv3 server
Use the snmp-server v3-host command to specify the recipient of SNMP version 3 notifications:
trap or inform. The following example explains the procedure to configure the recipient of the
SNMPv3 informs.
To configure the SNMPv3 host to receive the inform, perform the following steps.
1. Execute the configure terminal command to access the global configuration level of the CLI.
switch# configure terminal
Entering configuration mode terminal
2. Execute the following command to set the inform recipient with IP address 172.26.1.93, which
receives all traps with the severity levels of Critical, Error, Info, and Warning.
switch(config)# snmp-server v3host 172.26.1.93 snmpadmin1 notifytype informs
engineid 80:00:05:23:01:AC:1A:01:79 severity-level Info udp-port 4425
NOTE
To receive the SNMP informs, the username, the authentication protocol, the privacy protocol,
and the engine ID must match between the switch and the management station.
3. Execute the show running-config snmp-server command to verify the configuration.
switch# show running-config snmp-server
snmp-server contact "Field Support."
snmp-server location "End User Premise."
snmp-server sys-descr "Brocade VDX Switch."
snmp-server community ConvergedNetwork
snmp-server community OrigEquipMfr rw
snmp-server community "Secret C0de" rw
snmp-server community common
snmp-server community private rw
snmp-server community public
snmp-server user snmpadmin1 groupname snmpadmin auth md5 auth-password * priv
DES priv-password *
snmp-server user snmpadmin2 groupname snmpadmin auth-password * priv-password
*
snmp-server user snmpadmin3 groupname snmpadmin auth-password * priv-password
*
snmp-server user snmpuser1 auth-password * priv-password *
snmp-server user snmpuser2 auth-password * priv-password *
snmp-server user snmpuser3 auth-password * priv-password *
snmp-server v3host 172.26.1.93 snmpadmin1
udp-port 4425
notifytype informs