-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Thanks a lot for building such an awesome tool! This is a minor request.
Environment
- Python version: v3.? (netbox-docker)
- NetBox version: v2.9.8
Proposed Functionality
For rear (or front, I suppose) ports, please consider adding a Splice Type under Fiber Optic.
When modeling a typical enterprise copper cable plant, we have patch panels with 8P8C front ports and 110 punch rear ports. This accurately matches the real world.
But fiber patch panels are often installed by splicing the cable run to the back of an e.g. LC connector.
There is no Splice type connector. I'm forced to pick one (e.g. LC), which doesn't reflect the real world. It's not a big deal to work around, but it seems like it wouldn't be too much work to add another type either.
Use Case
When modeling fiber cable plants, there will often be splices.
Consider the most simple case:
- Rack 1
- Fiber patch panel 1.1
- Front port 1: LC connector
- Rear port 1: Splice
- Fiber patch panel 1.1
- Rack 2
- Fiber patch panel 2.1
- Front port 1: LC connector
- Rear port 1: Splice
- Fiber patch panel 2.1
The two "splice" rear ports would be connected together.
Database Changes
No new models or fields required.
- Add new port type here
- Add new choice here
- May need to augment this migration
External Dependencies
n/a