xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
379
config lldp dot1_tlv_pvid
Purpose
Used to configure an individual port or group of ports to exclude one or more of IEEE 802.1
organization port VLAN ID TLV data types from outbound LLDP advertisements.
Syntax
config lldp ports [<portlist>|all] dot1_tlv_pvid [enable | disable]
Description
This TLV optional data type determines whether the IEEE 802.1 organization defined port
VLAN TLV transmission is allowed on a given LLDP transmission capable port.
Parameters
<portlist>
–
Use this parameter to define ports to be configured.
all
– Use this parameter to set all ports in the system.
dot1_tlv_pvid
– This TLV optional data type determines whether the IEEE 802.1 organization
defined port VLAN ID TLV transmission is allowed on a given LLDP transmission capable
port. The default state is disabled.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure exclude the Port VLAN ID TLV from the outbound LLDP advertisements for all ports:
DGS-3450:admin# config lldp ports all dot1_tlv_pvid enable
Command: config lldp ports all dot1_tlv_pvid enable
Success.
DGS-3450:admin#
config lldp dot1_tlv_protocol_vid
Purpose
Used to configure an individual port or group of ports to exclude one or more of IEEE 802.1
organization port and protocol VLAN ID TLV data types from outbound LLDP
advertisements.
Syntax
config lldp ports [<portlist>|all] dot1_tlv_protocol_vid [vlan [all | <vlan_name 32> ] |
vlanid <vidlist> ] [enable | disable]
Description
This TLV optional data type indicates whether the corresponding Local System’s port and
protocol VLAN ID instance will be transmitted on the port. If a port is associated with multiple
protocol VLANs, those enabled port and protocol VLAN IDs will be advertised.
Parameters
<portlist>
–
Use this parameter to define ports to be configured.
all
– Use this parameter to set all ports in the system.
dot1_tlv_protocol_vid
– This TLV optional data type determines whether the IEEE 802.1
organization defined port and protocol VLAN ID TLV transmission is allowed on a given
LLDP transmission capable port. The default state is disabled.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure exclude the port and protocol VLAN ID TLV from the outbound LLDP advertisements for all ports:
DGS-3450:admin# config lldp ports all dot1_tlv_protocol_vid vlanid 1-3 enable
Command: config lldp ports all dot1_tlv_protocol_vid vlanid 1-3 enable
Success.
DGS-3450:admin#