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-11
ARP Commands
Address Resolution Protocol (ARP) commands are used to create entries in the
ARP table, specify how long the information will be retained, and remove dynamic
entries in the table.
Table C-7. ARP Commands
arp
ip-address mac-address arp-type
no
arp
ip-address
[
mac-address arp-type
]
Minimum Access Level:
Administrator
Command Mode:
config
Allows you to create or delete a single, static ARP table entry. Static ARP entries created
with this command are permanent and are retained across resets/power cycles. Up to the
maximum number of static ARP entries specified may be entered. There are no static
ARP entries by default.
ip-address
– The IP address of the ARP entry to be created or deleted.
mac-address
– MAC address.
arp-type
– Specifies the ARP type. Valid ARP type is
arpa
, the standard Ethernet-style
ARP (RFC 826).
arp
timeout
time
no
arp
timeout
[
time
]
Minimum Access Level:
Administrator
Command Mode:
config-if
(Ethernet)
Allows you to specify the amount of time that ARP information is retained in the ARP
cache.
The
no arp timeout
command restores the default ARP timeout value.
Example:
arp timeout 28000
NOTES:
– The amount of time the device waits before reattempting to acquire ARP information
for incomplete entries is 5 seconds and is not configurable.
– The internal ARP timeout timer has one minute precision, so the ARP timeout is
implemented by rounding up to the nearest minute.
time
– The ARP timeout value in seconds. Valid range is 1–4294967 seconds.
The default is 14400.
clear
arp-cache
Minimum Access Level:
Administrator
Command Mode:
Standard
Deletes all dynamic ARP table entries from the ARP cache.