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

Add field switch_port to object if_list #38

Open
arnoldnipper opened this issue May 11, 2021 · 1 comment
Open

Add field switch_port to object if_list #38

arnoldnipper opened this issue May 11, 2021 · 1 comment

Comments

@arnoldnipper
Copy link
Contributor

Currently an interface can only be pinned down to a switch via the switch_id. When trouble-shooting it would be good to know the exact location of the interface(s). A field if_descr could help. E.g.

"if_list": [
    {
        "switch_id": 10,
        "if_speed": 1000,
        "if_type": "1000BASE-LX",
        "if_descr": "chassis-1\/Gi1\/1\/14"
    }
]
@arnoldnipper arnoldnipper changed the title Add field if_descr to object if_list Add field switch_port to object if_list May 12, 2021
@arnoldnipper
Copy link
Contributor Author

Currently, an interface can only be pinned down to a switch via the switch_id. When trouble-shooting it would be good to know the exact location of the interface(s). A field switch_port could help. E.g.

"if_list": [
    {
        "switch_id": 10,
        "switch_port": "chassis-1\/Gi1\/1\/14",
        "if_speed": 1000,
        "if_type": "1000BASE-LX"
    }
]

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