TAP Series Switch Command Line Reference
13.20 snmp-server inform target-address
To specify the recipient of a Simple Network Management Protocol (SNMP) inform message,
use the snmp-server inform target-address command in global configuration mode.
Use the no form of this command to delete the configuration.
Command Syntax
snmp-server inform target-address mgmt-if IP_ADDR community COMNAME (udpport
UDP_PORT|)
no snmp-server inform target-address IP_ADDR community COMNAME (udpport
UDP_PORT |)
Specify a SNMP IPV4 address
Specify a SNMP community name
The port number which area is 0 to 65535, the
default is 162
Command Mode
Global Configuration
Default
The router does not send any inform messages.
Usage
This command is used to specify the server target address to send the inform message.
Examples
The following example shows how to set the target address for inform messages:
Switch(config)# snmp-server inform target-address 169.254.2.2 community test udpport 100
The following example shows how to delete the target address for inform messages:
Switch(config)# no snmp-server inform target-address 169.254.2.2 community test udpport 100