cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
895
Views
6
Helpful
7
Replies

Use of Spanning-tree extend system-id for vlan verification

I understand that the system-id extension is used to create a unique BID per vlan in PVST+. My question is 

1) Does the receiving switch will use that "System-id extension" field to verify the vlan that the frame is received?

2) What if there is a native vlan mismatch between the switches( One side is Vlan 100 and the other side is vlan 200). Does the switch use that system-id extension to figure out the issue?

2 Accepted Solutions

Accepted Solutions

ammahend
VIP Alumni
VIP Alumni

 

1) Does the receiving switch will use that "System-id extension" field to verify the vlan that the frame is received?

No, its only used to identity the correct VLAN for the BPDU

2) What if there is a native vlan mismatch between the switches( One side is Vlan 100 and the other side is vlan 200). Does the switch use that system-id extension to figure out the issue?

No, I don't think so. usually its CDP and LLDP which identifies native vlan mismatch.

-hope this helps-

View solution in original post

Martin L
VIP
VIP

system-id extension is included in Bridge ID part of BPDU section which included in main STP (Cisco and IEEE versions) frame.  In case native vlan mismatch, I think STP will show u message and put ports in disable mode. This may be based on CDP frame that carries native vlan id I think (not 100% sure so need to check it out)

 

MartinL_0-1729301217947.png

 

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

7 Replies 7

ammahend
VIP Alumni
VIP Alumni

 

1) Does the receiving switch will use that "System-id extension" field to verify the vlan that the frame is received?

No, its only used to identity the correct VLAN for the BPDU

2) What if there is a native vlan mismatch between the switches( One side is Vlan 100 and the other side is vlan 200). Does the switch use that system-id extension to figure out the issue?

No, I don't think so. usually its CDP and LLDP which identifies native vlan mismatch.

-hope this helps-

Got it. Thanks for clarifying!

Got it. Thanks for clarifying!

Martin L
VIP
VIP

system-id extension is included in Bridge ID part of BPDU section which included in main STP (Cisco and IEEE versions) frame.  In case native vlan mismatch, I think STP will show u message and put ports in disable mode. This may be based on CDP frame that carries native vlan id I think (not 100% sure so need to check it out)

 

MartinL_0-1729301217947.png

 

Regards, ML
**Please Rate All Helpful Responses **

Here is Wireshark STP capture; notice vlan ID "in red" ; Filed indicating vlan id is inside of TLV (6 bit towards end) part of STP frame from my picture in previous post

 

MartinL_0-1729304217083.jpeg

Regards, ML
**Please Rate All Helpful Responses **

 

That makes sense. Thank you so much for confirming!

Thanks for the including the picture!