Test 1 Flashcards

DNS, telnet, ssh, ospf

1
Q

How do you configure DNS on a router?

A

ip domain-name jdrost.local

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

How do you add other host in DNS?

A

ip host hostname ipaddr

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

How to you enable telnet in Cysco?

A
line vty 0 15
password Secret55
login
enable secret Secret55
do show run
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to you connect to a router using telnet on CMD?

A

telnet ipaddr

enable

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

How do you connect to a router using ssh in CMD?

A

ssh -l user ipaddr

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

How do you give a user elevated privileges for ssh?

A

username jdrost privilege 15

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

How do you configure ssh on a router?

Assume you have hostname and DNS configured

A
crycto key generate RSA
1024 (#of bits)
line vty 0 15
transport input ssh
login local
username jdrost password Secret55
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you set an IP address on a loop back interface?

A

int loopback 0

ip addr 192.168.255.254 255.255.255.255

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

How do you save your configurations?

A

copy r s

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

How do you enable ospf on a router?

A

router ospf 1
Then add your connected networks
network 192.168.1.0 0.0.0.255 area 0
network 10.100.1.4 0.0.0.3 area 0

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

How do you show ospf information and neighbors?

A

do sh ip protocol or
do sh ip ospf into g0/0
do show ip ospf neighbour

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

How to show iOS?

A

do show ip route

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