Basic switch mgmt Flashcards

1
Q

enter console config mode

A

line con 0

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

enter vty config mode

A

line vty 0 15

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

create username and pass

A

username Bob pass XXX

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

command which configures usernames and passs

A

login local

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

holds credentials so changes do not need to be replicated across devices

A

AAA server, TACACS+ or RADIUS

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

setup ssh

A

create hostname and domain

generate crypto key

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

command to create domain

A

ip domain-name myswitch.com

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

command to generate crypto

A

crypto key generate rsa

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

what does transport input all do?

A

allows telnet and ssh

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

show clients sshd in

A

show ssh

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

configure ipv4 on a switch

A

int VLANC 1 - ip addr
enable
global conf - default gateway
set dns

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

command set def gateway in gloabl

A

ip default-gateway 192.168.x.x

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

command to configure dhcp

A

in int VLAN 1 - ip address dhcp

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

stop sending log messages to screen

A

no logging

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

verify ip commands

A

show dhcp lease
show interfaces vlan1
show ip default-gateway

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

makes logging appear at end of show command

A

logging synchronous

17
Q

default console timeout

A

5 mins

18
Q

stops mistyped commands being looked up in dns

A

no ip domain-lookup