cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
0
Helpful
1
Replies

Cat 3550 interfaces configuration

scolombo
Cisco Employee
Cisco Employee

is there a way to apply interface's parameter to multiple interfaces in a single command ( for example switchport mode access ) ?

thanks

1 Reply 1

On the 3550 you can use the 'interface range' command to apply settings to multiple interfaces simultaneously:

conf t

interface range fastethernet 0/1 - 10

switchport mode access

If you have non-contiguous ports you need to separate them with commas:

interface range fastethernet 0/1 - 10 , 0/12 - 15

switchport mode access

HTH

Andy

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