Manual
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
C-8
September 2002 9128-A2-GB20-80
IP Routing Commands
Internet Protocol (IP) routing commands are used to enable and disable IP routing,
and to create or delete static routes in the routing table.
To show IP routing and performance statistics, see Table C-13, Show Commands.
Table C-5. IP Routing Commands
ip
route
dest-ip
dest-mask
{
next-hop-ip
|
i
ntf-type
intf-num
[
.
sub-intf-num
] }
no
ip
route
dest-ip
dest-mask
[
next-hop-ip
|
intf-type
intf-num
[.
sub-intf-num
] ]
Minimum Access Level:
Administrator
Command Mode:
config
Allows manual creation or deletion of static route entries. There are no route entries by
default. A default gateway destination route may be specified by entering a destination IP
address and mask of “0.0.0.0 0.0.0.0” with a default gateway IP address or interface.
Example:
ip route 132.53.4.2 255.255.255.255 serial 0.
x
NOTE: Generally, routes are specified using a next hop address. However, routes over
unnumbered point-to-point sub-interfaces should specify the sub-interface to reach the
destination.
dest-ip
– IP address of the destination host or network or “0.0.0.0” if a default destination
gateway is specified.
dest-mask
– The subnet mask to be used when the destination IP address is compared
during route table lookups. The dest-mask cannot be 0.0.0.0 unless a dest-ip
address of
0.0.0.0 has been specified, and only contiguous, left-justified masks are allowed.
next-hop-ip
– IP address of the next-hop router used to reach the destination.
intf-type
– Two interface types are supported:
–
Ethernet
– IEEE 802.3 interface
–
Serial
– Frame relay serial interface
intf-num
– Valid interface index number for both the Ethernet and Serial interfaces is
0
.
sub-intf-num
– Sub-interfaces are only supported on the network interface (Serial 0).
If a serial interface is specified, a sub-interface must also be specified. Valid range for a
sub-interface is 0–4,294,967,295.
[
no
]
ip
routing
Minimum Access Level:
Administrator
Command Mode:
config
Enables or disables IP routing in the device. The IP routing default is Enable.
NOTE: When IP routing is disabled, all static route entries are deleted. However,
adding new route entries while IP routing is disabled is not prevented.
[
no
]
ip
multicast-routing
Minimum Access Level:
Administrator
Command Mode:
config
Enables or disables the forwarding of IP multicast packets. The default is Disable.