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-16
September 2002 9128-A2-GB20-80
lease
{
days
[
hours
] [
minutes
]|
infinite
}
no
lease
[
days
[
hours
] [
minutes
]|
infinite
]
Minimum Access Level:
Administrator
Command Mode:
config-dhcp
Allows you to specify or clear the lease time for an IP address assigned to a DHCP client.
After the lease time has expired, the address assignment is no longer valid. The default
lease time is one day.
Example:
lease 120 23 0
days
– Number of days the lease is valid. The default is1. Valid range of days is 0–365.
hours
– Number of hours the lease is valid. The default is 0. Valid range for hours
is 0–24.
minutes
– Number of minutes the lease is valid. The default is 0. Valid range for minutes
is 0–59.
infinite
– Specifies an infinite lease time. The IP address assignment does not expire.
default-router
ip-address
no
default-router
[
ip-address
]
Minimum Access Level:
Administrator
Command Mode:
config-dhcp
Allows you to configure or remove the default router IP address provided to clients by the
DHCP server. The default router address is provided to the clients in the DHCP reply
message from the DHCP server and as the next hop router by the clients. The IP address
for the default router should be on the same subnet as the client.
Example:
default-router 132.53.4.2
ip-address
– Specifies the IP address of the default router. The default is None.
domain-name
domain-name
no
domain-name
[
domain-name
]
Minimum Access Level:
Administrator
Command Mode:
config-dhcp
Allows you to specify or remove the domain name provided to clients by the DHCP server.
This domain name is provided to the clients in the DHCP reply message from the DHCP
server.
domain-name
–
Specifies a string defining the domain name. The domain name string
contains 255 ASCII printable characters. The default is None.
dns-server
ip-address
no
dns-server
[
ip-address
]
Minimum Access Level:
Administrator
Command Mode:
config-dhcp
Allows you to specify or remove the Domain Name System (DNS) IP address provided to
clients by the DHCP server.
Example:
dns-server 132.53.4.2
ip-address
– Specifies the IP address of the DNS server.
Table C-9. DHCP Server Commands (2 of 3)