- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Disable LLDP
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
01-11-2019 12:22 PM
01-11-2019 12:22 PM
I have a large number of DL Prolient servers installed in our testing lab and am having issues trying to disable LLDP. Packets are sent every 30 seconds and disrupt certain testing.
I've tried using hbacmd in hopes of disabling LLDP but it seems that utility is geared more towards fiber channel cards than regular network cards.
Has anyone been able to disable LLDP packets on a Hewlett-Packard Company NC552SFP 2-port 10Gb Server Adapter (Emulex Corporation OneConnect 10Gb NIC (be3) (rev 01))?
Thanks in advance for any replies.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2019 06:55 AM
01-14-2019 06:55 AM
Re: Disable LLDP
There is nothing in the BIOS of the card about LLDP, however you can enable/disable LLDP from OS level using lldptool by executing below command.
# lldptool set-lldp –i adminStatus=disabled
For more information please refer HP ProLiant Networking Software Release Notes
https://support.hpe.com/hpsc/doc/public/display?docId=c03923333
Also refer lldptool(8) - Linux man page for details about lldptool
https://linux.die.net/man/8/lldptool
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2019 08:19 AM
01-14-2019 08:19 AM
SolutionI actually discovered a fix for this issue. In my case, I am running CentOS 6/7 servers. The hbacmd utility worked on changing the settings in the NC552SFP NIC, however, it had to be the utility that shipped with elxocm-rhel6-rhel7-11.1.183.24-1.gz
Any newer version would not interact with the card, using the same commands.
Working commands are where 00-00-00-00-00-00 is the MAC of the port:
/usr/sbin/ocmanager/hbacmd GetDCBParams 00-00-00-00-00-00
/usr/sbin/ocmanager/hbacmd SetDCBParam 00-00-00-00-00-00 dcbxstate 0
/usr/sbin/ocmanager/hbacmd SetDCBParam 00-00-00-00-00-00 txstate 0
/usr/sbin/ocmanager/hbacmd SetDCBParam 00-00-00-00-00-00 rxstate 0
This will disable LLDP on one port. Run the same command on the second port of the card if necessary