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-22
September 2002 9128-A2-GB20-80
[
no
]
ip
access-group
access-list-1-199num
[
in
|
out
]
Minimum Access Level: Administrator
Command Mode: config-if
Allows you to control access to an interface by allowing you to designate (or delete) a set
of access rules to be applied to either incoming or outgoing packets. By default, no access
lists are applied to interfaces.
Example: ip access-group 17 in
NOTE: A user may specify that an access list is applied to either inbound packets,
outbound packets, or both inbound and outbound packets (two commands). If a
specified access list does not exist, all packets are passed.
access-list-1-199num – The access list number. The valid ranges for access lists are:
1–99
– Standard IP access lists.
100–199
– Extended IP access lists.
in
– Specifies that filters will be applied to inbound packets.
out
– Specifies that filters will be applied to outbound packets. If no direction (in or
out) is
specified, the filter is applies to outbound packets by default.
Table C-11. Filter Commands (4 of 4)