Skip to content
Discussion options

You must be logged in to vote

I wrote a Custom Script a while back which lets you connect cables in bulk:
https://github.com/netbox-community/customizations/blob/master/scripts/multi_connect.py

However it creates a single cable for each port connection; it doesn't create half the number of cables with 2 terminations on each. If you need to do it that way, you could use this code as a starting point.

Another option would be to prepare a list for CSV import, but importing a cable with multiple terminations also looks to be tricky / undocumented, and I couldn't work out how to do it. You should be able to do it via the REST API though: see #12830 and #13280.

Finally, if all your patch panels are just linked back to back,…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by DanSheps
Comment options

You must be logged in to vote
1 reply
@DanSheps
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants