Cisco Systems OL-7396-01 Network Router User Manual


 
7-71
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 7 Configuring Virtual Connections
Configuring Point-to-Multipoint Soft PVC Connections
Confirming the Party Leaf is Disabled or Enabled
To confirm the individual leaf of the point-to-multipoint soft PVC is disabled or enabled, use the
following EXEC command before and after disabling and enabling the point-to-multipoint soft PVCs:
Example
The following example shows how to confirm that the party leaf of the point-to-multipoint soft PVC is
disabled from the interface using the show running-config command:
Source# show running-config interface atm 1/0/2
Building configuration...
Current configuration : 316 bytes
!
interface ATM1/0/2
no ip address
no atm ilmi-keepalive
atm soft-vc 10 100 p2mp
cttr rx 1 tx 1
party leaf-reference 20 disable
dest-address 47.0091.8100.0000.0003.6bb4.c501.4000.0c81.8000.00 10 100
party leaf-reference 30
dest-address 47.0091.8100.0000.0003.6bb4.c501.4000.0c81.8000.00 10 101
!
end
Notice the word “disabled” appears following the party leaf-reference number for party
leaf-reference 20 disabled in the previous section.
Note The word “enabled” does not appears following the party leaf-reference number for party
leaf-reference 30 that was not disabled. Enabled is the default state.
The following example shows how to confirm that the party leaf of the point-to-multipoint soft PVCs is
disabled from the interface using the show atm soft-vc p2mp interface atm command:
Source# show atm soft-vc p2mp interface atm 1/0/2 10 100
Interface: ATM1/0/2, Type: oc3suni
VPI = 10 VCI = 100
Connection-type: SoftVC
Cast-type: point-to-multipoint-root
Soft vc location: Source
Soft vc call state: Active
Leaf-ref VPI VCI NSAP Address State
20 10 100 47.0091.8100.0000.0003.6bb4.c501.4000.0c81.8000.00 Inactive
30 10 101 47.0091.8100.0000.0003.6bb4.c501.4000.0c81.8000.00 Active
Command Purpose
show running-config interface atm
card/subcard/port
Shows the configuration of the ATM
interface.
show atm soft-vc p2mp interface atm
card/subcard/port vpi vci
Shows point-to-multipoint soft PVC interface
configuration.