- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Semantics of untagged VLAN with relation to LL...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 10:13 AM
09-29-2016 10:13 AM
Through testing, I have found that LLDP packets traverse links between two HP devices untagged. This has raised some questions, so let me present a scenario. Consider two switches A and B connected by a link (say between port 1 on both switches). Let A port 1 and B port 1 be both configured as follows: tagged VLAN 2, no untagged VLANs. LLDP packets will traverse the link and be processed by both switches. However, being that LLDP packets are sent untagged, how are they processed? Is a packet automatically associated with some special VLAN if it arrives untagged on a port with no native VLAN? The relation here to OpenFlow is that if I want to send LLDP packets to the controller, it seems that I cannot. Even an aggregate OpenFlow instance will not receive these tagless packets. What is going on here?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2016 12:52 PM
10-04-2016 12:52 PM
SolutionYour testing is providing correct results. LLDP frames are sent untagged and if there is no OpenFlow enabled untagged vlan the LLDP frames will cannot be matched on in the OpenFlow pipeline.
For your network, you'll need to design in an OpenFlow enabled untagged vlan. All switches can support any arbitrary untagged vlan, so the best I can say on this is to change one of the vlans that is currently tagged to untagged on both switches.
HPE Aruba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2016 01:00 PM
10-07-2016 01:00 PM
Re: Semantics of untagged VLAN with relation to LLDP and OpenFlow instances
Thanks!