Skip to content

Junos LACP/LAG interface (ae) support #5

@falz

Description

@falz

hi there, just discovered this project, doing some initial testing. Working through a few issues, it appears that some interface types are not supported, immediately LAG/LACP Juniper interfaces (ae0, ae1, etc).

Import gives error:

Interface ae0 could not be created: 400 Client Error: Bad Request for url: https://netbox.MYORG.net/api/dcim/interfaces/1151/ -- {'type': ['This field may not be null.']}

The 'type' field is indeed required by netbox. Have not yet gone and hacked at code, but it looks like there is no LAG interface definition in vendors/constants.py:

https://github.com/VictorPavlushin/netbox-netdev-inventory/blob/master/netbox_netdev_inventory/vendors/constants.py

Additionally, the qsfp28 line is incorrect on that file, it appears that it should probably instead be:

qsfp28 = "QSFP28 (100GE)"

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions