429
Views
0
Helpful
1
Replies
Cat 3550 interfaces configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 01:32 AM - edited 03-05-2019 11:40 AM
is there a way to apply interface's parameter to multiple interfaces in a single command ( for example switchport mode access ) ?
thanks
Labels:
- Labels:
-
LAN Switching
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 01:49 AM
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
