Specifications
3-588
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) snmp-server host
(config) snmp-server host
To specify the recipient of a host SNMP trap operation, use the snmp-server host global configuration
command. To remove the specified host, use the no form of this command.
snmp-server host {hostname | ip-address} communitystring
[v2c [retry number] [timeout seconds] |
[v3 {auth [retry number] [timeout seconds] |
noauth [retry number] [timeout seconds] |
priv [retry number] [timeout seconds]}]
no snmp-server host {hostname | ip-address} communitystring
[v2c [retry number] [timeout seconds] |
[v3 {auth [retry number] [timeout seconds] |
noauth [retry number] [timeout seconds] |
priv [retry number] [timeout seconds]}]
Syntax Description
Defaults This command is disabled by default. No traps are sent. If enabled, the default version of the SNMP
protocol used to send the traps is SNMP Version 1.
retry number: 2 retries
timeout: 15 seconds
Command Modes global configuration
Device Modes application-accelerator
central-manager
hostname Hostname of the SNMP trap host that will be sent in the SNMP trap messages
from the WAAS device.
ip-address IP address of the SNMP trap host that will be sent in the SNMP trap messages
from the WAAS device.
communitystring Password-like community string sent in the SNMP trap messages from the WAE.
You can enter a maximum of 64 characters.
v2c (Optional) Specifies the Version 2c Security Model.
retry number (Optional) Sets the count for the number of retries (1–10) for the inform request.
(The default is 2 tries.)
timeout seconds (Optional) Sets the timeout for the inform request (1–1000 seconds). The default
is 15 seconds.
v3 (Optional) Specifies the User Security Model (SNMPv3).
auth Sends a notification using the AuthNoPriv Security Level.
noauth Sends a notification using the noAuthNoPriv Security Level.
priv Sends a notification using the AuthPriv Security Level.