-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.3.4
Feature type
Change to existing functionality
Proposed functionality
Some network devices have line cards inserted into slots that provide sub-slots.
Example: Juniper MX Chassis
FPC0 - Line card module
-- MIC0 - Sub-module
-- -- PIC0 - Sub-Sub-module
-- -- -- Interface et-0/0/0
-- MIC1 - Sub-module
-- -- PIC2 - Sub-Sub-module
-- -- -- Interface et-0/2/0
-- -- -- Interface et-0/2/1
Thought would need to be put into using the {module} variable in a nested fashion to permit automatic addition of interfaces based on the module template. In some cases, allowing a limited degree of math in the calculation of interface #s would be needed. But from a pure inventory standpoint, having the ability to populate these the way some network devices see them would be very useful.
Use case
Inventory, Generation of interfaces from templates, modeling device configurations.
Database changes
No response
External dependencies
No response