...
On HPE platforms configured with any of the HPE Broadcom-based network adapters listed in the Scope section below, there are network configurations where Link Layer Discovery Protocol (LLDP) needs to be disabled. LLDP is enabled by default for network adapters using the BNXT driver. The Link Aggregation Control Protocol (LACP) or Active/Standby bonding may not function correctly in certain environments that require LLDP frames containing Link Aggregation Control Protocol (LACP) information to be forwarded to the network stack. To avoid this condition, the Link Layer Discovery Protocol (LLDP) must be disabled for the network adapter. The feature for disabling the Link Layer Discovery Protocol (LLDP) has been included in the Broadcom bnxtnvm utility. Examples of the command and options Note: The -dev= should match the device name where the config change is being performed. # bnxtnvm -dev=p3p1 setoption=lldp_nearest_bridge:0#0 # bnxtnvm -dev=p3p1 setoption=lldp_nearest_bridge:1#0 # bnxtnvm -dev=p3p1 setoption=lldp_nearest_non_tpmr_bridge:0#0 # bnxtnvm -dev=p3p1 setoption=lldp_nearest_non_tpmr_bridge:1#0 Note: The :0#0 and :1#0 are for each of the two interfaces of the network adapter. To check the LLDP configuration, execute the following commands: # bnxtnvm -dev=p3p1 getoption=lldp_nearest_non_tpmr_bridge:0 lldp_nearest_non_tpmr_bridge = Disabled # bnxtnvm -dev=p3p1 getoption=lldp_nearest_bridge:0 lldp_nearest_bridge = Disabled
Any of the following HPE Broadcom-based network adapters with the BNXT driver: HPE Ethernet 10/25Gb 2-port FLR-SFP28 BCM57414 Adapter (817709-B21) HPE Ethernet 10/25Gb 2-port SFP28 BCM57414 Adapter (817718-B21) HPE Ethernet 10Gb 2-port BASE-T BCM57416 Adapter (813661-B21) HPE Ethernet 10Gb 2-port FLR-T BCM57416 Adapter (817721-B21) HPE Ethernet 10Gb 2-port 537SFP+ FLR Adapter (ALOM) HPE Ethernet 10Gb 2-port FLR-SFP+ BCM57414 Adapter (P08440-B21) HPE Ethernet 10Gb 2-port SFP+ BCM57414 Adapter (P08421-B21) Broadcom BCM57412 Ethernet 10Gb 2-port SFP+ Adapter for HPE (P26259-B21) Broadcom BCM57412 Ethernet 10Gb 2-port SFP+ OCP3 Adapter for HPE (P26256-B21) Broadcom BCM57414 Ethernet 10/25Gb 2-port SFP28 Adapter for HPE (P26262-B21) Broadcom BCM57414 Ethernet 10/25Gb 2-port SFP28 OCP3 Adapter for HPE (P10115-B21) Broadcom BCM57416 Ethernet 10Gb 2-port BASE-T Adapter for HPE (P26253-B21) Broadcom BCM57416 Ethernet 10Gb 2-port BASE-T OCP3 Adapter for HPE (P10097-B21) Broadcom BCM57504 Ethernet 10/25Gb 4-port SFP28 Adapter for HPE (P26264-B21) Broadcom BCM57504 Ethernet 10/25Gb 4-port SFP28 Adapter for HPE (P26269-B21) Note: The network adapter(s) in this document are affected by a naming standard change for HPE products to help customers quickly and easily identify the specific vendor and model while configuring HPE platforms. For more information about the name changes and for identification purposes, refer to the following Customer Notice: HPE Network Adapters - Product Renaming Framework And Plan For HPE Network Adapters
As a workaround, disable the Link Layer Discovery Protocol (LLDP) by using the following commands: niccli command The "niccli --list" command is used to list all NIC function; the sample below shows index 1 for port 1 , index 2 for port 2: # niccli --list BoardId(Rev) MAC Address FwVersion PCIAddr Type Mode 1) BCM57608(B1) D4:04:E6:XX:XX:2C 232.0.124.0 0000:67:00.0 NIC PCI 2) BCM57608(B1) D4:04:E6:XX:XX:2D 232.0.124.0 0000:67:00.1 NIC PCI The "niccli" command is also used for disable operation: niccli -i <function index> nvm -setoption <option_name> -scope 0 -value <target value> # niccli -i 1 nvm -setoption lldp_nearest_bridge -scope 0 -value 0 # niccli -i 2 nvm -setoption lldp_nearest_bridge -scope 0 -value 0 # niccli -i 1 nvm -setoption lldp_nearest_non_tpmr_bridge -scope 0 -value 0 # niccli -i 2 nvm -setoption lldp_nearest_non_tpmr_bridge -scope 0 -value 0 Commands to check lldp config: niccli -i <function index> nvm -getoption <option_name> -scope 0 # niccli -i 1 nvm -getoption lldp_nearest_bridge -scope 0 lldp_nearest_bridge = Disabled # niccli -i 2 nvm -getoption lldp_nearest_bridge -scope 0 lldp_nearest_bridge = Disabled # niccli -i 1 nvm -getoption lldp_nearest_non_tpmr_bridge -scope 0 lldp_nearest_non_tpmr_bridge = Disabled # niccli -i 2 nvm -getoption lldp_nearest_non_tpmr_bridge -scope 0 lldp_nearest_non_tpmr_bridge = Disabled NICCLI tool To download the NICCLI tool, refer to the following URL to do a search for the specific network adapter, and click on the "Firmware" tab to display the component download: Broadcom / Support Documents and Downloads Notes: Beginning October 2024, bnxtnvm utility became obsolete. For additional information, refer to the following URL: Broadcom Ethernet Network Adapter User Guide - NICCLI Configuration Utility For more information about the NICCLI tool, refer to the following URL: Broadcom Ethernet Network Adapter User Guide - NICCLI Configuration Utility Commands Disclaimer: One or more of the links above will take you outside the HPE website. HPE is not responsible for content outside of its domain. Revision History Document Version Release Date Details 4 December 9, 2024 Resolution section has been updated with a new fix 3 April 23, 2024 Description section has been updated with additional information. 2 April 1, 2024 The following network adapters were added to the Scope section: Broadcom BCM57412 Ethernet 10Gb 2-port SFP+ Adapter for HPE (P26259-B21) Broadcom BCM57412 Ethernet 10Gb 2-port SFP+ OCP3 Adapter for HPE (P26256-B21) Broadcom BCM57414 Ethernet 10/25Gb 2-port SFP28 Adapter for HPE (P26262-B21) Broadcom BCM57414 Ethernet 10/25Gb 2-port SFP28 OCP3 Adapter for HPE (P10115-B21) Broadcom BCM57416 Ethernet 10Gb 2-port BASE-T Adapter for HPE (P26253-B21) Broadcom BCM57416 Ethernet 10Gb 2-port BASE-T OCP3 Adapter for HPE (P10097-B21) Broadcom BCM57504 Ethernet 10/25Gb 4-port SFP28 Adapter for HPE (P26264-B21) Broadcom BCM57504 Ethernet 10/25Gb 4-port SFP28 Adapter for HPE (P26269-B21) 1 July 19, 2023 Original Document Release.