Chapter 6 Configuring Basic Switch Management Flashcards

1
Q

The work performed by a networking device can be divided into three broad categories what are these.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s the difference between a simple password and a secret password in CLI IOS

A

A simple password can be seen in clear text when you use the command to show the running configuration

A secret password is encrypted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are VTY lines for

A

They are virtual lines used for configuring access for out-of-band management for example telnet and SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of login options do you have when configuring it for a switch

A

You can log in with locally created login accounts on a switch or you can use an external authentication server. (AAA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AAA

A

Authentication authorization and accounting server. the servers hold usernames and passwords typically these servers allow users to do self-service enforcements to their passwords.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are two configurations that are required for SSH but aren’t required for telnet

A

IP domain name

And the generation of a crypto key RSA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the smallest size crypto key that can be generated to support SSH version 2

A

768-bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

CLI

Line console 0

A

Changes the context to console configuration mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CLI

Line vty 0 15

A

Changes the context of vty configuration mode for the range of vty lines listed in the command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CLI

Login

A

Console and vty configuration mode tells iOS to prompt for a password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CLI

Login local

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

CLI

Username (name) secret ( password)

A

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 .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

CLI

Crypto key generate rsa

A

Global command . Creates and stores (in a hidden location in flash memory) the keys required for SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CLI

Transport input (transport, ssh, all, or none)

A

Vty line config mode. Defines whether telnet/ssh access is allowed on the switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

CLI

Interface vlan (number)

A

Changes the context to VLAN interface mode. For VLAN 1 it allows you to configure an IP address for overhead traffic/management.

17
Q

CLI

Ip address (ip value) (sub net mask)

A

VLAN interface mode. Statically configures the switches IP address and Mask.

18
Q

CLI

Ip address dhcp

A

VLAN interface mode. Configures the switch as a DHCP client to discover its ipv4 address, mass, and default gateway.

19
Q

CLI

Ip default gateway

A

Global command. This configures the switches default gateway ipv4 address. Not required if the switch is using DHCP.

20
Q

CLI

Ip name-server (dns server ip)

A

Global command. configures the ipv4 addresses of DNS servers, so any commands when logged into the switch will use the DNS for name resolution.

21
Q

CLI

enable secret (pass value)

A

Global command. Sets the switches password that is required for any user to reach enable mode or privilege mode.

22
Q

CLI

history size (length)

A

Line config mode. defines the number of commands held in the history buffer, for later recall, for users of those lines.

23
Q

CLI

Logging synchronous

A

console or vty mode. Tells iOS to send log messages to users at natural break points between commands rather than in the middle of a line of input.

24
Q

CLI

[no] logging console

A

Global command that disables or enables the display of messages to the console.

25
Q

CLI

exec-timeout (minutes seconds)

A

console or vty mode. Sets the inactivity timeout, so that after the defined period of no action, iOS closes the current user login session.

26
Q

CLI

Show DHCP lease

A

list any information to switch acquires as a DHCP client. This includes IP address, subnet mask, and default gateway information.