CCNA1 v7.0: ITN Practice PT Skills Assessment (PTSA) Answers Flashcards

1
Q

Building 1 router: krok 1

A

Zapojit první počítač do routru.

Napsat:
en
conf terminal
hostname Building-1
enable secret class12345
service password-encryption
banner motd $This is Router$
security passwords min-length 10
login block-for 120 attempts 2 within 30
no ip domain-lookup
ip domain-name ITExamAnswers.net
crypto key generate rsa
1024

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

Building 1 router: krok 2

A

line console 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit

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

Building 1 router: krok 3

A

line vty 0 4
password cisco12345
transport input ssh
login local
logging synchronous
exec-timeout 60
exit

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

Building 1 router: krok 4

A

line aux 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit

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

Building 1 router: krok 5

A

ip ssh version 2
ip ssh time-out 120
username netadmin privilege 15 secret Cisco_CCNA7

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

Building 1 router: krok 6

A

interface g0/0
ip address 192.168.1.126 255.255.255.224
description First Floor LAN
ipv6 address 2001:DB8:ACAD:A::1/64
ipv6 address fe80::1 link-local
no shutdown
exit

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

Building 1 router: krok 7

A

interface g0/1
ip address 192.168.1.158 255.255.255.240
description Second Floor LAN
ipv6 address 2001:DB8:ACAD:B::1/64
ipv6 address fe80::1 link-local
no shutdown
exit
ipv6 unicast-routing
exit
write

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

Druhý switch: krok 1

A

Zapojit 3. PC ke druhému switchi.

Napsat:
enable
conf terminal
enable secret class12345
service password-encryption
banner motd $Second Floor Switch$
no ip domain-lookup

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

Druhý switch: krok 2

A

line console 0
password cisco12345
login
logging synchronous
exec-timeout 60
exit

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

Druhý switch: krok 3

A

line vty 0 15
password cisco12345
login
logging synchronous
exec-timeout 60
exit

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

Druhý switch: krok 4

A

interface vlan 1
ip address 192.168.1.157 255.255.255.240
no shutdown

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

Druhý switch: krok 5

A

ip default-gateway 192.168.1.158
exit
write

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