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

5. Configuring the FrameSaver SLV Router
9128-A2-GB20-80 September 2002
5-9
Procedure
To set up NAPT:
1. From the Main Menu screen, press Ctrl-a then Shift-r to access the router’s
Command Line Interface.
2. Set up an access list. The following command specifies a list that includes
addresses 10.1.3.1 through 10.1.3.254:
access-list 1 permit 10.1.3.0 0.0.0.255
3. Enable NAPT. The following command specifies that inside address
translation is performed on the addresses in Access List 1, and the outside
address is the address of the Serial interface 0, sub-interface
x
:
ip nat inside source list 1 interface se 0.
x
overload
4. Specify which interface uses inside (private) and which uses outside (public)
IP addresses:
int ethernet 0
ip nat inside
int serial 0.
x
ip nat outside
5. Save the configuration and exit the CLI:
save
exit