Hi everyone,
I would need some help with LLDP, my goal is to enable LLDP vlan-id on ASR9K, but I am not able to do it.
RP/0/RSP0/CPU0:AQA_ASR_2(config)#lldp tlv-select ?
management-address Management Address TLV
port-description Port Description TLV
system-capabilities System Capabilities TLV
system-description System Description TLV
system-name System Name TLV
RP/0/RSP0/CPU0:AQA_ASR_2(config)#lldp tlv-select management-address ? ======è This ONLY give disable option so assuming this is enabled by default so didn’t do anything here at global config
disable disable Management Address TLV
Now went to tengig interface where we need to enable this TLV ->
RP/0/RSP0/CPU0:AQA_ASR_2(config)#int tenGigE 0/5/0/10 =========èDon’t see option to enable lldp tlv-set to set vlan id
RP/0/RSP0/CPU0:AQA_ASR_2(config-if)#lldp ?
destination Configure LLDP Destination MAC on the interface
receive Disable LLDP RX on an interface
transmit Disable LLDP TX on an interface
RP/0/RSP0/CPU0:AQA_ASR_2(config-if)#lldp
RP/0/RSP0/CPU0:AQA_ASR_2(config)#int tenGigE 0/5/0/10.2047 l2transport
RP/0/RSP0/CPU0:AQA_ASR_2(config-subif)#lldp ?
destination Configure LLDP Destination MAC on the interface
transmit Disable LLDP TX on an interface
RP/0/RSP0/CPU0:AQA_ASR_2(config-subif)#lldp
We followed below documentation but NOT seeing option to enable vlan id on LLDP.
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/layer2/7x/b_Cisco_Nexus_3000_Layer_2_Switching_Config_7x/b_Cisco_Nexus_3000_Layer_2_Switching_Config_7x_chapter_01001.pdf
Version running on ASR9k
RP/0/RSP0/CPU0:AQA_ASR_2#show version
Fri Oct 18 21:23:20.622 UTC
Cisco IOS XR Software, Version 6.4.2[Default]
Copyright (c) 2018 by Cisco Systems, Inc.
ROM: System Bootstrap, Version 0.76(c) 1994-2012 by Cisco Systems, Inc.
AQA_ASR_2 uptime is 2 days, 13 hours, 1 minute
System image file is "disk0:asr9k-os-mbi-6.4.2/0x100305/mbiasr9k-rsp3.vm"
cisco ASR9K Series (Intel 686 F6M14S4) processor with 12582912K bytes of memory.
Intel 686 F6M14S4 processor at 2127MHz, Revision 2.174
ASR 9010 8 Line Card Slot Chassis with V2 AC PEM
Anyone as any suggestion what could be the cause of this, and how to resolve the problem?