Day 29 - Switch Configuration Basics Flashcards
The two ways to initially configure a Cisco device are what?
Console Terminal
Remote Terminal
After a device has been initially configured are what three additional methods to access it?
VTY session using Telnet or SSH
Through the current console or aux connection
Download a config file through an NMS application
This EXEC mode has access to only a limited number of basic monitoring and troubleshooting commands such as show and ping
User EXEC mode
This EXEC mode has full access to all device commands, including configuration and management
Privileged EXEC mode
What partial generic command will you use on a global level to verify and troubleshoot network operation?
show
Where is the running configuration stored on a Cisco device?
RAM
Where is the startup configuration stored on a Cisco device?
NVRAM
Where is the OS stored on a Cisco device?
Flash
This command enters global configuration mode
configure terminal
This command configures a name for the device
hostname {name}
This command enters the interface configuration mode for the VLAN 1 interface
interface vlan 1
This command configures an interface IP address
ip address {ip-address} {subnet-mask}
This command enables the interface
no shutdown
This command returns to global configuration mode
exit
This command enters the interface to configure it
interface {int}
This command defines the VLAN membership mode for the port
switchport mode access
This command assigns the port to a VLAN
switchport access vlan {vlan-id}
This command configures the interface duplex mode to enable AUTO duplex configuration
duplex auto
This command configures the interface speed and enables AUTO speed configuration
speed auto
This command enables auto-MDIX on the interface
mdix auto
This command configures the default gateway on the switch
ip default-gateway {ip-address}
This command configures the HTTP server for authentication using the enable password, which is the default method of HTTP server user authentication
ip http authentication enable
This command enables the HTTP server
ip http server