CCNA 4 Chapter 7 v5 Practice Skills Assessment PT actvity
CCNA4 Chapter 7 v5 Practice Skills Assessment PT Connecting Networks
Many thanks for Jerry.
Addressing Table:
Device | Interface | IP Address |
R1 | S0/0/0.2 | 192.168.0.1/30 |
S0/0/0.3 | 192.168.0.5/30 | |
S0/0/1 | 198.51.100.1/30 | |
T0 | 192.168.0.9/30 | |
R2 | G0/0 | 10.2.0.1/24 |
S0/0/0.1 | 192.168.0.2/30 | |
S0/0/0.3 | 192.168.0.13/30 | |
R3 | G0/0 | 10.3.0.1/24 |
S0/0/0.1 | 192.168.0.6/30 | |
S0/0/0.2 | 192.168.0.14/30 | |
R4 | G0/0 | 10.4.0.1/24 |
S0/0/1 | 203.0.113.1/30 | |
T0 | 192.168.0.10/30 |
Frame Relay Table:
Device | Interface | DLCI |
R1 | S0/0/0.2 | 122 |
S0/0/0.3 | 123 | |
R2 | S0/0/0.1 | 221 |
S0/0/0.3 | 223 | |
R3 | S0/0/0.1 | 321 |
S0/0/0.2 | 322 |
hostname North (Central, R3)
int s0/0/0
encapsulation frame-relay
no shutdown
exit
int s0/0/0.2 point-to-point
ip add 192.168.0.1 255.255.255.252
frame-relay interface-dlci 122
no shutdown
exit
int s0/0/0.3 point-to-point
ip add 192.168.0.5 255.255.255.252
frame-relay interface-dlci 123
no shutdown
exit
int s0/0/1
encapsulation hdlc
ip add 198.51.100.1 255.255.255.252
no shutdown
exit
int T0
ip add 192.168.0.9 255.255.255.252
tunnel source s0/0/1
tunnel destination 203.0.113.1
no shutdown
exit
router ospf 1
network 192.168.0.0 0.0.0.3 area 0
network 192.168.0.4 0.0.0.3 area 0
network 198.51.100.0 0.0.0.3 area 0
passive-interface s0/0/1
default-information originate
exit
ip route 0.0.0.0 0.0.0.0 198.51.100.2
int s0/0/0
encapsulation frame-relay
no shutdown
exit
int s0/0/0.2 point-to-point
ip add 192.168.0.1 255.255.255.252
frame-relay interface-dlci 122
no shutdown
exit
int s0/0/0.3 point-to-point
ip add 192.168.0.5 255.255.255.252
frame-relay interface-dlci 123
no shutdown
exit
int s0/0/1
encapsulation hdlc
ip add 198.51.100.1 255.255.255.252
no shutdown
exit
int T0
ip add 192.168.0.9 255.255.255.252
tunnel source s0/0/1
tunnel destination 203.0.113.1
no shutdown
exit
router ospf 1
network 192.168.0.0 0.0.0.3 area 0
network 192.168.0.4 0.0.0.3 area 0
network 198.51.100.0 0.0.0.3 area 0
passive-interface s0/0/1
default-information originate
exit
ip route 0.0.0.0 0.0.0.0 198.51.100.2
hostname East (Branch-1, R2)
int s0/0/0
encapsulation frame-relay
no shutdown
exit
int s0/0/0.1 point-to-point
ip add 192.168.0.2 255.255.255.252
frame-relay interface-dlci 221
no shutdown
exit
int s0/0/0.3 point-to-point
ip add 192.168.0.13 255.255.255.252
frame-relay interface-dlci 223
no shutdown
exit
int g0/0
ip add 10.2.0.1 255.255.255.0
no shutdown
exit
router ospf 1
network 10.2.0.0 0.0.0.255 area 0
network 192.168.0.0 0.0.0.3 area 0
network 192.168.0.12 0.0.0.3 area 0
passive-interface g0/0
exit
int s0/0/0
encapsulation frame-relay
no shutdown
exit
int s0/0/0.1 point-to-point
ip add 192.168.0.2 255.255.255.252
frame-relay interface-dlci 221
no shutdown
exit
int s0/0/0.3 point-to-point
ip add 192.168.0.13 255.255.255.252
frame-relay interface-dlci 223
no shutdown
exit
int g0/0
ip add 10.2.0.1 255.255.255.0
no shutdown
exit
router ospf 1
network 10.2.0.0 0.0.0.255 area 0
network 192.168.0.0 0.0.0.3 area 0
network 192.168.0.12 0.0.0.3 area 0
passive-interface g0/0
exit
hostname West (Branch-2, R1)
int s0/0/0
encapsulation frame-relay
no shutdown
int s0/0/0.1 point-to-point
ip add 192.168.0.6 255.255.255.252
frame-relay interface-dlci 321
no shutdown
int s0/0/0.2 point-to-point
ip add 192.168.0.14 255.255.255.252
frame-relay interface-dlci 322
no shutdown
int g0/0
ip add 10.3.0.1 255.255.255.0
no shutdown
router ospf 1
network 10.3.0.0 0.0.0.255 area 0
network 192.168.0.4 0.0.0.3 area 0
network 192.168.0.12 0.0.0.3 area 0
passive-interface g0/0
exit
int s0/0/0
encapsulation frame-relay
no shutdown
int s0/0/0.1 point-to-point
ip add 192.168.0.6 255.255.255.252
frame-relay interface-dlci 321
no shutdown
int s0/0/0.2 point-to-point
ip add 192.168.0.14 255.255.255.252
frame-relay interface-dlci 322
no shutdown
int g0/0
ip add 10.3.0.1 255.255.255.0
no shutdown
router ospf 1
network 10.3.0.0 0.0.0.255 area 0
network 192.168.0.4 0.0.0.3 area 0
network 192.168.0.12 0.0.0.3 area 0
passive-interface g0/0
exit
hostname South (Remote, R4)
int s0/0/1
encapsulation hdlc
ip add 203.0.113.1 255.255.255.252
no shutdown
exit
int T0
ip add 192.168.0.10 255.255.255.252
tunnel source s0/0/1
tunnel destination 198.51.100.1
no shutdown
exit
int g0/0
ip add 10.4.0.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 s0/0/1
encapsulation hdlc
ip add 203.0.113.1 255.255.255.252
no shutdown
exit
int T0
ip add 192.168.0.10 255.255.255.252
tunnel source s0/0/1
tunnel destination 198.51.100.1
no shutdown
exit
int g0/0
ip add 10.4.0.1 255.255.255.0
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 s0/0/1