Specifications

Setting SYSLOG Parameters
54 Enterasys Xpedition 2000 Getting Started Guide
Here is an example of the commands above featuring the addition of two DNS server
IP addresses:
8. Enter the system show dns command to verify the new DNS settings, as shown in the
following example:
9. Use the ping command to verify that the XP-2000 can resolve the DNS server name
into its IP address, as shown in the following example:
Setting SYSLOG Parameters
The CLI can use SYSLOG messages to communicate the following types of messages to a
SYSLOG server:
Fatal Provide information about events that caused the XP-2000 to crash and reset.
Error Provide information about errors.
Warning Provide warnings against invalid configuration information and other
conditions that are not necessarily errors. This is the default.
Informational Provide informational messages such as status messages. The
SYSLOG messages that the XP-2000 displays while booting the software and reading
the startup configuration file are examples of Informational messages.
The XP-2000 writes the SYSLOG messages to a SYSLOG daemon on UDP port 514. You
can set the CLI to send all or only some of the message types. By default, the CLI sends
warning, error, and fatal messages but not informational messages to the specified
SYSLOG server.
ssr-1# config
ssr-1(config)# system set dns domain mktg.company.com
ssr-1(config)# system set dns server 10.50.11.12 10.50.12.11"
ssr-1(config)# save active
ssr-1# system show dns
DNS domain: mktg.company.com, DNS server(s): 10.50.11.12 10.50.12.11
ssr-1# ping xp1
PING xp-1.mktg.company.com (10.50.11.12): 56 data bytes
64 bytes from 10.50.11.12: icmp_seq=0 ttl=255 time=0 ms
--- xp-1.mktg.company.com ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0/0/0 ms