Happy 4th of July! – All subscriptions are 50% off, this holiday weekend only!

3 days, 2 hours remaining!
Preview Mode — This PBQ requires a Premium Membership and is being shown in a read-only preview mode.     See Plans

Switch Configuration Commands

Cisco CCNA 200-301 PBQ

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.


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