Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views17 pages

IPv 6

Uploaded by

abhimanyu10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views17 pages

IPv 6

Uploaded by

abhimanyu10
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 17

***************************************

Configuring IPv6 Addresses & EIGRP


***************************************

=========================================
Configure IPv6 Addresses on the Routers
=========================================

-----
R7
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:7:7:7::7/64
!
Interface Loopback 1
ipv6 address fc00:77:77:77::77/64
!
Interface E 0/0
ipv6 address fc00:192:1:17::7/64
ipv6 address fe80::7 link-local
no shut

-----
R1
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:1:1:1::1/64
!
Interface Loopback 1
ipv6 address fc00:11:11:11::11/64
!
Interface E 0/0
ipv6 address fc00:192:1:12::1/64
ipv6 address fe80::1 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:13::1/64
ipv6 address fe80::1 link-local
no shut
!
Interface E 0/2
ipv6 address fc00:192:1:17::1/64
ipv6 address fe80::1 link-local
no shut
!
Interface E 0/3
ipv6 address fc00:192:1:18::1/64
ipv6 address fe80::1 link-local
no shut

-----
R8
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:8:8:8::8/64
!
Interface Loopback 1
ipv6 address fc00:88:88:88::88/64
!
Interface E 0/0
ipv6 address fc00:192:1:18::8/64
ipv6 address fe80::8 link-local
no shut

=========================================
Configure EIGRP on R1, R7 & R8
=========================================

-----
R7
-----

ipv6 router eigrp 111


eigrp router-id 0.0.0.7
!
Interface E 0/0
ipv6 eigrp 111
!
Interface Loopback0
ipv6 eigrp 111
!
Interface Loopback1
ipv6 eigrp 111

-----
R8
-----

ipv6 router eigrp 111


eigrp router-id 0.0.0.8
!
Interface E 0/0
ipv6 eigrp 111
!
Interface Loopback0
ipv6 eigrp 111
!
Interface Loopback1
ipv6 eigrp 111

-----
R1
-----

ipv6 router eigrp 111


eigrp router-id 0.0.0.1
!
Interface E 0/2
ipv6 eigrp 111
!
Interface E 0/3
ipv6 eigrp 111
!
Interface Loopback1
ipv6 eigrp 111

********************************************
Configuring IPv6 Addresses & OSPF - Area 0
********************************************

=========================================
Configure IPv6 Addresses on the Routers
=========================================

-----
R2
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:2:2:2::2/64
!
Interface Loopback 1
ipv6 address fc00:22:22:22::22/64
!
Interface E 0/0
ipv6 address fc00:192:1:12::2/64
ipv6 address fe80::2 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:24::2/64
ipv6 address fe80::2 link-local
no shut

-----
R3
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:3:3:3::3/64
!
Interface Loopback 1
ipv6 address fc00:33:33:33::33/64
!
Interface E 0/0
ipv6 address fc00:192:1:13::3/64
ipv6 address fe80::3 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:35::3/64
ipv6 address fe80::3 link-local
no shut
=========================================
Configure OSPF on R1, R2 & R3 in Area 0
=========================================

-----
R1
-----

ipv6 router ospf 1


router-id 0.0.0.1
!
Interface E 0/0
ipv6 ospf 1 area 0
!
Interface E 0/1
ipv6 ospf 1 area 0
!
Interface Loopback 0
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point

-----
R2
-----

ipv6 router ospf 1


router-id 0.0.0.2
!
Interface E 0/0
ipv6 ospf 1 area 0
!
Interface Loopback 0
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point

-----
R3
-----

ipv6 router ospf 1


router-id 0.0.0.3
!
Interface E 0/0
ipv6 ospf 1 area 0
!
Interface Loopback 0
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point

********************************************
Configuring IPv6 Addresses & OSPF - Area 10
********************************************

=========================================
Configure IPv6 Addresses on the Routers
=========================================

-----
R4
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:4:4:4::4/64
!
Interface Loopback 1
ipv6 address fc00:44:44:44::44/64
!
Interface E 0/0
ipv6 address fc00:192:1:24::4/64
ipv6 address fe80::4 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:40::4/64
ipv6 address fe80::4 link-local
no shut

-----
R10
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:A:A:A::A/64
!
Interface Loopback 1
ipv6 address fc00:AA:AA:AA::AA/64
!
Interface E 0/0
ipv6 address fc00:192:1:40::A/64
ipv6 address fe80::A link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:110::A/64
ipv6 address fe80::A link-local
no shut

-----
R11
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:B:B:B::B/64
!
Interface Loopback 1
ipv6 address fc00:BB:BB:BB::BB/64
!
Interface E 0/0
ipv6 address fc00:192:1:110::B/64
ipv6 address fe80::B link-local
no shut
===============================================
Configure OSPF on R2, R4, R10 & R11 in Area 10
===============================================

-----
R2
-----

Interface E 0/1
ipv6 ospf 1 area 10
!
Interface Loopback 1
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point

-----
R4
-----

ipv6 router ospf 1


router-id 0.0.0.4
!
Interface E 0/0
ipv6 ospf 1 area 10
!
Interface E 0/1
ipv6 ospf 1 area 10
!
Interface Loopback 0
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point
!
Interface Loopback 1
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point

-----
R10
-----

ipv6 router ospf 1


router-id 0.0.0.10
!
Interface E 0/0
ipv6 ospf 1 area 10
!
Interface E 0/1
ipv6 ospf 1 area 10
!
Interface Loopback 0
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point
!
Interface Loopback 1
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point

-----
R11
-----

ipv6 router ospf 1


router-id 0.0.0.11
!
Interface E 0/0
ipv6 ospf 1 area 10
!
Interface Loopback 0
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point
!
Interface Loopback 1
ipv6 ospf 1 area 10
ipv6 ospf network point-to-point

********************************************
Configuring IPv6 Addresses & OSPF - Area 20
********************************************

=========================================
Configure IPv6 Addresses on the Routers
=========================================

-----
R5
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:5:5:5::5/64
!
Interface Loopback 1
ipv6 address fc00:55:55:55::55/64
!
Interface E 0/0
ipv6 address fc00:192:1:35::5/64
ipv6 address fe80::5 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:56::5/64
ipv6 address fe80::5 link-local
no shut

-----
R6
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:6:6:6::6/64
!
Interface Loopback 1
ipv6 address fc00:66:66:66::66/64
!
Interface E 0/0
ipv6 address fc00:192:1:56::6/64
ipv6 address fe80::6 link-local
no shut
!
Interface E 0/1
ipv6 address fc00:192:1:69::6/64
ipv6 address fe80::6 link-local
no shut

===============================================
Configure OSPF on R3, R5 & R6 in Area 20
===============================================

-----
R3
-----

Interface E 0/1
ipv6 ospf 1 area 20
!
Interface Loopback 1
ipv6 ospf 1 area 20
ipv6 ospf network point-to-point

-----
R5
-----

ipv6 router ospf 1


router-id 0.0.0.5
!
Interface E 0/0
ipv6 ospf 1 area 20
!
Interface E 0/1
ipv6 ospf 1 area 20
!
Interface Loopback 0
ipv6 ospf 1 area 20
ipv6 ospf network point-to-point
!
Interface Loopback 1
ipv6 ospf 1 area 20
ipv6 ospf network point-to-point

-----
R6
-----

ipv6 router ospf 1


router-id 0.0.0.6
!
Interface E 0/0
ipv6 ospf 1 area 20
!
Interface Loopback 0
ipv6 ospf 1 area 20
ipv6 ospf network point-to-point
********************************************
Configuring IPv6 Addresses & IS-IS
********************************************

=========================================
Configure IPv6 Addresses on the Routers
=========================================

-----
R9
-----

IPv6 unicast-routing
!
Interface Loopback 0
ipv6 address fc00:9:9:9::9/64
!
Interface Loopback 1
ipv6 address fc00:99:99:99::99/64
!
Interface E 0/0
ipv6 address fc00:192:1:69::9/64
ipv6 address fe80::9 link-local
no shut

===============================================
Configure IS-IS on R6 & R9 in Area 49.0000
===============================================

-----
R6
-----

router isis
net 49.0000.0000.0000.0006.00
metric-style wide
is-type level-2
!
Interface E 0/1
ipv6 router isis
!
Interface Loopback 1
ipv6 router isis

-----
R9
-----

router isis
net 49.0000.0000.0000.0009.00
metric-style wide
is-type level-2
!
Interface E 0/0
ipv6 router isis
!
Interface Loopback 0
ipv6 router isis
!
Interface Loopback 1
ipv6 router isis

*******************************************************
Configuring Route Redistribution between the protocols
*******************************************************

=========================================
OSPF & EIGRP
=========================================

-----
R1
-----

ipv6 router eigrp 111


redistribute ospf 1 metric 10 10 10 10 10
!
ipv6 router ospf 1
redistribute eigrp 111

=========================================
OSPF & IS-IS
=========================================

-----
R6
-----

ipv6 router ospf 1


redistribute isis
!
router isis
address-family ipv6
redistribute ospf 1

************************************************************
IPv6 Super Lab
************************************************************

***************************************************
Configure the HQ Site
***************************************************

================================
IPv6 Addressing
================================

----
R1
----

Interface E 0/0
ipv6 address 2111:1234:1111:1::1/64
no shut
!
Interface E 0/1
ipv6 address 2000:1234:ABCD:1FF::1/64
ipv6 address fe80::1 link-local
no shut

----
R4
----

Interface E 0/0
ipv6 address 2000:1234:ABCD:1FF::4/64
ipv6 address fe80::4 link-local
no shut
!
Interface E 0/1
ipv6 address 2000:1234:ABCD:100::1/64
ipv6 address fe80::4 link-local
no shut

----
R5
----

Interface E 0/0
ipv6 address 2000:1234:ABCD:100::5/64
ipv6 address fe80::5 link-local
no shut
!
Interface loopback 1
ipv6 address 2000:1234:ABCD:101::5/64
!
Interface loopback 2
ipv6 address 2000:1234:ABCD:102::5/64
!
Interface loopback 3
ipv6 address 2000:1234:ABCD:103::5/64
!
Interface loopback 4
ipv6 address 2000:1234:ABCD:104::5/64
!
Interface loopback 5
ipv6 address 2000:1234:ABCD:105::5/64
!
Interface loopback 6
ipv6 address 2000:1234:ABCD:106::5/64
!
Interface loopback 7
ipv6 address 2000:1234:ABCD:107::5/64

================================
Configure the IGP - OSPFv3
================================

----
R1
----

ipv6 unicast-routing
!
Ipv6 router ospf 1
router-id 0.0.0.1
!
Interface E 0/1
ipv6 ospf 1 area 0

----
R4
----

ipv6 unicast-routing
!
Ipv6 router ospf 1
router-id 0.0.0.4
!
Interface E 0/0
ipv6 ospf 1 area 0
!
Interface E 0/1
ipv6 ospf 1 area 0

----
R5
----

ipv6 unicast-routing
!
Ipv6 router ospf 1
router-id 0.0.0.5
!
Interface E 0/0
ipv6 ospf 1 area 0
!
Interface Loopback1
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback2
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback3
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback4
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback5
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback6
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
!
Interface Loopback7
ipv6 ospf 1 area 0
ipv6 ospf network point-to-point
***************************************************
Configure Remote-Site#1
***************************************************

================================
IPv6 Addressing
================================

----
R2
----

Interface E 0/0
ipv6 address 2111:1234:2222:2::2/64
no shut
!
Interface E 0/1
ipv6 address 2000:1234:ABCD:2FF::2/64
ipv6 address fe80::2 link-local
no shut

----
R7
----

Interface E 0/0
ipv6 address 2000:1234:ABCD:2FF::7/64
ipv6 address fe80::7 link-local
no shut
!
Interface loopback 1
ipv6 address 2000:1234:ABCD:200::7/64
!
Interface loopback 2
ipv6 address 2000:1234:ABCD:201::7/64
!
Interface loopback 3
ipv6 address 2000:1234:ABCD:202::7/64
!
Interface loopback 4
ipv6 address 2000:1234:ABCD:203::7/64

================================
Configure the IGP - EIGRP-AS222
================================

----
R2
----

ipv6 unicast-routing
!
ipv6 router eigrp 222
router-id 2.2.2.2
!
Interface E 0/1
ipv6 eigrp 222
----
R7
----

ipv6 unicast-routing
!
ipv6 router eigrp 222
router-id 7.7.7.7
!
Interface E 0/0
ipv6 eigrp 222
!
Interface Loopback1
ipv6 eigrp 222
!
Interface Loopback2
ipv6 eigrp 222
!
Interface Loopback3
ipv6 eigrp 222
!
Interface Loopback4
ipv6 eigrp 222

***************************************************
Configure Remote-Site#2
***************************************************

================================
IPv6 Addressing
================================

----
R3
----

Interface E 0/1
ipv6 address 2000:1234:ABCD:3FF::3/64
ipv6 address fe80::3 link-local
no shut

----
R8
----

Interface E 0/0
ipv6 address 2000:1234:ABCD:3FF::8/64
ipv6 address fe80::8 link-local
no shut
!
Interface loopback 1
ipv6 address 2000:1234:ABCD:300::8/64
!
Interface loopback 2
ipv6 address 2000:1234:ABCD:301::8/64
!
Interface loopback 3
ipv6 address 2000:1234:ABCD:302::8/64
!
Interface loopback 4
ipv6 address 2000:1234:ABCD:303::8/64

================================
Configure the IGP - IS-IS
================================

----
R3
----

ipv6 unicast-routing
!
router isis
net 49.0000.0000.0000.0003.00
is-type level-2
metric-style wide
!
Interface E 0/1
ipv6 router isis

----
R8
----

ipv6 unicast-routing
!
router isis
net 49.0000.0000.0000.0008.00
is-type level-2
metric-style wide
!
Interface E 0/0
ipv6 router isis
!
Interface Loopback1
ipv6 router isis
!
Interface Loopback2
ipv6 router isis
!
Interface Loopback3
ipv6 router isis
!
Interface Loopback4
ipv6 router isis

***************************************************
Configure BGP between the ISP, HQ & Remote-Site 1
***************************************************

================================
IPv6 Addressing
================================

----
R9
----
Ipv6 unicast-routing
!
Interface E 0/0
ipv6 address 2111:1234:1111:1::9/64
no shut
!
Interface E 0/1
ipv6 address 2111:1234:2222:2::9/64
no shut

==================================================
Configure BGP between the SP and HQ/Remote-Site1
==================================================

----
R1
----

router bgp 111


neighbor 2111:1234:1111:1::9 remote-as 1000
address-family ipv6
neighbor 2111:1234:1111:1::9 activate

----
R2
----

router bgp 222


neighbor 2111:1234:2222:2::9 remote-as 1000
address-family ipv6
neighbor 2111:1234:2222:2::9 activate

----
R9
----

router bgp 1000


neighbor 2111:1234:1111:1::1 remote-as 111
neighbor 2111:1234:1111:2::2 remote-as 222
address-family ipv6
neighbor 2111:1234:1111:1::1 activate
neighbor 2111:1234:2222:2::2 activate

==========================================================
Configure Redistribution on R1 & R2 between BGP & the IGP
==========================================================

----
R1
----

router bgp 111


address-family ipv6
redistribute ospf 1
!
ipv6 router ospf 1
redistribute bgp 111
----
R2
----

router bgp 222


address-family ipv6
redistribute eigrp 222
!
ipv6 router eigrp 222
redistribute bgp 222 metric 10 10 10 10 10

*******************************************************************
Configure a IPv6IP tunnel to connect Remote-Site#2 to HQ for IPv6
*******************************************************************

=======================================
Configure the Tunnel Interfaces
=======================================

----
R1
----

Interface Tunnel 1
tunnel source 200.1.1.1
tunnel destination 199.1.1.3
tunnel mode ipv6ip
ipv6 address 2000:1234:ABCD:01AA::1/64
ipv6 address fe80::1 link-local
ipv6 ospf 1 area 0
no shut

----
R3
----

Interface Tunnel 1
tunnel source 199.1.1.3
tunnel destination 200.1.1.1
tunnel mode ipv6ip
ipv6 address 2000:1234:ABCD:01AA::3/64
ipv6 address fe80::3 link-local
ipv6 ospf 1 area 0
no shut

=======================================
Configure Redistribution on R3
=======================================

----
R3
----

router isis
address-family ipv6
redistribute ospf 1
!
ipv6 router ospf 1
redistribute isis

You might also like