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

5-8 Riverstone Networks RS 8000/8600 Switch Router Getting Started Guide
Loading Software from the Network Managing Software
5.3.2 Loading Image Software from a BootP/TFTP Server
The RS contains a BootP client and can be configured to obtain its image software from a BootP/TFTP server. Using
the BootP client allows the RS to obtain its software network address from the server using only its MAC address. This
eliminates the need to initially configure the RS’s IP address, subnet mask, and boot source.
To configure the RS to use its BootP client to obtain its image software, perform the following procedure:
1.
Load the RS’s image software on a BootP/TFTP server that can be reached by the RS.
2.
Boot the RS and enter Boot mode by interrupting the normal startup sequence by pressing the “Esc”
key.
3.
Use the
set
command to obtain the RS’s MAC address – Make sure to add one to the address to get
the MAC address of the CPU.
Here is an example:
4.
Use the
set
command to change the value of
autoboot
to
bootp
.
Here is an example:
5.
Configure the BootP/TFTP server with the RS’s MAC address, an appropriate IP address, and the
location of the RS software image file. Additionally, make sure that the ARP cache of the
BootP/TFTP server is set correctly for the RS.
re-boot> set
...tty1 = 9600
bootdiagmode = off [off on quick mfg-test]
diag_log =
mfg_loop_by = time [time count]
mfg_loop_max = 86400
bootdelay = 2
promsetaddrs = 1
flow_control = on [off on]
bootptimeout = 5
netaddr = 0.0.0.0
autoboot = boot
netmask = 0,0,0,0
gateway = 0.0.0.0
bootsource = /pc-flash/boot/ros80
bootaddr = 0.0.0.0
ethaddr = 00:00:1d:12:34:56
< MAC address >
(ethaddr is base MAC addr, add one for actual CPU MAC address)
sysid = -1
rs-boot>
rs-boot> set autoboot bootp