Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System LLDP Administration Guide |
Configure the LLDP System Control Status
Configure the LLDP Module Status
Configure the LLDP Admin Status
Enabling a Specific Management Address
Enable an Existing IP Interface
Enable IEEE 802.1 Organizationally-Specific TLVs
Enabling a Particular VLAN Name
Enable IEEE 802.3 Organizationally-Specific TLVs
Disable LLDP Basic Optional TLVs
Disable IEEE 802.1 Organizationally-Specific TLVs
Disable the IEEE 802.3 Organizationally-Specific TLVs
Configure the LLDP Chassis-ID Subtype
Configure the LLDP Port-ID Subtype
Enable the LLDP Notification Status or Type
If you delete, then recreate, a VLAN, the VLAN name TLV transmission status is disabled. Use the instructions in this section to re-enable the VLAN name for transmission.
SEFOS# configure terminal SEFOS(config)# no vlan 2 SEFOS(config)# end
SEFOS# show lldp local extreme-ethernet 0/1 ... -Vlan Name Vlan Id Vlan Name TxStatus ------- --------- -------- 1 vlan1 Enabled --------------------------------------------------------------------
The entry corresponding to VLAN 2 is not displayed because the transmission has not been enabled.
SEFOS# show lldp neighbors extreme-ethernet 0/1 detail ... -Vlan Name Vlan Id Vlan Name ------- --------- 1 vlan1 ------------------------------------------------------------ Total Entries Displayed : 1
The entry corresponding to VLAN 2 is not displayed because transmission has not been enabled.
SEFOS# configure terminal SEFOS(config)# vlan 2 SEFOS(config-vlan)# ports extreme-ethernet 0/1 name vlan2 SEFOS(config-vlan)# end
SEFOS# show lldp local extreme-ethernet 0/1 ... -Vlan Name Vlan Id Vlan Name TxStatus ------- --------- -------- 1 vlan1 Enabled 2 vlan2 Disabled --------------------------------------------------------------------