Lab 23: IPv6
Task
1. Configure IP Address as per given in topology.
2. Configure R2, R3 and R4 link local address eg. fe80::2 for R2.
3. Configure Frame-Relay over IPV6.
4. R7 receive ip address from R3. Do possible configuration.
5. Configure Routing as per given in topology.
Figure 1 Topology
Lab 23: IPv6
 Task 2: Configure R2, R3 and R4 link local address eg. fe80::2 for R2.
R2
interface serial 0/0
ipv6 address fe80::2 link-local
exit
R3
interface serial 0/0
ipv6 address fe80::3 link-local
exit
R4
interface serial 0/0
ipv6 address fe80::4 link-local
exit
 Task 3: Configure Frame-Relay over IPV6.
FR DLCI Assign
1 203 2 302
1 204 3 402
2 304 3 403
R2
interface Serial0/0
encapsulation frame-relay
ipv6 address 2001:23::2/64
frame-relay map ipv6 2001:23::3 203 broadcast
frame-relay map ipv6 2001:23::4 204 broadcast
frame-relay map ipv6 fe80::3 203
frame-relay map ipv6 fe80::4 204
R3
interface Serial0/0
encapsulation frame-relay
ipv6 address 2001:23::3/64
frame-relay map ipv6 2001:23::2 302 broadcast
frame-relay map ipv6 2001:23::4 304 broadcast
Lab 23: IPv6
frame-relay map ipv6 fe80::2 302
frame-relay map ipv6 fe80::4 304
R4
interface Serial0/0
encapsulation frame-relay
ipv6 address 2001:23::4/64
frame-relay map ipv6 2001:23::3 403 broadcast
frame-relay map ipv6 2001:23::2 402 broadcast
frame-relay map ipv6 fe80::3 403
frame-relay map ipv6 fe80::2 402
 Task 4: R7 receive ip address from R3. Do possible configuration.
R3
int f0/0
ipv6 address 2001:5::/64 eui-64
ipv6 nd prefix 2001:5::/64
exit
R7
int f0/0
ipv6 address autoconfig
exit
 Task 5: Configure Routing as per given in topology.
on all Routers
ipv6 unicast-routing
R1
ipv6 router rip Netwaxlab
exit
int f0/0
ipv6 rip Netwaxlab enable
exit
Lab 23: IPv6
R2
ipv6 router rip Netwaxlab
exit
int f0/0
ipv6 rip Netwaxlab enable
exit
ipv6 router ospf 1
router-id 2.2.2.2
exit
int se0/0
ipv6 ospf 1 area 0
ipv6 ospf neighbor fe80::3
ipv6 ospf neighbor fe80::4
exit
R3
ipv6 router ospf 1
router-id 3.3.3.3
exit
int se0/0
ipv6 ospf 1 area 0
ipv6 ospf neighbor fe80::2
ipv6 ospf neighbor fe80::4
exit
int f0/1
ipv6 ospf 1 area 1
exit
R4
ipv6 router ospf 1
router-id 4.4.4.4
exit
Lab 23: IPv6
int se0/0
ipv6 ospf 1 area 0
ipv6 ospf neighbor fe80::2
ipv6 ospf neighbor fe80::3
exit
int f0/0
ipv6 ospf 1 area 1
exit
R6
ipv6 router ospf 1
router-id 6.6.6.6
exit
int f0/1
ipv6 ospf 1 area 1
exit
int f0/0
ipv6 ospf 1 area 1
exit
R8
ipv6 router ospf 1
router-id 8.8.8.8
exit
int f0/1
ipv6 ospf 1 area 1
exit
int f0/0
ipv6 ospf 1 area 1
exit

Nxll23 i pv6

  • 1.
    Lab 23: IPv6 Task 1.Configure IP Address as per given in topology. 2. Configure R2, R3 and R4 link local address eg. fe80::2 for R2. 3. Configure Frame-Relay over IPV6. 4. R7 receive ip address from R3. Do possible configuration. 5. Configure Routing as per given in topology. Figure 1 Topology
  • 2.
    Lab 23: IPv6 Task 2: Configure R2, R3 and R4 link local address eg. fe80::2 for R2. R2 interface serial 0/0 ipv6 address fe80::2 link-local exit R3 interface serial 0/0 ipv6 address fe80::3 link-local exit R4 interface serial 0/0 ipv6 address fe80::4 link-local exit  Task 3: Configure Frame-Relay over IPV6. FR DLCI Assign 1 203 2 302 1 204 3 402 2 304 3 403 R2 interface Serial0/0 encapsulation frame-relay ipv6 address 2001:23::2/64 frame-relay map ipv6 2001:23::3 203 broadcast frame-relay map ipv6 2001:23::4 204 broadcast frame-relay map ipv6 fe80::3 203 frame-relay map ipv6 fe80::4 204 R3 interface Serial0/0 encapsulation frame-relay ipv6 address 2001:23::3/64 frame-relay map ipv6 2001:23::2 302 broadcast frame-relay map ipv6 2001:23::4 304 broadcast
  • 3.
    Lab 23: IPv6 frame-relaymap ipv6 fe80::2 302 frame-relay map ipv6 fe80::4 304 R4 interface Serial0/0 encapsulation frame-relay ipv6 address 2001:23::4/64 frame-relay map ipv6 2001:23::3 403 broadcast frame-relay map ipv6 2001:23::2 402 broadcast frame-relay map ipv6 fe80::3 403 frame-relay map ipv6 fe80::2 402  Task 4: R7 receive ip address from R3. Do possible configuration. R3 int f0/0 ipv6 address 2001:5::/64 eui-64 ipv6 nd prefix 2001:5::/64 exit R7 int f0/0 ipv6 address autoconfig exit  Task 5: Configure Routing as per given in topology. on all Routers ipv6 unicast-routing R1 ipv6 router rip Netwaxlab exit int f0/0 ipv6 rip Netwaxlab enable exit
  • 4.
    Lab 23: IPv6 R2 ipv6router rip Netwaxlab exit int f0/0 ipv6 rip Netwaxlab enable exit ipv6 router ospf 1 router-id 2.2.2.2 exit int se0/0 ipv6 ospf 1 area 0 ipv6 ospf neighbor fe80::3 ipv6 ospf neighbor fe80::4 exit R3 ipv6 router ospf 1 router-id 3.3.3.3 exit int se0/0 ipv6 ospf 1 area 0 ipv6 ospf neighbor fe80::2 ipv6 ospf neighbor fe80::4 exit int f0/1 ipv6 ospf 1 area 1 exit R4 ipv6 router ospf 1 router-id 4.4.4.4 exit
  • 5.
    Lab 23: IPv6 intse0/0 ipv6 ospf 1 area 0 ipv6 ospf neighbor fe80::2 ipv6 ospf neighbor fe80::3 exit int f0/0 ipv6 ospf 1 area 1 exit R6 ipv6 router ospf 1 router-id 6.6.6.6 exit int f0/1 ipv6 ospf 1 area 1 exit int f0/0 ipv6 ospf 1 area 1 exit R8 ipv6 router ospf 1 router-id 8.8.8.8 exit int f0/1 ipv6 ospf 1 area 1 exit int f0/0 ipv6 ospf 1 area 1 exit