cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
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

Review Cisco Networking products for a $25 gift card