Switch help

I have a 1900 running Cisco Catalyst 1900/2820 Enterprise Edition Software Version V8.01.02.

I have to make alot of changes to the ports, going from half duplex to full duplex.

Is there a command that I can do this with instead of doing it one by one?

CLI only!!

Many thanks

F.

Reply to
Anonymous
Loading thread data ...

Yes, it is:

sw1(config)#int range gi4/1 - 24 sw1(config-if-range)#

or if you want select few ports instead of some range, you can use this:

sw1(config)#int range gi4/1 , gi4/2 , gi4/5 , gi4/16 sw1(config-if-range)#

-- KriS

Reply to
KriS

I saw that command while I was looking onine for a answer. When I type that in I get

1900A(config)#int ? Ethernet IEEE 802.3 FastEthernet FastEthernet IEEE 802.3 1900A(config)#int range ? % Unrecognized command

Any Ideas?

Reply to
Anonymous

You may need to upgrade the IOS or this switchs may not support this command.

Reply to
Alan Searcy

i think that not all cisco ios supports that command.

if you can't use the range command, try doing

(config)# interface f0/1-f0/24

again, not all ios support these command

Reply to
technodewa

IIRC, you might have been able to do it (ironically) within the GUI.

Reply to
Hansang Bae

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.