cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
420
Views
0
Helpful
3
Replies

Bulk Changes in IOS

ece344609_2
Level 1
Level 1

I remember in catOS you could make changes to multiple ports with a single command. for e.g.

set vlan 99 2/1-6 etc.

So using the above as an example how would i do this in IOS?

Thanks a bunch.

1 Accepted Solution

Accepted Solutions

lamav
Level 8
Level 8

interface range gigabitethernet 1/1 - 48

The spaces between the dash and numbers is necessary.

HTH

If so, pelase rate this post.

Victor

View solution in original post

3 Replies 3

lamav
Level 8
Level 8

interface range gigabitethernet 1/1 - 48

The spaces between the dash and numbers is necessary.

HTH

If so, pelase rate this post.

Victor

american1
Level 1
Level 1

Also:

-create a macro

Define interface-range int_range g1/1 - 48

-use the macro you created

Interface range macro int_range

Int_range represents a word describing the macro you created. The macro is saved in the run/start config.

Thaks guys. I am assuming the macro is set per switch, would that be correct?

Review Cisco Networking products for a $25 gift card