Chapter 6 Configuring SNMP
Configuring SNMP Servers
6-4
Cisco Global Site Selector Administration Guide
OL-10410-01
Configuring SNMP Servers
You can configure SNMP server information, locations, and names on your GSS
device by using the
snmp-server
command in global configuration mode. To
remove the server information, use the
no
form of this command.
To configure SNMP server information 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.
Configure SNMP server information by using the following command:
gss1.example.com(config)#
snmp-server
5.
Specify an SNMP community name for this GSS device by using the
community
command and an unquoted text string with no spaces and a
maximum of 32 characters.
gss1.example.com(config)#
snmp-server community MyCommunity
6.
Specify a location by using the
location
command and the
location
itself. The
maximum length of the location is 255 characters.
gss1.example.com(config)#
snmp-server location Boxborough
7.
Disable the SNMP server or any of the parameters outlined here by using the
no
form of the
snmp-server
command. For example, to disable the SNMP
location for the GSS, enter:
gss1.example.com(config)#
no snmp-server community MyCommunity