Allied Telesis AT-DC2552XS User Manual
Page 188

Chapter 8: SNMP Commands
188
Mode
Global Configuration mode
Description
Use this command to remove a trap or inform receiver from the switch.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 116
Examples
This example deletes a trap recipient with the IPv4 address
192.168.10.102, the SNMPv1 format, and the community string “private”:
awplus> enable
awplus# configure terminal
awplus(config)# no snmp-server host 192.168.10.102 traps
version 1 private
This example deletes an inform recipient with the IPv4 address
10.10.10.224, the SNMPv2c format, and the community string “viewers”:
awplus> enable
awplus# configure terminal
awplus(config)# no snmp-server host 10.10.10.224 informs
version 2c viewers
This example deletes a trap recipient with the IPv4 address 172.16.10.12,
the security level “authentication, and the user name “jsmith”:
awplus> enable
awplus# configure terminal
awplus(config)# no snmp-server host 172.16.100.12 traps
version 3 auth jsmith