
#configure terminal  | Enter the configure mode.  | 
R1(config)#bridge 1 protocol provider-rstp edge  | Configure bridge 1 to the spanning-tree table.  | 
R1(config)#vlan database  | Configure the VLAN database.  | 
R1(config)#vlan 2 type service point-point bridge 1 state enable  | Configure the SVLAN 2 to bridge 1.  | 
R1(config)#ip multicast-routing  | Configure the multicast routing on the router.  | 
R1(config)#ip pim rp-address 1.1.1.1  | Configure Rendezvous Point (RP) address for multicast groups.  | 
R1(config)#interface lo  | Enter into lo interface.  | 
R1(config-if)#ip address 1.1.1.1/24 secondary  | Configure rp address as secondary.  | 
R1(config-if)#ip pim sparse-mode  | Enable the PIM sparse mode.  | 
R1(config-if)#exit  | Exit the loopback interface mode.  | 
R1(config)#interface svlan1.2  | Create the SVLAN interface.   | 
R1(config-if)#ip address 20.1.1.1/24  | Configure IPv4 address to VLAN interface.  | 
R1(config-if)#ip pim sparse-mode  | Configure PIM sparse mode.  | 
R1(config-if)#exit  | Exit the SVLAN interface mode.  | 
R1(config)#interface xe1  | Enter interface mode.  | 
R1(config-if)#ip address 10.1.1.1/24  | Configure IPv4 address to interface  | 
R1(config-if)#ip pim sparse-mode  | Configure PIM sparse mode.  | 
R1(config-if)#commit  | Commit the configurations.  | 
R1(config-if)#exit  | Exit the interface mode.  | 
R1(config)#interface xe57  | Enter interface mode.  | 
R1(config-if)#switchport  | Configure switchport.  | 
R1(config-if)#dot1ad ethertype 0x8100  | Configure ether type 0x8100.  | 
R1(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group.  | 
R1(config-if)#switchport mode provider-network  | Configure switchport trunk mode.  | 
R1(config-if)#switchport provider-network allowed vlan add 2  | Configure the VLAN to switchport trunk mode.  | 
R1(config-if)#commit  | Commit configurations   | 
#configure terminal  | Enter the configure mode.  | 
PE1(config)#bridge 1 protocol provider-rstp edge  | Configure bridge 1 to the spanning-tree table.  | 
PE1(config)#vlan database  | Configure the VLAN database.  | 
PE1(config)#vlan 2 type service point-point bridge 1 state enable  | Configure the SVLAN 2 to bridge 1.  | 
PE1(config)#ip multicast-routing  | Configure the multicast routing on the router.  | 
PE1(config)#interface svlan1.2  | Create VLAN interface.   | 
PE1(config-if)#igmp snooping enable  | Configure IPv4 address to VLAN interface .  | 
PE1PE1(config-if)#exit  | Exit the interface mode.  | 
PE1(config)#interface xe3  | Enter interface mode.  | 
PE1(config-if)#switchport  | Configure Switchport.  | 
PE1(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE1(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable .  | 
PE1(config-if)#switchport mode provider-network  | Configure provider network .  | 
PE1(config-if)#switchport provider-network allowed vlan add 2  | Configure the SVLAN to interface .  | 
PE1(config-if)#commit  | Commit configurations.  | 
PE1(config-if)#exit  | Exit the interface mode.  | 
PE1(config)#interface xe47  | Enter interface mode.  | 
PE1(config-if)#switchport  | Configure switchport   | 
PE1(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE1(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE1(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE1(config-if)#switchport provider-network allowed vlan add 2  | Configure service vlan to provider network.  | 
PE1(config-if)#commit  | Commit configurations.  | 
PE1(config-if)#exit  | Exit the interface mode.  | 
#configure terminal  | Enter the configure mode.  | 
PE(config)#bridge 1 protocol provider-rstp edge  | Configure bridge 1 to the spanning-tree table.  | 
PE(config)#vlan database  | Configure the VLAN database  | 
PE(config)#vlan 2 type service point-point bridge 1 state enable  | Configure the SVLAN 2 to bridge 1.  | 
PE(config)#ip multicast-routing  | Configure the multicast routing on the router.  | 
PE(config)#interface svlan1.2  | Create VLAN interface.  | 
PE(config-if)#igmp snooping enable  | Configure IPv4 address to VLAN interface.  | 
PE(config-if)#exit  | Exit the interface mode.  | 
PE(config)#interface xe2  | Enter interface mode.  | 
PE(config-if)#switchport  | Configure Switchport  | 
PE(config-if)#dot1ad ethertype 0x8100  | Configure ethertype  | 
PE(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE(config-if)#switchport provider-network allowed vlan add 2  | Configure the SVLAN to interface.  | 
PE(config-if)#commit  | Commit configurations.   | 
PE(config-if)#exit  | Exit the interface mode.  | 
PE(config)#interface xe7  | Enter interface mode.  | 
PE(config-if)#switchport  | Configure switchport.  | 
PE(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE(config-if)#switchport provider-network allowed vlan add 2  | Configure service vlan to provider network.  | 
PE(config-if)#commit  | Commit configurations.  | 
PE(config-if)#exit  | Exit the interface mode.  | 
#configure terminal  | Enter the configure mode.  | 
PE2(config)#bridge 1 protocol provider-rstp edge  | Configure bridge 1 to the spanning-tree table.  | 
PE2(config)#vlan database  | Configure the VLAN database.  | 
PE2(config)#vlan 2 type service point-point bridge 1 state enable  | Configure the SVLAN 2 to bridge 1.  | 
PE2(config)#ip multicast-routing  | Configure the multicast routing on the router.  | 
PE2(config)#interface svlan1.2  | Create VLAN interface.  | 
PE2(config-if)#igmp snooping enable  | Enable the IGMP snooping on VLAN interface.  | 
PE2(config-if)#exit  | Exit the VLAN interface mode.  | 
PE2(config)#interface xe7  | Enter interface mode.  | 
PE2(config-if)#switchport  | Configure Switchport.  | 
PE2(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE2(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE2(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE2(config-if)#switchport provider-network allowed vlan add 2  | Configure the SVLAN to interface.  | 
PE2(config-if)#commit  | Commit configurations.  | 
PE2(config-if)#exit  | Exit the interface mode.  | 
PE2(config)#interface xe20  | Enter interface mode.  | 
PE2(config-if)#switchport  | Configure switchport.  | 
PE2(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE2(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE2(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE2(config-if)#switchport provider-network allowed vlan add 2  | Configure service VLAN to provider network.  | 
PE2(config-if)#commit  | Commit configurations.  | 
PE2(config-if)#exit  | Exit the interface mode.  | 
PE2(config)#interface xe22  | Enter interface mode.  | 
PE2(config-if)#switchport  | Configure switchport.  | 
PE2(config-if)#dot1ad ethertype 0x8100  | Configure ethertype.  | 
PE2(config-if)#bridge-group 1 spanning-tree disable  | Configure bridge group spanning tree disable.  | 
PE2(config-if)#switchport mode provider-network  | Configure provider network.  | 
PE2(config-if)#switchport provider-network allowed vlan add 2  | Configure service VLAN to provider network.  | 
PE2(config-if)#commit  | Commit configurations.  | 
PE2(config-if)#exit  | Exit the interface mode.  | 
Acronym  | Description  | 
|---|---|
IGMP  | Internet Group Management Protocol   | 
PB  | Provider Bridged   | 
SVLAN  | Service Provider VLAN  |