Users Guide

Table Of Contents
Following output shows that the interface deletes VLAN 3 and starts sending the name of VLAN 9:
OS10# show lldp interface ethernet 1/1/1 local-device
Device ID: 34:17:eb:f2:05:c4
Port ID: ethernet1/1/1
System Name: OS10
Capabilities: Router, Bridge, Repeater
System description:
Dell EMC Networking OS10 Enterprise.
Copyright (c) 1999-2019 by Dell Inc. All Rights Reserved.
System Description: OS10 Enterprise.
OS Version: 10.4.9999EX.
System Type: S4048-ON
Port description: ethernet1/1/1
Time To Live: 120
Maximum size of LLDP PDU: 1500
Current LLDP PDU Size: 387
LLDP PDU Truncated(Too many TLV's): false
VLAN Name(s):
VLAN NAME
---------------------
1 vlan1
2 vlan2
4 vlan4
5 vlan5
6 vlan6
7 vlan7
8 vlan8
9 vlan9
Maximum size of LLDP PDU: 1500
Current LLDP PDU Size: 386
LLDP PDU Truncated(Too many TLV's): false
LLDP MED Capabilities:
Supported:
LLDP-MED Capabilities,
Network Policy,
Inventory Management
Current:
LLDP-MED Capabilities,
Network Policy
LLDP MED Device Type: Network connectivity
Disable and reenable LLDP TLVs
By default, the interfaces advertise all LLDP TLVs except VLAN name TLV.
Disable LLDP TLVs in INTERFACE mode.
no lldp tlv-select basic-tlv {port-description | system-name | system-description |
system-capabilities | management-address}
no lldp tlv-select dot1tlv {port-vlan-id | link-aggregation | vlan-name}
no lldp tlv-select dot3tlv {macphy-config | max-framesize}
Disable LLDP TLVs
OS10(config)# interface ethernet 1/1/2
OS10(conf-if-eth1/1/2)# no lldp tlv-select basic-tlv system-name system-description
OS10(conf-if-eth1/1/2)# no lldp tlv-select dot1tlv port-vlan-id
OS10(conf-if-eth1/1/2)# no lldo tlv-select dot3tlv max-framesize
To reenable LLDP TLVs advertise on an interface, use the following commands:
Enable LLDP TLVs
OS10(config)# interface ethernet 1/1/2
OS10(conf-if-eth1/1/2)# lldp tlv-select basic-tlv system-name system-description
OS10(conf-if-eth1/1/2)# lldp tlv-select dot1tlv port-vlan-id
476
Layer 2