How to configure multiple interfaces in Cisco Switches

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
3  Comments on this Post