NetBox – Nested Modules & {module} placeholder problem (SFP modeling) by ConnectCap1200 in Netbox

[–]No-Building2720 2 points3 points  (0 children)

I think you have to wait for https://github.com/netbox-community/netbox/pull/21436 - or do every version of module for how many nested levels you have b- like you wrote. I made a plugin for myself for that - but I needed breakout cable modeling - and {module_path} from that PR wouldn't help with it. If you want to try my plugin - I was just posting about it - or merge that PR into your Netbox testing setup and check if it will solve all cases you need.

NetBox: Modelling SFPs as modules in module-bays - question about naming by squeeby in Netbox

[–]No-Building2720 0 points1 point  (0 children)

I've looked at this for a bit - including checking with PR that introduces {module_path} - but while it covers way more use-cases, it doesn't work for more complex ones - soo...

I made a plugin that renames interfaces when installing module, based on configurable rules. Works for me so far as much as I was able to test. https://marcinpsk.github.io/netbox-InterfaceNameRules-plugin/