configure lldp ports vendor-specific dcbx

configure lldp ports [all | port_list] [advertise | no-advertise] vendor-specific dcbx {ieee|baseline}

Description

Configures the LLDP port to advertise or not to advertise Data Center Bridging Exchange (DCBX) information to its neighbors.

Syntax Description

all

Specifies all ports on the switch.

port_list

Specifies one or more ports or slots and ports.

advertise

Specifies to send the information to neighbors.

no-advertise

Specifies not to send the information to neighbors.

ieee

Specifies the DCBX protocol defined in IEEE 802.1Qaz.

baseline

Specifies the DCBX protocol known as Baseline Version 1.01, which was defined before IEEE 802.1Qaz.

Default

No advertisement for both DCBX protocols.

Usage Guidelines

If you do not specify a protocol with this command, the advertise option enables advertisement for the IEEE 802.1Qaz protocol, and the no-advertise option disables advertisement for both protocols.

Example

The following command advertises DCBX information according to IEEE 802.1Qaz for port 1:5:
configure lldp ports 1:5 advertise vendor specific dcbx
The following command advertises DCBX information according to Baseline Version 1.01 for port 2:1:
configure lldp ports 2:1 advertise vendor specific dcbx baseline
The following command disables advertisement of DCBX information on all ports:
configure lldp ports all no-advertise vendor specific dcbx

History

This command was first available in ExtremeXOS 12.6.

Platform Availability

This command is available on all platforms.