7-44
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter7 Configuring Virtual Connections
Configuring Access Filters on Soft PVC and Soft PVP Passive Connections
On Switch-C, display the passive half-leg configuration information of two-ended soft PVC with the access control source ATM NSAP address.
Switch-C# show atm vc interface atm0/0/1 1 60
Interface: ATM11/0/0, Type: quad_oc12suni
VPI = 1 VCI = 60
Status: UP
Time-since-last-status-change: 1d08h
Connection-type: SoftVC
Cast-type: point-to-point
Passive half leg
Soft vc location: Destination
Remote ATM address: default
Remote VPI: 0
Remote VCI: 50
Access Control:
Source address: 47.0091.8100.0000.0010.073c.0101.4000.0c80.9030.00
Soft vc call state: Active
Packet-discard-option: disabled
Usage-Parameter-Control (UPC): pass
Wrr weight: 2
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Threshold Group: 5, Cells queued: 0
Rx cells: 0, Tx cells: 0
Tx Clp0:0, Tx Clp1: 0
Rx Clp0:0, Rx Clp1: 0
Rx Upc Violations:0, Rx cell drops:0
Rx Clp0 q full drops:0, Rx Clp1 qthresh drops:0
Rx connection-traffic-table-index: 1
Rx service-category: UBR (Unspecified Bit Rate)
Rx pcr-clp01: 7113539
Rx scr-clp01: none
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: none
Tx connection-traffic-table-index: 1
Tx service-category: UBR (Unspecified Bit Rate)
Tx pcr-clp01: 7113539
Tx scr-clp01: none
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: none
Switch-C#
Using a simple filter set — The following example shows the configuration of the two-ended soft PVC (shown in Figure 7-8) with access control configured using a simple filter-set on the passive half leg. Start with the configuration of Switch-C and configure the filter set to permit one ATM NSAP address to access the passive side of the soft PVC. Then associate the filter set when configuring the passive leg of the soft PVC.
Switch-C(config)# atm filter-set fset1 permit
47.0091.8100.0000.0010.073c.0101.4000.0c80.9030.00
Switch-C(config)# interface atm 0/0/1
Switch-C(config-if)# atm soft-vc 1 60 passive access-control filter-set fset1
Switch-C(config-if)# end
Switch-C#