How to configure multiple interfaces in Cisco Switches - Network technologies and trends

Network technologies and trends

Jul 20 2008   8:53AM GMT

How to configure multiple interfaces in Cisco Switches



Posted by: Yasir Irfan
Networking, Switches, Cisco, Cisco 2950, Cisco Tips, Cisco 3560, Cisco 525, Cisco 3750-E, Cisco 3560-E

Configuring individual interfaces with same parameter on a Cisco Switch can be time consuming.
In order to overcome this you can use following commands,

from the global mode enter config t
ITKE#configure t
ITKE(config)#
then issue interface range fastEthernet 0/1 -24
ITKE(config)#interface range fastEthernet 0/1 -24
Once You enter you should see the below menu and you can use any commands required for the
interface configuration
ITKE(config-if-range)#
ITKE(config-if-range)#switchport mode access
ITKE(config-if-range)#speed 100
ITKE(config-if-range)#duplex full

Comment on this Post


You must be logged-in to post a comment. Log-in/Register

Hussnain  |   Jul 23 2009   8:42AM GMT

thanks very nice view