We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
using v0.6.0 Sw procurve version K.16.02.0021
this is how show lldp info remote cmd looks like. My uplinks to cisco routers show twice.
show lldp info remote
F7 | 10.x.x.142 64 xx xx xx xx xx 1 Polycom VVX 300 F22 | RTR-36 TenGigabitEther... F22 | 64 xx xx xx xx xx Te1/9 W-A-1C... RTR-36
of course running get_lldp_neighbors() from the phython cli also shows port F22 json twice. this is how it looks from the python cli
get_lldp_neighbors()
"F22": [ { "hostname": "RTR-36", "port": "Te1/9" }, { "hostname": "RTR-36", "port": "Te1/9" } ],
Not sure if this causes it to not show up in netbox. any input is appreciated Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
using v0.6.0
Sw procurve version K.16.02.0021
this is how
show lldp info remote
cmd looks like.My uplinks to cisco routers show twice.
of course running
get_lldp_neighbors()
from the phython cli also shows port F22 json twice.this is how it looks from the python cli
Not sure if this causes it to not show up in netbox.
any input is appreciated
Thanks!
The text was updated successfully, but these errors were encountered: