7-70
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter7 Configuring Virtual Connections
Configuring Point-to-Multipoint SoftPVC Con nections
Examples
The following example disables the root of a point-to-multipoint Soft PVC connec tion 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 SoftPVC 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 softPVC 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 softPVC connection:
Switch(atmsoft-p2mp)# party leaf-reference 30 enable
Switch(atmsoft-p2mp)#
Command Purpose
Step1 Switch(atmsoft-p2mp)# party leaf-reference
ref-numb er disable
Switch(atmsoft-p2mp-party)#
Disables a leaf of a point-to-multipoint softPVC
connection.
Step2 Switch(atmsoft-p2mp)# party leaf-reference
ref-numb er enable
Switch(atmsoft-p2mp-party)#
Enables a leaf of a point-to-multipoint soft PVC
connection.