protocol/lldp/profile/{profile-name}/mode

Sets the LLDP mode on the switch.

Usage

<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
	<lldp xmlns="urn:brocade.com:mgmt:brocade-lldp">
		<profile>
			<profile-name>profile1</profile-name>
			<mode>rx</mode>
		</profile>
	</lldp>
</protocol>

Parameters

profile-name
Specifies the profile name.
mode
Specifies the LLDP mode on the switch.
tx
Specifies to enable only the transmit mode.
rx
Specifies to enable only the receive mode.