-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
Additionally, the qsfp28 line is incorrect on that file, it appears that it should probably instead be:
qsfp28 = "QSFP28 (100GE)"
Cheers
Metadata
Metadata
Assignees
Labels
No labels