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
Global objects are system-specific objects that are common for all interfaces in the system.
SEFOS# configure terminal SEFOS(config)# lldp transmit-interval 15 SEFOS(config)# lldp holdtime-multiplier 2 SEFOS(config)# lldp reinitialization-delay 5 SEFOS(config)# lldp tx-delay 3 SEFOS(config)# lldp notification-interval 10 SEFOS(config)# lldp chassis-id-subtype local "switch" SEFOS(config)# end
The values given to each parameter in this step are examples only.
SEFOS# show lldp LLDP is disabled Transmit Interval : 15 Holdtime Multiplier : 2 Reinitialization Delay : 5 Tx Delay : 3 Notification Interval : 10 Chassis Id SubType : Local Chassis Id : switch
SEFOS# configure terminal SEFOS(config)# no lldp transmit-interval SEFOS(config)# no lldp holdtime-multiplier SEFOS(config)# no lldp reinitialization-delay SEFOS(config)# no lldp tx-delay SEFOS(config)# no lldp notification-interval SEFOS(config)# lldp chassis-id-subtype mac-addr SEFOS(config)# end
SEFOS# show lldp LLDP is disabled Transmit Interval : 30 Holdtime Multiplier : 4 Reinitialization Delay : 2 Tx Delay : 2 Notification Interval : 5 Chassis Id SubType : Mac Address Chassis Id : 00:01:02:03:04:01