7-49
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 PVP with the filter set fset1 configured.
Switch-C# show atm vp interface atm 0/0/1 60
Interface: ATM0/0/1, Type: quad_oc12suni
VPI = 60
Status: UP
Time-since-last-status-change: 1d08h
Connection-type: SoftVP
Cast-type: point-to-point
Passive half leg
Soft vp location: Destination
Remote ATM address: default
Remote VPI: 50
Access filter: Filter-set - fset1
Soft vp call state: Active
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 filter set with multiple NSAP addresses — The following example shows the configuration of the two-ended soft PVP (shown in Figure 7-8) with access control configured using a more complex filter-set on the passive half leg. Start with the configuration of Switch-C and configure the filter set to permit two ATM NSAP addresses to access the passive side of the soft PVP. Then associate the filter set when configuring the passive leg of the soft PVP.
Switch-C(config)# atm filter-set fset5 index 1 permit 47.0091.8100.0000.0010.073c...
Switch-C(config)# atm filter-set fset5 index 2 permit 47.0091.8100.0000.0001.4204.d801...
Switch-C(config)# interface atm 0/0/1
Switch-C(config-if)# atm soft-vc 60 passive access-control filter-set fset5
Switch-C(config-if)# end
Switch-C# show atm filter-set fset5
ATM filter set fset5
permit 47.0091.8100.0000.0010.073c... index 1
permit 47.0091.8100.0000.0001.4204.d801... index 2
Switch-C#