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

Non-continuous bulk changes in IOS

ece344609_2
Level 1
Level 1

Hey,

I am attempting to make changes on a bunch of IOS switches and wanted to know if there was anyway to make bulk changes to a number of ports if they happen to be non-continuous (eg. 1,5,8 etc.). I do know about the range command but as I understand it that is only applicable to continuous ports.

Thanks a bunch.

2 Accepted Solutions

Accepted Solutions

The below example uses a range command to configure the ports, Fa 1/0/1, Fa1/0/5, Gi 1/0/1 and Gi 1/0/2 which are discontiguous.

Switch(config)#int range fa 1/0/1 , fa 1/0/5 , gi 1/0/1 - 2

More Info:

http://www.cisco.com/en/US/docs/ios/12_1t/12_1t4/feature/guide/range.html

View solution in original post

Amit Singh
Cisco Employee
Cisco Employee

You can also use the smartport macro feature on the switches. You can make a sample config for the ports that you want to configure and then attach it to the specific ports.

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_44_se/configuration/guide/swmacro.html#wp1162957

-amit singh

View solution in original post

3 Replies 3

The below example uses a range command to configure the ports, Fa 1/0/1, Fa1/0/5, Gi 1/0/1 and Gi 1/0/2 which are discontiguous.

Switch(config)#int range fa 1/0/1 , fa 1/0/5 , gi 1/0/1 - 2

More Info:

http://www.cisco.com/en/US/docs/ios/12_1t/12_1t4/feature/guide/range.html

Amit Singh
Cisco Employee
Cisco Employee

You can also use the smartport macro feature on the switches. You can make a sample config for the ports that you want to configure and then attach it to the specific ports.

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_44_se/configuration/guide/swmacro.html#wp1162957

-amit singh

Thanks a bunch guys. That helped a lot.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card