Cisco Systems OL-7396-01 Network Router User Manual


 
7-70
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 7 Configuring Virtual Connections
Configuring Point-to-Multipoint Soft PVC Connections
Examples
The following example disables the root of a point-to-multipoint Soft PVC connection configured on an
ATM interface and releases all parties:
Switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface atm 0/0/1
Switch(config-if)# atm soft-vc 50 100 p2mp
Switch (atmsoft-p2mp)# disable
The following example reenables the root of a point-to-multipoint Soft PVC connection:
Switch (atmsoft-p2mp)# enable
Enabling and Disabling a Leaf of a Point-to-Multipoint Soft PVC
To enable or disable an individual leaf of a point-to-multipoint soft PVC connection, perform the
following steps, beginning in soft PVC point-to-multipoint configuration mode:
Examples
The following example disables an individual leaf of a point-to-multipoint soft PVC connection
configured on an ATM interface:
Switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Source(config)# interface atm 1/0/2
Source(config-if)# atm soft-vc 10 100 p2mp
Source(atmsoft-p2mp)# party leaf-reference 20 disable
Source(atmsoft-p2mp-party)#
Note After disabling a party leaf the CLI changes from point-to-multipoint configuration mode to
point-to-multipoint party configuration mode. This allows you to modify the party configuration and exit
out of the party mode and enable the party leaf again with the modified configurations. For example, you
can modify the retry interval, destination address, destination VPI and destination VCI.
The following example reenables an individual leaf of the point-to-multipoint soft PVC connection:
Switch(atmsoft-p2mp)# party leaf-reference 30 enable
Switch(atmsoft-p2mp)#
Command Purpose
Step 1
Switch(atmsoft-p2mp)# party leaf-reference
ref-number disable
Switch(atmsoft-p2mp-party)#
Disables a leaf of a point-to-multipoint soft PVC
connection.
Step 2
Switch(atmsoft-p2mp)# party leaf-reference
ref-number enable
Switch(atmsoft-p2mp-party)#
Enables a leaf of a point-to-multipoint soft PVC
connection.