Lab 23: IPv6 - NetwaxLab

Breaking

Facebook Popup

BANNER 728X90

Thursday, March 19, 2015

Lab 23: IPv6

Task

Topology
  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.

Solution


Task 2: Configure R2, R3 and R4 link local address eg. fe80::2 for R2.
On R2

=====

interface serial 0/0
 ipv6 address fe80::2 link-local
 exit

On R3

=====

interface serial 0/0
 ipv6 address fe80::3 link-local
 exit

On 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


On 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

On 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
 frame-relay map ipv6 fe80::2 302
 frame-relay map ipv6 fe80::4 304

On 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.
On R3

=====

int f0/0
 ipv6 address 2001:5::/64 eui-64
 ipv6 nd prefix 2001:5::/64
 exit

On R7

=====

int f0/0
 ipv6 address autoconfig
 exit

 

Task 5: Configure Routing as per given in topology.
On All Routers

=============

ipv6 unicast-routing

On R1

=====

ipv6 router rip Netwaxlab
 exit

int f0/0
 ipv6 rip Netwaxlab enable
 exit

On 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

On 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

On R4

=====

ipv6 router ospf 1
 router-id 4.4.4.4
 exit

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

On 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


On 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

1 comment:

  1. Great Post !Free Online Skill Test, e Tutorial, Video Tutorial & Training on CCNA,CCNP & CCIE-
    Hub4tech.com

    ReplyDelete