PE1(su)->set spantree version spt PE1(su)->set spantree mstcfgid cfgname spbvRegion1 PE1(su)->set spantree mstmap 2000-2200 sid spvid PE1(su)->set spantree mstmap 100 sid spbv PE1(su)->set spb port ge.1.10-20 status enable
PE3(su)->router vrf5 PE3(su-vrf5)->configure PE3(su-vrf5-config)->rd 1:12 PE3(su-vrf5-config)->route-target both 1:10 PE3(su-vrf5-config)->route-target import 1:1 PE3(su-vrf5-config)->exit PE3(su-vrf5)->exit
Use the following example input when configuring L3 VPN over SPBV.
PE1(su)->configure PE1(su-config)->interface loopback 1 PE1(su-config-intf-loop.0.1)->ip address 192.168.100.30 255.255.255.255 primary PE1(su-config-intf-loop.0.1)->no shutdown PE1(su-config-intf-loop.0.1)->exit PE1(su-config)->interface vlan 100 PE1(su--config-intf-vlan.0.100)->ip address 192.168.100.113 255.255.255.0 primary PE1(su--config-intf-vlan.0.100)->no shutdown PE1(su--config-intf-vlan.0.100)->exit PE1(su-config)->interface vlan 200 PE1(su--config-intf-vlan.0.200)->ip address 192.168.100.123 255.255.255.0 primary PE1(su--config-intf-vlan.0.200)->no shutdown PE1(su--config-intf-vlan.0.200)->exit
PE2(su-config)->router bgp 64520 PE2(su-config-bgp)->bgp router-id 192.168.100.30 PE2(su-config-bgp)->log-up-down PE2(su-config-bgp)->neighbor 192.168.100.10 remote-as 64520 PE2(su-config-bgp)->neighbor 192.168.100.10 update-source 192.168.100.30 PE2(su-config-bgp)->neighbor 192.168.100.20 remote-as 64520 PE2(su-config-bgp)->neighbor 192.168.100.20 update-source 192.168.100.30 PE2(su-config-bgp)->address-family vpnv4 PE2(su-config-bgp-af-vpn)->enable PE2(su-config-bgp-af-vpn)->192.168.100.10 activate PE2(su-config-bgp-af-vpn)->192.168.100.30 activate PE2(su-config-bgp-af-vpn)->exit PE2(su-config-bgp)->exit PE2(su-config)->exit PE2(su)->