Skip to content
New issue

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

get_lldp_neighbors() not showing in netbox - lldp shows repeated port #17

Open
davama opened this issue Jun 8, 2021 · 0 comments
Open

Comments

@davama
Copy link

davama commented Jun 8, 2021

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.

 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


"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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant