AT-9000 Switch Command Line User’s Guide
Section IX: Simple Network Management Protocols 841
SNMP-SERVER HOST
Syntax
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 designate network devices to receive SNMPv3
inform and trap messages.
Examples
This example configures SNMPv3 to send trap messages to an end node
with the IPv4 address 149.157.192.12. The user name associated with this
entry is “sthompson:”
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server host 149.157.192.12 traps v3
auth sthompson