Preview Mode — This PBQ requires a Premium Membership and is being shown in a read-only preview mode.     See Plans

Switch Configuration Commands

This exercise helps students match Cisco IOS switch configuration commands with their purposes and the configuration modes where they're applicable, reinforcing command syntax knowledge.


no shutdown
interface range fa0/1-12
service password-encryption
ip default-gateway 192.168.1.1
mdix auto
hostname Switch1
duplex full
switchport port-security
banner motd #
switchport port-security mac-address sticky
spanning-tree portfast
switchport mode trunk
speed 100
vlan 20
switchport access vlan 10
Global configuration command to configure multiple interfaces simultaneously
Interface configuration command to set port speed to 100 Mbps
Interface configuration command to set a port as a trunk link
Global configuration command to set the switch name
Interface configuration command to set duplex mode to full
Interface configuration command to administratively enable an interface
Interface configuration command to enable automatic MDI/MDIX crossover
Interface configuration command to enable sticky MAC address learning
Global configuration command to configure the message of the day
Interface configuration command to enable port security
Global configuration command to encrypt passwords in the configuration
Global configuration mode command to set the default gateway for the switch
Interface configuration command to assign a port to a specific VLAN
Interface configuration command to enable PortFast on an access port
Global configuration command to create VLAN 20