Replies: 1 comment
-
I think you'll probably need to write a Custom Script for that, or a script which hits the REST API port by port. Or just do it by hand :-) You might find some clues from the custom script here which does something different: it creates multiple cables between pairs of devices. However, the reason I mention it is that you can specify It would be tricky if any of the destination ports overlapped, e.g. rename port 1-8 to port 5-12. In that case, you'd probably need to rename to temporary names, and then rename them a second time to final target names. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know how I can rename interfaces in bulk. I know there is regex option and this works fine for virtual chassis where the original port is just prepended with a prefix.
But how do you tackle the problem for example with patch panels that has Port 1 to 24. That I want to rename to Port 25 to 48.
Beta Was this translation helpful? Give feedback.
All reactions