My turn to ask a question
I’m mocking up a customer environment in our lab ( as I frequently do ).
Typically the hardware in the lab does not exactly match thecustomer environment thus I have to Change the port numbers to match lab gear
For example 3:4 might need to be 1
Search and replace might seem like an obvious solution except
I run into a problems were the ports numbers are described as ranges.
configure vlan NTVLAN add ports 3:1-4, 8:21-22, 8:45-46,9:45 tagged
does anyone know a way around this ? this is problem becausea customer may have 100s of vlans on many switches and I’m currently unable toautomate this process. If the config wasdisplayed with each port number discreetlyI could search and replace is there anyway to get it to display in this format?