Closed nniehoff closed 4 years ago
Hi,
Thanks for sharing the device output. The fix will be in the next release v20.10.
Thanks,
Hi,
We just released a beta package for this issue. Please upgrade the genie parser package by the following
pip install --upgrade --pre genie.libs.parser
Thanks,
When using genie to parse the output of
show lldp neighbors detail
on a Cisco IOS XR device when the connected device is a Junos device, the Junos interface name is being capitalized:In this case interface
TenGigE0/0/0/28/0
is connected to interfacexe-0/1/2
on "switch1" but the interface name being returned isXe-0/1/2'
. I believe this is from here. Here is the raw output of the command from the ios xr device:Please let me know if you need any additional information.