Command Line Interface
6151553-KDU 137 365 Uen D 2006-06-16
7.6.6 snmp-server host
This command specifies the recipient of SNMP traps and notifications. 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 - Internet 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 - A password-like community string sent with
the notification operation to SNMP v1 and v2c hosts. Although this
string can be set using the snmp-server host command by itself,
it is recommended that the string be defined using the snmp-
server community command prior to using the snmp-server
host command. (Maximum length: 32 characters)
• version - Specifies whether to send notifications as SNMP v1,
v2c, or v3 traps. (Range: 1, 2c, 3; Default: 1)
• auth | noauth | priv - This group uses SNMPv3 with
authentication, no authentication, or with authentication and
privacy.
• port - Host UDP port to use. (Range: 1-65535; Default: 162)