Specifications
8-7
Cisco Global Site Selector Administration Guide
OL-5480-01
Chapter 8 Viewing Log Files
Configuring System Logging for a GSS
–
errors—Error conditions (Priority 3)
–
warnings—Warning conditions (Priority 4)
–
notifications—Normal but significant conditions (Priority 5)
–
informational—Informational messages (Priority 6)
–
debugging—Debugging messages (Priority 7)
• subsystem—Sets the log for a named GSS subsystem. Each subsystem can
have a different log level applied for its messages.
• name— Specifies the name of the GSS subsystem. Use one of the following
keywords to select a subsystem:
–
boomerang—Boomerang logging messages
–
crdirector—CrDirector logging messages
–
crm—GSSM logging messages
–
dnsserver—Domain Name System (DNS) logging messages
–
keepalive—KeepAlive Engine logging messages
–
nodemgr—Node manager logging messages
–
proximity—Proximity logging messages
–
sticky—Sticky manager logging message
–
system—System logging messages
–
tacacs—TACACS+ logging messages
For example, to enable logging to a remote host and to set the priority level for
notifications, enter:
gssm1.example.com(config)# logging host enable
gssm1.example.com(config)# logging host ip 172.16.2.3
gssm1.example.com(config)# logging host priority notifications
For example, to enable logging to a remote host, to set the log for the Keepalive
Engine subsystem logging messages, and to set the priority level to error
messages, enter:
gssm1.example.com(config)# logging host enable
gssm1.example.com(config)# logging host ip 172.16.2.3
gssm1.example.com(config)# logging host subsystem kale
gssm1.example.com(config)# logging host priority error