Accessing an interface range that spans beyond one stack on a Cisco Switch
I want to configure Interfaces 0/3, 1/2 and 1/3 for example. Using `interface range gig 0/3-1/3` did not work, is it simply not possible or is there a different syntax?
EDIT: Of course aside using `interface range gig 0/3 , gig 1/2-3`
That won't work. After all, you could swap a module for a larger one and then `0/3-1/3` would mean something else...