Specifications
72 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmp delete trapreceiver
configure snmp delete trapreceiver [{<ip_address> {port <port_number>}} |
{all}]
Description
Deletes a specified trap receiver or all authorized trap receivers.
Syntax Description
Default
The default port number is 162.
Usage Guidelines
Use this command to delete a trap receiver of the specified IP address, or all authorized trap receivers.
This command deletes only the first SNMPv1/v2c trap receiver whose IP address and port number
match the specified value.
Example
The following command deletes the trap receiver 10.101.0.100 from the trap receiver list:
configure snmp delete trapreceiver 10.101.0.100
The following command deletes entries in the trap receiver list for 10.101.0.100, port 9990:
configure snmp delete trapreceiver 10.101.0.100 port 9990
Any entries for this IP address with a different community string will not be affected.
ip_address Specifies an SNMP trap receiver IP address.
port_number Specifies the port associated with the receiver.
all Specifies all SNMP trap receiver IP addresses.