10-09-2015 11:02 AM - edited 03-08-2019 02:08 AM
Hello,
I am quite new to Cisco, I have two aggregation-like switches, all ports on them are 1Q trunks. Could you please give me a note about:
a) how to configure a trunk port to receive/send tagged traffic only (acceptable frame type: tagged, do not accept anything untagged, including STP BPDUs, do not emit anything untagged) ?
b) how to ensure that a trunk port accepts only VLANs/tags it is configured for (switchport trunk allowed vlan add x,y,z - accept only x,y,z tagged frames) - ingress filtering ?
c) if STP BPDUs are handled separately from user untagged traffic, how to block STP BPDU messages on a trunk port (on ingress ideally, or on egress at least - the port must not emit/forward any STP BPDU) ?
Thank you,
Jan
10-09-2015 03:21 PM
hello ,
a - you can configure the native vlan for unused vlan .
b - it seems the same as "a"
c - you can use BPDU filter
please let me know if you have more questions
10-10-2015 11:34 AM
Thank you,
what about using vlan dot1q tag native ?
10-10-2015 11:46 AM
Hi,
"vlan dot1q tag native performs tagging on the outgoing frames (i.e. the native VLAN setting is ignored and all frames are tagged with the corresponding tag value). Untagged frames arriving at a trunk port will be dropped without being forwarded further.
so this is another solution :)
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