IPv6 Addressing with OSPFv3 – 2

This lab gives you a small 3-router topology, with a basic IPv6 global unicast address design, and sends you forth to configure the basics: IPv6 addressing, routing, and OSPFv3. It’s a bit long for these CLI labs, but not too bad – call it an extra 5 minutes compared to most of these kinds of labs. Check out the details below the fold, and get busy configuring!
Requirements
The figure shows three routers with Ethernet interfaces. The figure shows the IPv6 prefixes on each link. Then, beside each router sits the host part of the IPv6 address. For example, R1’s G0/2 IPv6 address combines 3000::/64 with ::1 for an address of 3000::1/64.
Your job in this lab: implement the IPv6 addresses shown in the figure, along with IPv6 routing and OSPFv3. The specific rules for this lab are:
- Configure the IPv6 addresses needed on all the routers per the figure.
- Configure Router-ID (RID) using the template x.x.x.x, where x is the router number
- Use OSPF area 0
- Use OSPF process-ID 15
- Do not configure any commands beyond those required per the above list
Figure 1: Three Router with Unicast IPv6 Addresses
Initial Configuration
Example 1: R1 Config
1 2 3 4 5 6 7 |
hostname R1 ! interface GigabitEthernet0/1 no shutdown ! interface GigabitEthernet0/2 no shutdown |
Example 2: R2 Config
1 2 3 4 5 6 7 |
hostname R2 ! interface GigabitEthernet0/1 no shutdown ! interface GigabitEthernet0/2 no shutdown |
Example 3: R3 Config
1 2 3 4 5 6 7 |
hostname R3 ! interface GigabitEthernet0/1 no shutdown ! interface GigabitEthernet0/2 no shutdown |
Answer on Paper, or Maybe Test in Lab
Create your own answer, either by typing it in somewhere, or writing it on paper. Try to avoid using your notes – one of points of these labs is to move you from being able to read someone else’s config to being able to create your own from scratch.
You can easily test this lab with a few show commands. First, R1 and R3 should list one OSPFv3 neighbor, and R2 should list two neighbors (show ipv6 ospf neighbor). Each router should list two OSPF routes (show ipv6 route), although the OSPF-learned routes will be different on each router. You can check the interface IPv6 addresses with show ipv6 interface, and the OSPF router ID with show ipv6 ospf database.
Do this Lab with Cisco’s CML (Formerly VIRL)
You can do these labs on paper and still get a lot out of the lab. As an extra help, we have added files for Cisco Modeling Lab – Personal (CML-P). CML-P replaces Cisco Virtual Internet Routing Lab (VIRL) software, in effect serving as VIRL Version 2.
Below, find two files: a file useful with CML-P and another useful with VIRL. (Note that the CML-P file has a .yaml filetype, while the older VIRL file has a VIRL filetype.) Once the file is loaded, CML-P or VIRL will create a lab topology similar to this lab’s topology, with the initial configuration shown in the lab as well.
Network Device Info
The CML/VIRL topology matches this lab topology exactly. The host info does as well.
Host Device Info
This lab does not have any specific Host device information.
Handy Host Commands:
To see PC IP address: ifconfig eth1
Ping example: ping6 -c 4 2001:DB8:1:1::100
Trace example: tracepath6 2001:DB8:1:1::100
Let me tell You a sad story ! There are no comments yet, but You can be first one to comment this article.
Write a comment