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