[CCNAv6 S3] 9.2.2.7 Packet Tracer - Configuring Multiarea OSPFv3
Packet Tracer – Configuring Multiarea OSPFv3
Addressing Table
Objectives
Part 1: Configure OSPFv3
Part 2: Verify Multiarea OSPFv3 Operations
Background
In this activity, you will configure multiarea OSPFv3. The network is already connected and interfaces are configured with IPv6 addressing. Your job is to enable multiarea OSPFv3, verify connectivity and examine the operation of multiarea OSPFv3.
Part 1: Configure OSPFv3
Step 1: Enable IPv6 routing and configure OSPFv3 on RA.
a. Enable IPv6 routing.
b. Configure OSPFv3 on RA with a process ID of 1 and a router ID of 1.1.1.1.
Step 2: Advertise each directly connected network in OSPFv3 on RA.
Configure each active IPv6 interface with OSPFv3 assigning each to the area listed in the Addressing Table.
Step 3: Configure OSPFv3 on RB and RC
Repeat the Steps 1 and 2 for RB and RC, changing the router ID to 2.2.2.2 and 3.3.3.3 respectively.
Part 2: Verify Multiarea OSPFv3 Operations
Step 1: Verify connectivity to each of the OSPFv3 areas.
From RA, ping each of the following remote devices in area 0 and area 2: 2001:DB8:1:B1::2, 2001:DB8:1:A1::2, 2001:DB8:1:A2::2, 2001:DB8:1:C1::2, and 2001:DB8:1:C2::2.
Step 2: Use show commands to examine the current OSPFv3 operations.
Use the following commands to gather information about your OSPFv3 multiarea implementation.
show ipv6 ospf
show ipv6 route
show ipv6 ospf database
show ipv6 ospf interface
show ipv6 ospf neighbor
Note: Packet Tracer output for show ipv6 protocols is currently not aligned with IOS 15 output. Refer to the real equipment labs for correct show command output.
Configuration R1:
enable
configure terminal
ipv6 unicast-routing
!
ipv6 router ospf 1
router-id 1.1.1.1
exit
interface GigabitEthernet0/0
ipv6 ospf 1 area 1
!
interface GigabitEthernet0/1
ipv6 ospf 1 area 1
!
interface Serial0/0/0
ipv6 ospf 1 area 0
!
end
write memory
!
Configuration R2:
enable
configure terminal
ipv6 unicast-routing
!
ipv6 router ospf 1
router-id 2.2.2.2
exit
interface Serial0/0/0
ipv6 ospf 1 area 0
!
interface Serial0/0/1
ipv6 ospf 1 area 0
!
interface GigabitEthernet0/0
ipv6 ospf 1 area 0
end
write memory
!
Configuration R3:
enable
configure terminal
ipv6 unicast-routing
!
ipv6 router ospf 1
router-id 3.3.3.3
exit
!
interface Serial0/0/1
ipv6 ospf 1 area 0
!
interface GigabitEthernet0/0
ipv6 ospf 1 area 2
!
interface GigabitEthernet0/1
ipv6 ospf 1 area 2
end
write memory
!
END !~!
Nhận xét
Đăng nhận xét