Operator`s manual
Table Of Contents
- RS 8000/8600 Getting Started Guide
- Notices
- Table of Contents
- 1 About This Guide
- 2 Introduction
- 3 Hardware Installation
- 3.1 Safety Considerations
- 3.2 Hardware Specifications
- 3.3 Installing the Hardware
- 3.3.1 Verifying Your Shipment
- 3.3.2 Installing the Chassis
- 3.3.3 Installing an AC Power Supply
- 3.3.4 Installing a DC Power Supply
- 3.3.5 Installing the Control Module
- 3.3.6 Installing the Switching Fabric Module (RS8600 only)
- 3.3.7 Installing Line Cards
- 3.3.8 Installing GBIC Modules into Line Cards
- 3.3.9 Installing ATM Physical Media Cards (PHYs)
- 3.3.10 Multi-rate WAN Line Card and WICs
- 3.3.11 SRP Line Cards and Bridge Mate Module
- 3.3.12 Installing SFP Transceivers
- 3.3.13 Attaching the Network Cables to Line Cards
- 4 Initial Configuration
- 4.1 Powering on the RS8000/8600
- 4.2 Starting the Command Line Interface
- 4.3 Configuration Changes and Saving the Configuration File
- 4.4 Setting the Basic System Information
- 4.5 Setting Up Passwords
- 4.6 Setting Up SNMP
- 4.7 Setting the DNS Domain Name and Address
- 4.8 Setting the SYSLOG Parameters
- 4.9 Using Redundant Control Modules
- 5 Managing Software
- Appendix A Troubleshooting
- Appendix B International SaFety Information
- Index

4-22 Riverstone Networks RS 8000/8600 Switch Router Getting Started Guide
Using Redundant Control Modules Initial Configuration
Note
The <facility-type> is a string of the form: user, kern, or local0 through local7.
These strings are reserved by the SYSLOG server daemon. for information on
how <facility-type> is used by the SYSLOG server, see the documentation for
your server’s syslog.conf file.
Here is an example:
5.
To activate the SYSLOG commands, use the
save active
command. Enter
yes
to activate the
changes.
Note
Up to four SYSLOG servers can be configured for each RS.
4.9 USING REDUNDANT CONTROL MODULES
The RS 8000/8600 supports the use of redundant Control Modules (CMs), one Control Module acts as the primary
CM, while the other Control Module acts as the backup CM. By default, the CM installed in slot CM is the primary
CM, while the CM installed in slot CM/1 is the backup CM. The purpose of the backup CM is to take over as the
primary CM in the event that the primary CM fails.
In normal operation, whenever changes are made to the primary CM’s Configuration file, the changes are copied to
the backup CM’s configuration file. In this way, if the primary CM fails, the backup CM has all the configuration
information necessary to take over as the primary CM. For instance, a static route is added to the RS 8000/8600. Notice
the messages displayed in the example when the change is saved to both the Active and Startup Configuration:
rs#
config
rs(config)#
system set syslog server 16.50.11.12
rs(config)#
system set syslog level info
rs(config)#
system set syslog facility local0
rs1(config)# ip add route 134.141.169.0/24 gateway 134.141.179.129
rs1(config)# save active
%SYS-I-ACTIVECFGTOBACKUP, active configuration updated on Backup CM
rs1(config)# save startup
Are you sure you want to overwrite the Startup configuration [no]? yes
%CONFIG-I-SAVED, configuration saved to Startup configuration.
%SYS-I-STARTUPCFGTOBACKUP, startup configuration file updated on Backup CM
rs1(config)#