Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CAT IOS wildcard config

Status
Not open for further replies.

V11

Technical User
Mar 4, 2002
21
0
0
US
Is there some way in Cat IOS to configure multiple interfaces as the same time? I have tried all the variations I can think of with no results.

 
V11,

You can use the following syntax to configure multiple interfaces.

Module#/StartPort#-EndPort#

Example:
set port speed 3/1-4 100

This sets the first 4 ports in module 3 to 100 meg.

Basically most places where you can specify a port in a command you can use the Module#/StartPort#-EndPort# syntax. Not all instances will support ranges.

Newer IOS based switches are finally getting the interface range command and that's making life so much easier.

Kurt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top