Managing Network Datalinks in Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

Setting ETS TLV Units

The ETS TLV (etscfg) configuration determines how the host responds to ETS recommendations from the peer. This TLV unit has only one configurable property, willing. By default, this property is set to on and enables the local host to synchronize its ETS configuration with the ETS recommendation of the remote peer.

To verify that the host can synchronize its ETS information with the ETS information of the remote peer, use the following command:

# lldpadm show-agenttlvprop -p willing -a agent etscfg

If the willing property is set to off, type the following command to establish synchronization:

# lldpadm set-agenttlvprop -p willing=on -a agent etscfg

To prevent synchronization of information for a specific agent, set the willing property to off as follows:

# lldpadm set-agenttlvprop -p willing=off -a agent etscfg

where agent is the datalink on which the agent is enabled.