- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Need help with lldp create neighbor messages
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
06-19-2015 02:43 PM
06-19-2015 02:43 PM
I am getting the following sequence of log entries from a variety of interfaces on my 5120 switch stack:
%Jun 15 16:04:32:241 2015 NDUO9SWMDFA1 IFNET/3/LINK_UPDOWN: GigabitEthernet2/0/16 link status is DOWN.
%Jun 15 16:05:45:522 2015 NDUO9SWMDFA1 IFNET/3/LINK_UPDOWN: GigabitEthernet2/0/16 link status is UP.
%Jun 15 16:05:45:552 2015 NDUO9SWMDFA1 MSTP/6/MSTP_FORWARDING: -Slot=2; VLAN 102's port GigabitEthernet2/0/16 has been set to forwarding state.
%Jun 15 16:05:45:554 2015 NDUO9SWMDFA1 MSTP/6/MSTP_FORWARDING: -Slot=2; VLAN 610's port GigabitEthernet2/0/16 has been set to forwarding state.
%Jun 15 16:05:58:182 2015 NDUO9SWMDFA1 LLDP/6/LLDP_CREATE_NEIGHBOR: -Slot=2; New neighbor created on Port GigabitEthernet2/0/16 (IfIndex 17825807), Chassis ID is 0050-b615-0d8f, Port ID is 0050-b615-0d8f.
We have had occasional problems with the attached Layer 3 failing due to what appears to be broadcast storms. I suspect these are related. I believe I understand to some extent what the forwarding messages mean but not the LLDP CREATE NEIGHBOR message. Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2015 12:08 AM - last edited on 01-10-2021 03:43 PM by Ramya_Heera
06-20-2015 12:08 AM - last edited on 01-10-2021 03:43 PM by Ramya_Heera
SolutionHello,
LLDP means Link Layer Discovery Protocol. You can read more about it here.
https://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol
If you are familiar with CDP (Cisco Discovery Protocal) then it does the same thing but it is vendor-neutral and standard based.
%Jun 15 16:05:58:182 2015 NDUO9SWMDFA1 LLDP/6/LLDP_CREATE_NEIGHBOR: -Slot=2; New neighbor created on Port GigabitEthernet2/0/16 (IfIndex 17825807), Chassis ID is 0050-b615-0d8f, Port ID is 0050-b615-0d8f
So this message should basically mean that the switch has discovered a neighbor on port GigabitEthernet2/0/16. This is a device that also supports LLDP and sends LLDP DU containing information about it. You can review this information with the command display lldp neighbor-information.
You can find more information about LLDP here, page 187
1. https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c03996931
So a more accurate information would be that the switch received a LLDP DU from a device on port Gi 2/0/16. Based on this packet it created an entry in the LLDP Neighbor table. I guess that the entry in the table is deleted every time the port goes down, so we will see a new message of this type every time the port goes down and up.
Not sure whether this helps much but at least it sould clarify what LLDP is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 06:47 AM
06-25-2015 06:47 AM
Re: Need help with lldp create neighbor messages
Thanks. I'll do the suggested reading and see if this is a feature we even need. And I understand what causes these now so that is a BIG help.
I appreciate the indepth reply, Emil.
Steve