Router User's Guide
Table Of Contents
- Contents
- About This Guide
- 1. About the FrameSaver SLV
- 2. User Interface and Basic Operation
- 3. Configuration Procedures
- 4. Configuration Options
- Using the Easy Install Feature
- Using RIP with FrameSaver SLV CSU/DSUs
- Entering System Information and Setting the System Clock
- Setting Up the Modem
- Setting Up Auto-Configuration
- Setting Up Dial Backup
- PVC Backup Over the Network Interface
- Setting Up Back-to-Back Operation
- Configuration Option Tables
- Configuring the Overall System
- Configuring Physical Interfaces
- Assigning Time Slots/Cross Connections
- Configuring Frame Relay for an Interface
- Manually Configuring DLCI Records
- Configuring PVC Connections
- Configuring the IP Path List
- Setting Up Management and Communication Options
- Configuring the Criteria for Automatic Backup
- 5. Configuring the FrameSaver SLV Router
- FrameSaver SLV Router Overview
- IP Routing
- Address Resolution Protocol
- Proxy ARP
- Interface Configuration
- Network Address Translation
- Network Address Port Translation
- Dynamic Host Configuration Protocol Server
- DHCP Relay Agent
- Router Security
- Provisioning the Router Interface
- Configuring the Router Using Terminal Emulation
- 6. Security and Logins
- 7. Operation and Maintenance
- 8. Troubleshooting
- 9. Setting Up OpenLane for FrameSaver Devices and Activating SLM Features
- 10. Setting Up NetScout Manager Plus for FrameSaver Devices
- 11. Setting Up Network Health for FrameSaver Devices
- A. Menu Hierarchy
- B. SNMP MIBs and Traps, and RMON Alarm Defaults
- C. Router CLI Commands, Codes, and Designations
- D. Router Command Line Summaries and Shortcuts
- E. Connectors, Cables, and Pin Assignments
- F. Technical Specifications
- G. Equipment List
- Index

C. Router CLI Commands, Codes, and Designations
9128-A2-GB20-80 September 2002
C-9
Bridge Commands
Bridge commands are used to enable or disable simultaneous bridging and
routing, configuration of bridge groups and their attributes, and apply or remove
bridge groups from an interface or sub-interface.
To show the bridge database or spanning-tree topology, see Table C-13, Show
Commands.
Table C-6. Bridge Commands (1 of 2)
bridge
{
crb
|
bridge-group
{
acquire
|
aging-time
aging-time
|
protocol
span-tree-protocol
|
priority
span-tree-priority
|
route
route-protocol
}}
no
bridge
{
crb
|
bridge-group
{
acquire
|
aging-time
[
aging-time
] |
priority
[
span-tree-priority
] |
route
[
route-protocol
] }}
Minimum Access Level:
Administrator
Command Mode:
config
A user can enable or disable simultaneous bridging and routing and configure attributes
associated with a bridging group. Bridge group 1 is created by default with a priority of
32768 and configured as a learning bridge utilizing the IEEE 802.1 spanning tree protocol.
Simultaneous routing and bridging is disabled by default. Once concurrent routing/
bridging is enabled, you must configure an explicit bridge route for any protocol to be
routed on interfaces in a bridge group.
Example:
bridge crb 1 route ip
crb
– Enable or disable concurrent routing and bridging on the device.
bridge-group
– Bridge group 1 is created by default. If a bridge-group is specified, one of
the following attributes
must
be specified:
acquire
– Configure a learning bridge that is capable of dynamically learning new
stations. This argument is configured by default on all bridge groups. The
no bridge
command is not accepted for this argument.
aging-time
– Specifies the length of time that an unused dynamic entry is maintained
in the bridge table. The
no bridge
command resets the aging-time to the default
value.
aging-time
– Valid range is 10–1,000,000 seconds. The default is 300.
protocol
– Specify a spanning tree protocol.
span-tree-protocol
– Valid spanning tree protocol for IEEE 802.1 protocol is ieee.
priority
– Specify the priority ranking for this bridge. The higher the number, the less
likely this bridge will be selected as the spanning tree root.
span-tree-priority
– Valid priority values when spanning tree protocol is
IEEE.802.1 are: 0–65535. The default is 32768.
route
– Specify a protocol to be routed in this bridge group when concurrent routing
and bridging are enabled.
route-protocol
– Valid routing protocol is IP.










