cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1154
Views
0
Helpful
0
Replies

Cisco 6807-XL Sup6T VPLS and Spanning-Tree

Smurf12345
Level 1
Level 1

Hi All:

I am using 6807-XL with Sup6T for a campus MPLS network.  I've setup A-VPLS between to deliver a couple VLANs across the MPLS.  I would like to be able to pass spanning-tree (rapid-pvst) across the VPLS, but can't seem to figure out how to do that or if it is even supported. I've connected 2 switches together downstream from 2 PE's to create a spanning-tree loop, however one of the ports goes into "l2ptguard error disable"instead of what I expected which is spanning-tree blocking a port.  I don't believe STP bpdu's are being sent over the VPLS.  Is passing spanning-tree even supported?

 

PE1#sh l2protocol-tunnel
COS for Encapsulated Packets: 5
Drop Threshold for Encapsulated Packets: 0

Protocol Drop Counter
-------- -------------
cdp 0
lldp 0
stp 0
vtp 0

Port Protocol Thresholds Counters
Shutdown Drop Encap Decap Drop
------------------- -------- --------- --------- --------- --------- ---------
Gi1/48 --- ---- ---- ---- ---- ----
--- ---- ---- ---- ---- ----
stp ---- ---- 236 0 0
--- ---- ---- ---- ---- ----
Ve1 --- ---- ---- ---- ---- ----
--- ---- ---- ---- ---- ----
stp ---- ---- 0 0 0
--- ---- ---- ---- ---- ----

 

Example

! Site 1
pseudowire-class vpls-test
encapsulation mpls
load-balance flow
flow-label enable
!
interface Virtual-Ethernet1
switchport
switchport mode trunk
switchport trunk allowed vlan 3361,3362
transport vpls mesh
neighbor 10.10.10.33 pw-class vpls-test
l2protocol-tunnel stp
!
int gi1/48
switchport
switchport mode trunk
switchport trunk allowed vlan 3361,3362
l2protocol-tunnel stp
!

----------------------
!
!Site 2
pseudowire-class vpls-test
encapsulation mpls
load-balance flow
flow-label enable
!
interface Virtual-Ethernet1
switchport
switchport mode trunk
switchport trunk allowed vlan 3361,3362
transport vpls mesh
neighbor 10.10.10.25 pw-class vpls-test
l2protocol-tunnel stp
!
int gi1/48
switchport
switchport mode trunk
switchport trunk allowed vlan 3361,3362
l2protocol-tunnel stp
!

0 Replies 0