Technical information

ADC Telecommunications, Inc.
564 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
snmp-server host
Adds a host such as an SNMP manager to the list of notification recipients. Notifications include
traps and informs.
Mode
root
Syntax
snmp-server host <ip-address> <community-name>
{traps | informs [timeout <seconds>] [retries <retries>]}
[version {1 | 2c | 3 {auth | noauth | priv}}]
[udp-port <port>] [mms <size>]
[storage {volatile | nonvolatile | permanent | readonly}]
[notification-type <type>...]
Arguments
<ip-address> IP address of the SNMP host.
<community-name> Name of the community that the host uses to receive traps.
Note that this name also acts as the security group name. If the
group does not already exist, two group entries will be created
using the name. These entries correspond to the SNMP version
1 and SNMP version 2c entries for the community.
traps | informs [timeout
<seconds>] [retries <retries>]
Specify one of these arguments:
traps – Any messages generated contain unconfirmed PDUs.
informs – Any messages generated contain confirmed PDUs.
Optionally, you can specify the following parameters:
timeout <seconds> – Number of seconds that pass before
it is assumed the host did not receive the notification
message. The range is 0 to 9999 and the default is 15.
retries <retries> – Number of retries made when a
response to a generated message is not received. The
range is 0 to 255 and the default is 3.
Note that you cannot use the informs argument if you
specify SNMP version 1.