AT-9000 Switch Command Line User’s Guide
Section IX: Simple Network Management Protocols 829
NO SNMP-SERVER HOST
Syntax
no snmp-server host
ipaddress
informs|traps v3
auth|noauth|priv
username
Parameters
ipaddress Specifies the IP address of a trap receiver. The
address can be IPv4 or IPv6. You can specify just
one address.
informs|trap Specifies the type of message the switch sends.
The options are:
informs Sends inform messages.
trap Sends trap messages.
noauth|auth|priv Specifies the minimum security level of the user
associated with this entry. The options are:
noauth No authentication nor privacy.
auth Authentication, but no privacy.
priv Authentication and privacy.
username Specifies an SNMPv3 user name.
Mode
Global Configuration mode
Description
Use this command to delete SNMPv3 host entries. Host entries define the
IP addresses to receive SNMPv3 inform and trap messages.
Examples
This example deletes the host entry with the IPv4 address 187.87.165.12.
The user name associated with this entry is “jones:”
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server host 187.87.165.12 traps v3 auth
jones