01-19-2021 09:06 PM
Hello,
New 5520’s in a stack running 31.1.1.3 patch1-1
I’m trying to add all of the lldp commands I typically run on our previous gen switches, but getting stuck on the error mentioned in the title. Here are the commands I am copying and pasting:
configure lldp port 1:1-48,2:1-48,3:1-48 advertise port-description power-via-mdi
configure lldp port 1:1-48,2:1-48,3:1-48 advertise system-name
configure lldp port 1:1-48,2:1-48,3:1-48 advertise system-capabilities
configure lldp port 1:1-48,2:1-48,3:1-48 advertise management-address
configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific dot3 mac-phy
configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific med power-via-mdi
Error: MED Capabilities TLV is not enabled.
I’ve even done the following:
enable lldp ports 1:1-48,2:1-48,3:1-48
Any idea how I can enable MED Capabilities TLV?
EDIT: Cleaned up command format
01-19-2021 09:28 PM
configure lldp port 1:1-48,2:1-48,3:1-48 advertise vendor-specific med power-via-mdi
The other commands execute fine. One thing I’ve never had to add is that VOIP VLAN command you listed here:
configure lldp port <port number> advertise vendor-specific dot1 vlan-name
01-19-2021 09:15 PM
Hi Rory,
Maybe the sequence order is important.
Here what I hae in my cheat sheet:
'LLDP-MED
configure lldp port <port number> advertise vendor-specific med
capabilities
configure lldp port <port number> advertise vendor-specific dot1 vlan-name
vlan <VOIP vlan>
configure lldp port <port number> advertise vendor-specific med
power-via-mdi
configure lldp port <port number> advertise vendor-specific med policy
application voice vlan <VOIP vlan> dscp 46
Configure lldp port <port number> advertise vendor-specific dot1
port-protocol-vlan-id vlan <VOIP vlan>
enable lldp ports all
Mig