Comments
-
I would like to add that it's also frustrating that the Manage Groups list frame is also hard-coded to be too short to display the hard-coded 15 entries per page. Look at the screenshot above. The lower half of the browser window is simply blank, and we have to scroll just to see the last entry? That's just a GUI UX…
-
That's a real pain when you are doing a discovery with hundreds of ports, and you can't use the available filters, or a regex, to group your port channels and their members! They are all trunks, but the port channel members always get mixed in with the general Ethernet ports.
-
Anyone?
-
I don't know the exact SW command syntax, but if the old servers are all in private IP space, you can search for ranges of IP addresses to remove, and just avoid the new addresses. 10.0.0.3 - 10.0.0.254 (skip .1 and .2) = 10\.0\.0\.([3-9]|[1-9]\d|1\d\d|2[0-4]\d|25[0-4]) Thankfully there is an online tool for creating IP…