LLDP Packets – Behavior Through Tagged Ports

ethernetlldp

I have this simple topology –

[S1][p1]----[p2][S2]

Port p1 of switch S1 is connected to port p2 of S2. And port p2 on S2 is tagged.

My doubt is if an LLDP packet is sent from p1 to p2, considering p2 is tagged, will the LLDP packet be processed at CPU of S2? Or will it be dropped at hardware level?

We know untagged packets which don't have 802.1Q tag in Ethernet frames are dropped on tagged ports. I wanted to know what's the behavior if the packet is LLDP.

Best Answer

It depends on the hardware involved. Juniper for example will drop the LLDP packets when there is no native VLAN configured (a VLAN in which all untagged traffic will be forwarded in).

Cisco for example will always send the LLDP tagged in VLAN 1. Juniper itself sends the LLDP untagged.

So it highly depends on your gear.