Hi,
I have a 48 ethernet port switch with 4 gig interfaces and i want to disable all the ethernet ports (1-48). Is there a way i can do this with one command? when im in cofigure terminal mode i dont know how i can select a range of interfaces as opposed to just one interface. Pls Help.
Solved! Go to Solution.
Hi
Try
switch(config)# interface range fa0/1 - 48
switch(config-if-range)# shut
Make sure you have spaces between the interfaces ie
interface range fa0/1"space"-"space"48
HTH
Jon
Hi
Try
switch(config)# interface range fa0/1 - 48
switch(config-if-range)# shut
Make sure you have spaces between the interfaces ie
interface range fa0/1"space"-"space"48
HTH
Jon
Thanks champ that worked
use the following command
interface range g0/1-48