[CCNAv6 S3] 8.4.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer – Skills Integration Challenge
Addressing Table

Background

In this Skills Integration Challenge, your focus is OSPFv2 and OSPFv3 configurations. You will configure IP addressing for all devices. Then you will configure OSPFv2 routing for the IPv4 portion of the network and OSPFv3 routing for the IPv6 portion of the network. One router will be configured with both IPv4 and IPv6 configurations. Finally, you will verify your configurations and test connectivity between end devices.

Note: This activity is graded using a combination of assessment items and connectivity tests. The instructions window will not show your score. To see your score, click Check Results > Assessment Items. To see the results of a specific connectivity test, click Check Results > Connectivity Tests.

Requirements

·         Use the following requirements to configure RA addressing and OSPFv2 routing:
-       IPv4 addressing according to the Addressing Table
-       Process ID 1
-       Router ID 1.1.1.1
-       Network address for each interface
-       LAN interface set to passive (do not use the default keyword)
·         Use the following requirements to configure RB addressing, OSPFv2 routing and OSPFv3 routing:
-       IPv4 and IPv6 addressing according to the Addressing Table
Set the Gigabit Ethernet 0/0 Link Local address to FE80::1
-       OSPFv2 routing requirements:
Process ID 1
Router ID 2.2.2.2
Network address for each interface
LAN interface set to passive (do not use the default keyword)
-       OSPFv3 routing requirements:
Enable IPv6 routing
Process ID 1
Router ID 2.2.2.2
Enable OSPFv3 on each interface
·         Use the following requirements to configure RC addressing and OSPFv3 routing:
-       IPv6 addressing according to the Addressing Table
Set the Gigabit Ethernet 0/0 Link Local address to FE80::3
-       OSPFv3 routing requirements:
Enable IPv6 routing
Process ID 1
Router ID 3.3.3.3
Enable OSPFv3 on each interface
·         Configure PCs with appropriate addressing.
-       PCA and PCB IPv4 addressing must use the last assignable address in the IPv4 subnet.
-       PCB and PCC IPv6 addressing must use the second assignable address in the IPv6 network and the link-local FE80 address as the default gateway.
-       Finish the Addressing Table documentation
·         Verify your configurations and test connectivity
-       OSPF neighbors should be established and routing tables should be complete
-       Pings between PCA and PCB should be successful
-       Pings between PCB and PCC should be successful
Note: If OSPFv3 has not converged, check the status of interfaces using the show ip ospf interface command. Sometimes, the OSPFv3 process needs to be removed and reapplied to force convergence.





Configuration  RA:

enable
configure terminal
interface GigabitEthernet0/0
 ip address 172.31.0.1 255.255.254.0
 no shutdown
interface Serial0/0/0
 ip address 172.31.4.1 255.255.255.252
 no shutdown
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 passive-interface GigabitEthernet0/0
 network 172.31.0.0 0.0.1.255 area 0
 network 172.31.4.0 0.0.0.3 area 0
 end
write memory
!

Configuration  RB:

enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
 ip address 172.31.2.1 255.255.254.0
 ipv6 address FE80::1 link-local
 ipv6 address 2001:DB8:1::1/64
 ipv6 ospf 1 area 0
 no shutdown
interface Serial0/0/0
 ip address 172.31.4.2 255.255.255.252
 no shutdown
interface Serial0/0/1
 ipv6 address 2001:DB8:2::1/64
 ipv6 ospf 1 area 0
 no shutdown
!
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 passive-interface GigabitEthernet0/0
 network 172.31.2.0 0.0.1.255 area 0
 network 172.31.4.0 0.0.0.3 area 0
!
ipv6 router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 passive-interface GigabitEthernet0/0
!
 end
write memory
!
Configuration  RC:

enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
 ipv6 address FE80::3 link-local
 ipv6 address 2001:DB8:3::1/64
 ipv6 ospf 1 area 0
 no shutdown
interface Serial0/0/0
 ipv6 address 2001:DB8:2::2/64
 ipv6 ospf 1 area 0
 no shutdown
!
ipv6 router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 passive-interface GigabitEthernet0/0
!
 end
write memory
!

END !~!


Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S3] 7.2.3.5 Packet Tracer - Troubleshooting EIGRP for IPv4

[CCNAv6 S2] 8.3.1.2 Packet Tracer - Skills Integration Challenge