How to configure multiple Cisco switch ports at the same time
by Nideesh C on February 11, 2011 · 0 comments
in Networking
To configure multiple switchports at the same time we use the interface range configuration command.
Example:
Switch(config)#interface range fastethernet0/1 – 20
Switch(config-if-range)#speed 100
Switch(config-if-range)#duplex full
The previous example will hardcode the speed and duplex settings on switchports 1 to 20. But this could well have been assinging them all to the same vlan.
We can even define multiple ranges.
Example
Switch(config)#interface range fastethernet0/1 – 4 , fastethernet0/10 – 15
Notice the spaces between the ranges.
The interface range command works with vlan, port-channel, fastethernet and gigabitethernet interfaces.
Not Satisfied ? Just search & get the result
Related posts:
- How to configure Cisco SPAN Ports
- Setting Port Security on a Cisco Catalyst Switch
- Inter-VLAN Routing Configuration on Cisco Router
- How To Configure Router-on-a-stick
- How to monitor switch activity and its performance with LED Light
Tagged as:
cisco switch,
configure multiple Cisco switch ports at the same time,
configure multiple ports,
configure multiple switch port,
How to configure multiple Cisco switch ports at the same time,
multiple Cisco switch ports at the same time,
multiple ports configuration,
switch configuration,
switch port cinfiguration
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.