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

Riverstone Networks RS 8000/8600 Switch Router Getting Started Guide 4-15
Initial Configuration Setting Up SNMP
4.6 SETTING UP SNMP
To use SNMP to manage the RS 8000/8600, you need to set up an SNMP community and specify the IP address of the
target host for SNMP traps. Otherwise, the RS’s SNMP agent runs in local trap process mode, unless disabled using
the
snmp stop
command.
For additional information about configuring SNMP, see the Riverstone Networks RS Switch Router User Guide.
4.6.1 Setting the Community string
Use the following procedure to add the SNMP community string, specify the target host for traps, and the trap
interface.
1.
Ensure that you are in Enable mode by entering the
enable
command in the CLI.
2.
Ensure that you are in Configure mode by entering the
configure
command in the CLI.
3.
Use the following commands to add an SNMP community string and set a target host IP address for
the traps:
Note
If the IP address of the trap target is more than one hop away from the
RS 8000/8600, configure the RS with a static route to the target. If the RS is
rebooted, the static route allows a cold start trap to be sent to the trap target.
Without a static route, the cold-start trap is lost while the routing protocols are
converging.
4.
Use the
save startup
command to activate the commands entered in the previous steps.
Here is an example of the commands and output for configuring SNMP and saving the changes.
rs
(config)#snmp set community
FRPPXQL W\QDPH!
privilege read|read-write
rs
(config)#snmp set target
,3DGGU!
community
FRPPXQLW\QDPH! status
enable|disable
rs#
config
rs(config)#
snmp set community public privilege read-write
rs(config)#
snmp set target 16.50.11.12 community public status enable
rs(config)#
save startup
Are you sure you want to overwrite the Startup configuration [no]? yes
There are non-committed configuration changes. Do you want to make
these changes active and then save everything to Startup [yes]? yes
%CONFIG-I-SAVED, 2001-09-02 21:53:54 %GATED-I-RECONFIGDONE, Routing
configuration changes completed (pid 0x809eab20).
configuration saved to Startup configuration.
rs
(config)#