D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
422
To configure exclude the protocol identity TLV from the outbound LLDP advertisements for all ports:
DGS-3627:admin# config lldp ports all dot1_tlv_protocol_identity all enable
Command: config lldp ports all dot1_tlv_protocol_identity all enable
Success.
DGS-3627:admin#
config lldp dot3_tlvs
Purpose Used to configure an individual port or group of ports to exclude one or more of IEEE 802.3
oganization specific TLV data types from outbound LLDP advertisements.
Syntax
config lldp ports [<portlist>|all] dot3_tlvs [all | {mac_phy_configuration_status |
link_aggregation | maximum_frame_size}] [enable | disable]
Description Each Specific TLV in this extension can be enabled individually.
Parameters
<portlist> Use this parameter to define ports to be configured.
all – Use this parameter to set all ports in the system.
mac_phy_configuration_statusThis TLV optional data type indicates that LLDP agent
should transmit 'MAC/PHY configuration/status TLV'. This type indicates it is possible for two
ends of an IEEE 802.3 link to be configured with different and/or speed settings and still
establish some limited network connectivity. More precisely, the information includes whether
the port support the auto-negotiation function, whether the function is enabled, the auto-
negotiated advertised capability, and the operational MAU type. The default state is disabled.
link_aggregation This TLV optional data type indicates that LLDP agent should transmit
'Link Aggregation TLV'. This type indicates the current link aggregation status of IEEE 802.3
MACs. More precisely, the information should include whether the port is capable of doing
link aggregation, whether the port is aggregated in a aggregated link, and the aggregated
port ID. The default state is disabled.
power_via_mdi This TLV optional data type indicates that the LLDP agent should transmit
'Power via MDI TLV'. Three IEEE 802.3 PMD implementations (10BASE-T, 100BASE-TX,
and 1000BASE-T) allow power to be supplied over the link for connected non-powered
systems. The Power Via MDI TLV allows network management to advertise and discover the
MDI power support capabilities of the sending IEEE 802.3 LAN station. The default state is
disabled.
NOTE: Not supported in the current release.
maximum_frame_sizeThis TLV optional data type indicates that LLDP agent should
transmit 'Maximum-frame-size TLV. The default state is disabled.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure exclude the MAC/PHY configuration/status TLV from the outbound LLDP advertisements for all ports:
DGS-3627:admin# config lldp ports all dot3_tlvs mac_phy_configuration_status enable
Command: config lldp ports all dot3_tlvs mac_phy_configuration_status enable
Success.
DGS-3627:admin#