Specifications

Table Of Contents
SmartSwitch Router 2100 Getting Started Guide 35
Chapter 3: Software Installation and Setup
1. Ensure that you are in Enable mode by entering the enable command in the CLI.
2. Use the following command to verify that the SSR 2100 can reach the SYSLOG server
by pinging the server:
3. Ensure that you are in Configure mode by entering the configure command in the
CLI.
4. If you have not already done so, use the interface add ip command to set the IP
address and netmask for the en0 Ethernet interface, as shown in the following
example:
Note:
The en0 interface is automatically created by the system and is reserved for
the SSR 2100’s management port.
5. Use the following commands to “add” the SYSLOG server to the SSR 2100, set the
message level, and set the SYSLOG facility:
Here is an example:
ping
<IP-addr>
ssr(config)# interface add ip en0 address-netmask 10.50.11.22/16
system set syslog server <hostname-or-IP-addr>
system set syslog level fatal|error|warning|info
system set syslog facility
<facility-type>
ssr# config
ssr(config)# system set syslog server 10.50.11.12
ssr(config)# system set syslog level info
ssr(config)# system set syslog facility local0