05-01-2007 09:46 PM - edited 03-05-2019 03:48 PM
hello how mstp,rstp technically transported over isl and dot1q? tx
05-02-2007 12:07 AM
Hi,
configure the spanning tree per VLAN basis. Link below can be cery useful.
HTH
Regards,
05-02-2007 08:53 AM
MSTP BPDUs are sent untagged on 1Q trunk (I'm trying to avoid the term native vlan, which is not exactly correct). On ISL links, they are sent on vlan 1 afaik.
Rapid-PVST, which is the PVST version of RSTP, is sending one BPDU per vlan. The BPDU for vlan 1 is sent untagged on 1Q trunks (with the regular IEEE STP mac address as a destination), while the other vlans (!=1) have their BPDUs sent tagged, to a cisco proprietary mac address.
On ISL trunks, the BPDUs for all the vlans are sent in their respective vlan, with the IEEE mac address as a destination.
Hope this helps,
Francois
05-03-2007 01:10 AM
tx for reply. what is the usefulness of the native vlan?
05-03-2007 09:55 AM
Untagged frames are not really sent on a "native vlan", they just don't have an 802.1Q header. If you want, vlans are just an additional layer on the top of the mac layer. Not a great analogy, but for instance, UDP works on the top of IP and you don't call an IP packet a "native UDP frame";-)
Bridges that are not 1q capable just ignore the 1q tag, while 1q bridges classify the untagged frames they receive in a given vlan. STP untagged control frames are received by the control protocol even before the switch gets to classify untagged frames into a particular vlan. That's why I would not say they belong to "the native vlan" (btw, the concept of a unique native vlan is Cisco specific, in theory several vlans could be sent untagged on a particular port).
Regards,
Francois
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide