System information
BSR 64000 Configuration and Management Guide
4-24
Specifying the Destination IP Address
1. Use the snmp-server host command in Global Configuration mode to specify a
destination machine to receive SNMP trap information, as shown below. This
command is disabled by default, specifying that no notifications are sent. If you
enter the snmp-server host command with no keywords, all trap types are sent to
the host.
MOT(config)#snmp-server host <host-address> [traps | informs] [version
{1 | 2c | 3 [auth | noauth | priv]}] <community-string> [udp-port <port>]
[<notification-type>]
where:
host-address is the destination machine to receive SNMP trap information.
traps indicates enable SNMP traps.
informs indicates enable SNMP informs.
version indicates the version of notifications.
1 is the SNMP version 1 message processing model.
2c is the SNMP version 2c message processing model.
3 auth is the SNMP version 3 message processing model with authentication
and uses unscrambled packets.
3 noauth is the SNMP version 3 message processing model with no
authentication and uses unscrambled packets.
3 priv is the SNMP version 3 message processing model that authenticates
and scrambles packets.
community-string is the password; valid entry is from 1 to 32 alphabetic
characters.
port is the UDP port.
notification-type is the type of traps sent; valid entries are snmp, ospf, vrrp,
and bgp.