In this lab you will first configure IPv6 addresses on all the group router interfaces, add ospfv3 (ipv6 ospf) routing commands to BR and R2/R3 to enable full connectivity. The second part of the lab will be to enable router advertisements to all the access networks.
Each end system except WS0 (WS1/WS2/WS3) should then get a Global IPv6 address. Now set up Router Advertisements on BR for net 0. All workstations should then have a global IPv6 address. Each router should be configured to advertise their network prefix once every 30 seconds (ipv6 nd ra-interval 30) and use 120 seconds for valid time, and 60 seconds for preferred. (ipv6 nd prefix {prefix} 120 60)
Do not setup any IPv6 static routes as we will be using OSPFv3 instead. Set up OSPFv3 on BR, R2 and R3 to make all networks reachable. Use 131.94.128.0 as the area. Make R2 interface costs 5100 and BR and R3 interface costs 5000.
Now identify each IPv6 address (via ifconfig or ip -f inet6 addr) on each of ws0 eth0, ws1, ws2 and ws3. Make note of both the global and link local ip addresses. On WS1/WS2/WS3 also make note of the IPv6 default route (via ip -f inet6 route command). After configuration of the IPv6 addresses on the interfaces, do a ping to each router interface.
Configuration of Routers - 26 points
IPv6 global addresses of WS0/WS1/WS2/WS3 - 8 points
IPv6 link local addresses of WS0/WS1/WS2/WS3 - 8 points
IPv6 default route address on WS0/WS1/WS2/WS3 - 8 points