6-5
Cisco Global Site Selector Administration Guide
OL-10410-01
Chapter 6 Configuring SNMP
Configuring SNMP Server Notifications
Configuring SNMP Server Notifications
You can enable traps on your GSS device by using the
snmp-server enable-traps
command in global configuration mode. To disable traps, use the
no
form of this
command.
To configure SNMP server notifications for a GSS device, perform the following
steps:
1.
Log in to the CLI and enable privileged EXEC mode.
gss1.example.com>
enable
gss1.example.com#
2.
Access global configuration mode.
gss1.example.com#
config
gss1.example.com(config)#
3.
Enable the SNMP agent by using the following command:
gss1.example.com(config)#
snmp enable
4.
Enable SNMP server notifications by entering the
snmp-server enable-traps
command and following it with one of the available options:
•
gslb—Enables all SNMP GSLB notifications.
•
gslb dns—Enables SNMP DNS server notification.
•
gslb kal—Enables SNMP GSLB keepalive notification.
•
gslb peer-status—Enables SNMP GSLB peer-status change notification.
•
core—Enables SNMP core-file discovery notification.
•
snmp—Enables all SNMP agent notifications.
•
snmp
authentication
—Enables only SNMP agent authentication notification.
gss1.example.com(config)#
snmp-server enable-traps kal
5.
Disable SNMP server notifications by using the
no
form of the
snmp-server
enable-traps
command. For example, to disable SNMP GSLB keepalive
notification, enter:
gss1.example.com(config)#
no snmp-server enable-traps gslb kal