Day 2 Question Flashcards
Switches contain a memory chip known as an _______, which builds a table listing which device is plugged into which port.
ASIC.
The _______ _______-_______-_______ command displays a list of which MAC addressesare connected to which ports.
show mac-address-table
Which two commands add an IP address to the VLAN?
The interface vlan x command and the ip address x.x.x.x command.
Which commands will enable Telnet and add a password to the switch Telnet lines?
Switch1(config)#line vty 0 15
Switch1(config-line)#password cisco
Switch1(config-line)#login
How do you permit only SSH traffic into your Telnet lines?
Use the Switch1(config-line)#transport input ssh command.
What is the most likely cause of Telnet to another switch not working?
The authentication method is not defined on another switch.
Switches remember all VLAN info, even when reloaded. True or False?
True.
A switch interface can be in which of three modes?
Trunk, access, or dynamic mode.
How do you set a switch to be in a specific mode?
Apply the switchport mode command in Interface Configuration mode.
Which commands will change the switch duplex mode and speed?
The duplex and speed commands