CLI Reference Guide-R07

Table Of Contents
Chapter 5
| SNMP Commands
SNMP Target Host Commands
– 175 –
data, the interval time has not been reached, address table changes will be kept
in the buffer, and this new buffer data will be sent once the interval time
expires.
For example: if the trap interval is set for 15 minutes and the MAC-address table
data is sent at 10:00. At 10:15 data sent will be the buffer data composed of new
dynamic MAC data collected since the original MAC-address-table data was
sent at 10:00. Therefore at 10:30 and the following 15 minute intervals, only
changes gathered in the buffer since the previous transmission will be sent.
Example
Console(config)#snmp-server enable traps authentication
Console(config)#
Related Commands
snmp-server host (175)
snmp-server host This command specifies the recipient of a Simple Network Management Protocol
notification operation. Use the no form to remove the specified host.
Syntax
snmp-server host host-addr [inform [retry retries | timeout seconds]]
community-string [version {1 | 2c | 3 {auth | noauth | priv} [udp-port port]}
no snmp-server host host-addr
host-addr - IPv4 or IPv6 address of the host (the targeted recipient).
(Maximum host addresses: 5 trap destination IP address entries)
inform - Notifications are sent as inform messages. Note that this option is
only available for version 2c and 3 hosts. (Default: traps are used)
retries - The maximum number of times to resend an inform message if
the recipient does not acknowledge receipt. (Range: 0-255; Default: 3)
seconds - The number of seconds to wait for an acknowledgment
before resending an inform message. (Range: 0-2147483647
centiseconds; Default: 1500 centiseconds)
community-string - Password-like community string sent with the
notification operation to SNMP V1 and V2c hosts. Although you can set this
string using the snmp-server host command by itself, we recommend
defining it with the snmp-server community command prior to using the
snmp-server host command. (Maximum length: 32 characters)