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
9128-A2-GB20-80 September 2002
C-13
ip
nat
pool
pool-name start-ip-addr end-ip-addr
{
netmask
netmask
| {
prefix-length
|
/
}
prefix-length
}
no
ip
nat
pool
pool-name
[
start-ip-addr end-ip-addr
{
netmask
netmask
| {
prefix-length
|
/
}
prefix-length
} ]
Minimum Access Level:
Administrator
Command Mode:
config
Defines a pool of addresses for Network Address Translation. Addresses can then be
allocated from the pool as needed. Up to 30 NAT pools can be supported.
To remove a pool, use the
no ip nat pool
command. No NAT pools are configured by
default.
Example:
ip nat pool Largo 132.53.4.2 132.53.4.250 / 24
pool-name
– Name of the pool comprised of 1–20 ASCII printable characters.
start-ip-addr
– Starting IP address of the range of addresses in the address pool.
end-ip-addr
– Ending IP address of the range of addresses in the address pool.
netmask
– Specify a network mask that indicates which address bits belong to the
network and subnet fields, and which bits belong to the host field.
netmask
– Network mask of the network for the pool addresses.
prefix-length
or
/
– Specify the number of bits in a network mask address that are
ones and define the network and subnet fields.
prefix-length
– The number of bits in a network mask address that are ones. Valid
range is 1–32.
[
no
]
ip
nat
inside
source
{
list
access-list-1-99num
pool
pool-name
[
overload
] |
list
access-list-1-99num
interface
i
ntf-type
intf-num
[
.
sub-intf-num
]
overload
|
s
tatic
{
static-ip-addr1
static-ip-addr2
|
protocol
static-ip-addr1 static-port-num
static-ip-addr2
}}
Minimum Access Level:
Administrator
Command Mode:
config
Allows a user to specify or remove Network Address Translation rules. Both dynamic and
static address translations may be specified. Command forms that include an access list
are used to specify dynamic translation rules. Packets from addresses that match the
access list are translated using addresses allocated from the named pool or the IP
address assigned to the interface. No NAT rules are configured by default.
Example: Refer to Chapter 4,
Configuration Options
.
inside
– Inside address translation converts an inside (private) IP address to an outside
(public) IP address (and port, if overload is specified for NAPT).
source
– Specifies source address translation.
list
– Specify the access list number for
dynamic
address translation. For inside source
translation, this access list describes local addresses. If no rules have been created for
the specified access list, no translations based on this rule will occur.
access-list-1-99num
– A standard IP Access list. The valid range is 1–99.
(Continued on next page)
Table C-8. NAT Commands (2 of 3)