Chapter 6 Configuring Basic Switch Management Flashcards
The work performed by a networking device can be divided into three broad categories what are these.
The data plane is the work a switch does to Ford frames generated by the devices connected to the switch
the control plan refers to the configuration and processes that control and change the choices made by the switches data plane
the management plane deals with managing the devices itself rather than controlling with the devices doing
by default a Cisco catalyst switch allows anyone to connect to the console Port access user mode and move on to enable mode and configuration mode true or false
True
What’s the difference between a simple password and a secret password in CLI IOS
A simple password can be seen in clear text when you use the command to show the running configuration
A secret password is encrypted.
What are VTY lines for
They are virtual lines used for configuring access for out-of-band management for example telnet and SSH
What types of login options do you have when configuring it for a switch
You can log in with locally created login accounts on a switch or you can use an external authentication server. (AAA)
AAA
Authentication authorization and accounting server. the servers hold usernames and passwords typically these servers allow users to do self-service enforcements to their passwords.
What are two configurations that are required for SSH but aren’t required for telnet
IP domain name
And the generation of a crypto key RSA
What is the smallest size crypto key that can be generated to support SSH version 2
768-bit
CLI
Line console 0
Changes the context to console configuration mode
CLI
Line vty 0 15
Changes the context of vty configuration mode for the range of vty lines listed in the command
CLI
Login
Console and vty configuration mode tells iOS to prompt for a password
CLI
Login local
Council on vty configuration mode. tells iOS to prompt for a username and password, to be checked against locally configured username globe will configuration commands on the switcher router.
CLI
Username (name) secret ( password)
Global command defines one of the possibly multiple usernames and associated with passwords, used for authentication. Used when the login local line config command has been used .
CLI
Crypto key generate rsa
Global command . Creates and stores (in a hidden location in flash memory) the keys required for SSH
CLI
Transport input (transport, ssh, all, or none)
Vty line config mode. Defines whether telnet/ssh access is allowed on the switch.