Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
29 views
7 pages
IPv6 Redistribution Between RIPNG and OSPFv3
Uploaded by
Abhishek garg
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save IPv6 Redistribution between RIPNG and OSPFv3 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
29 views
7 pages
IPv6 Redistribution Between RIPNG and OSPFv3
Uploaded by
Abhishek garg
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save IPv6 Redistribution between RIPNG and OSPFv3 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 7
Search
Fullscreen
1990512028, 1°58 |Pv6 Reslstrbution between RIPNG and OSPFV3 Search Q © IPv6 Redistribution between RIPNG and OSPFv3 Redistribution for IPv6 is pretty much the same as for IPv4. The same rules apply. I want to show you an example of IPv6 redistribution between RIPNG and OSPFV3. Here's the topology that we will use: 8 g In the middle, we have router R2 that will redistribute between RIPNG and OSPFv3. R1 and R3 have a loopback interface that will be advertised, Let's configure the IPv6 addresses: Ri(config)#ipv6 unicast-routing R1(config)#interface loopback @ Ri(config-if)#ipvé address 2001: R1(config-if)Hexit R1(config)#interface fastEthernet 0/2 R1(config-if)#ipv6 enable /128 R2(config)#ipv6 unicast-routing R2(config)#interface fastEthernet 0/2 R2(config-if)#ipv6 enable R2(config-if)#exit © R2(config)#interface fastEthernet 1/0 R2(config-if)#ipv6 enable hitpstnetworklessons.comcisca/ece-rouing-switchingthow-lo-confgure-ipv-raisiroutor-ipng-osplv3 wr1990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 a no\WunragyHanuerrace auupuaen 7 R3(config-if)#ipvé address 2001; R3(config-if)Hexit R3(config)#interface fastEthernet 0/2 R3(config-if)#ipv6 enable /128 This is what well start with, I'm using the loopbacks to have something to advertise in RIPNG or OSPFV3. On the FastEthernet interfaces, | only need a link-local |Pv6 address. Let's configure RIPNG on R1 and R2: R1(config)#ipvé router rip RIPNG R1(config-rtr)#exit Ri(config)#interface loopback @ R1(config-if)#ipv6 rip RIPNG enable R1(config-if)#exit Ri(config)#interface fastEthernet 0/2 Ri(config-if)#ipvé rip RIPNG enable R2(config)#ipv6 router rip RIPNG R2(config-rtr)#exit R2(config)#interface fastEthernet 0/0 R2(config-if)#ipvé rip RIPNG enable ‘And welll configure OSPFv3 on R2 and R3: R2(config)#ipv6 router ospf 1 R2(config-rtr)#router-id 2.2.2.2 R2(config-rtr)#exit R2(config)#interface fastEthernet 1/0 R2(config-if)#ipvé ospf 1 area @ 13 (contig) #ipws router ospf 2 © R3(config-rtr)#router-id 3.3.3.3 s3(contig-rer}eedtt R3(config)#interface fastEthernet 6/2 13 (contig-if)#ipv6 ospt 1 area @ hitpstnetworklessons.comciscafece-rouing-switchingthow-lo-configure-ipv-raisiroutor-ipng-osplv31990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 a This is what we need on R3 and R2 to get OSPFV3 working, Welll use the redistribute command to redistribute routes from RIPNG into OSPFV3 and vice versa: R2(config)#ipv6 router ospf 1 R2(config-rtr)#redistribute rip RIPNG R2(config-rtr)iexit R2(config)#ipvé router rip RIPNG R2(config-rtr)#redistribute ospf 1 metric 1 This is all you have to do to redistribute everything, Let's check the routing tables of R1 and R3: Riltshow ipv6 route rip IPv6 Routing Table - 4 entries Codes: ¢ - Connected, L - Local, $ - Static, R - RIP, B - BGP U = Per-user Static route I1 - ISIS L1, 12 - ISIS 12, IA - ISIS interarea, IS - ISIS summary © = OSPF intra, OT = OSPF inter, OF1 - OSPF ext 1, O£2 - OSPF ext 2 ONL - OSPF NSA ext 1, ON2 - OSPF NSSA ext 2 R 2001::3/128 [120/2] via FEB0: :CE04:19F £67:0, FastEtherneto/@ R3#show ipvé route ospf IPV6 Routing Table - 4 entries Codes: ¢ - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route Ii - ISIS L1, 12 - ISIS 12, IA - ISIS interarea, IS - ISIS summary © - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 0&2 2001::1/128 [110/20] via FEB CEO4:19F1 £67:10, Fastetherneto/@ Q We can verify our configuration by looking at the routing tables. Right now, we redistribute all routes. If you want, you can be a bit more specific with redistribution using route maps: hitpstnetworklessons.comcisca/ece-rouing-switchingthow-lo-confgure-ipv-raisiroutor-ipng-osplv3 a71990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 a Re\WUNTAR-FUryereusserapuce uspr 4 ruuLe-map unLT nese R2(config-rtr)#exit R2(config)#ipv6 prefix-list MYPREFIXES permit 2001::3/128 R2(config)#route-map ONLYTHESE permit 10 R2(config-route-map)#match ipvé address prefix-List MYPREFIXES Using a route-map and a prefixlist lke in the example above, | can select only the prefixes | want to redistribute. This is a better solution than just redistributing everything Want to take a look for yourself? Here you wil find the final configuration of each device, R2 hostname R2 ipvé unicast-routing interface fastEthernet 0/0 ipvé enable ipvé rip RIPNG enable interface fastEthernet 1/@ ipvé enable ipvé ospf 1 area @ ipve router rip RIPNG redistribute ospf 1 metric 1 redistribute ospf 1 route-map ONLYTHESE ipv6 prefix-list MYPREFIXES permit 2001::3/128 route-map ONLYTHESE permit 10 hitpstnetworklessons.comicscalece-ruting-swichingthow-lo-confg ipvececistrioutonspng-osptv3 an1990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 ipv6 router ospf 1 router-id 2.2.2.2 redistribute rip RIPNG end R3 hostname R3 ipv6 unicast-routing interface loopback @ ipve address 2001: :3/128 ipvé ospf 1 area @ ' interface fastFthernet 0/@ ipvé enable ipvé ospf 1 area 0 ipv6 router ospf 1 router-id 3.3.3.3 ! end R1 hostname R1. ! ipv6 unicast-routing ! interface loopback @ ipvé address 2002: :1/128 ipvé rip RIPNG enable ! interface fastEthernet 0/0 ipvé enable hitpstnetworklessons.comciscafece-rouing-switchingthow-lo-configure-ipv-raisiroutor-ipng-osplv31990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 a ipv6 router rip RIPNG end | hope this example is useful to you. If you have any questions feel free to leave a cornment! Previous Lesson Next Lesson SPA authentication sco NaTé4 static DY Configuration « ® Tags: OSPEV3, Redistribution, RIPNG Forum Replies bigfoorss Thanks for the labs. Its very usefull | have a suggestion for the last rule in route-map contig: Cryo(config-route-map)tmatch ipv6 address prefix-list MYPREFIXES (instead of “ONLYTHESE") QR rerematenar Thanks Brutus, just fixed it Ikhannaz012 Do we not need Seed metric while ipv6 redistribution ..for RIPNG and EIGRP... guess OSPF can calculate the cost automatically and will use 20. suncethabdullah ‘A suggestion. hps:inetworklessons.comiciscaocie-routing-switchingihow4o-confg or1990512028, 1°58 |Pv6 Realstribution between RIPNG and OSPFV3 HiSuneeth, | agree, this is one of my older posts. In all my recent posts | use numbers instead of names. Rene {x 6 more replies! Ask a question or join the discussion by visiting our Community Forum, Disclaimer Privacy Policy Support About © 2013 - 2023 NetworkLessons.com 52189 hps:inetworklessons.comiciscaocie-routing-switchingihow4o-confg W
You might also like
Chapter 1 Lab 1-1, Basic Ripng and Default Gateway Configuration
PDF
No ratings yet
Chapter 1 Lab 1-1, Basic Ripng and Default Gateway Configuration
17 pages
Lab3 Experiments
PDF
No ratings yet
Lab3 Experiments
2 pages
AdvancedIPv6 Slides
PDF
No ratings yet
AdvancedIPv6 Slides
244 pages
Route Redistribution Between OSPF and RIP
PDF
No ratings yet
Route Redistribution Between OSPF and RIP
6 pages
Configuring Basic RIPng
PDF
No ratings yet
Configuring Basic RIPng
6 pages
How To Configure Ospf Routing Protocol and Connect Areas
PDF
No ratings yet
How To Configure Ospf Routing Protocol and Connect Areas
9 pages
Transitioning To Ipv6: Address Space Management
PDF
No ratings yet
Transitioning To Ipv6: Address Space Management
36 pages
CNE Tutorial 11 - Dynamic IPv6 Routing Configuration With Ospfv3 (Single Area)
PDF
No ratings yet
CNE Tutorial 11 - Dynamic IPv6 Routing Configuration With Ospfv3 (Single Area)
11 pages
2-Module 2 OSPF JunOS PDF
PDF
No ratings yet
2-Module 2 OSPF JunOS PDF
7 pages
OSPF Tutorial: Build An OSPF Network, Version 1.0
PDF
No ratings yet
OSPF Tutorial: Build An OSPF Network, Version 1.0
10 pages
OSPF Configuration For IPv6 in Packet Tracer PDF
PDF
No ratings yet
OSPF Configuration For IPv6 in Packet Tracer PDF
9 pages
IPv6 Routing
PDF
No ratings yet
IPv6 Routing
45 pages
RIP and OSPF Redistribution
PDF
No ratings yet
RIP and OSPF Redistribution
11 pages
OSPFv3 Address Families
PDF
No ratings yet
OSPFv3 Address Families
20 pages
CCNP Route Simulations
PDF
No ratings yet
CCNP Route Simulations
11 pages
Week 10: Routing in IP Networks Interdomain Routing With BGP
PDF
No ratings yet
Week 10: Routing in IP Networks Interdomain Routing With BGP
49 pages
RIP and OSPF Redistribution: Configuring A RIP Network
PDF
No ratings yet
RIP and OSPF Redistribution: Configuring A RIP Network
10 pages
EIGRP OSPF Redistribution Sim Configuration On GNS3
PDF
100% (1)
EIGRP OSPF Redistribution Sim Configuration On GNS3
33 pages
Open Shortest Path First (OSPF)
PDF
No ratings yet
Open Shortest Path First (OSPF)
17 pages
9.2.2.9 Lab - Configuring Multi-Area OSPFv3
PDF
No ratings yet
9.2.2.9 Lab - Configuring Multi-Area OSPFv3
8 pages
Rip
PDF
No ratings yet
Rip
12 pages
OSPFv3 Fundamentals
PDF
No ratings yet
OSPFv3 Fundamentals
5 pages
Chapter 4 Lab 4-3, Redistribution Between Eigrp For Ipv6 and Ospfv3 Topology
PDF
No ratings yet
Chapter 4 Lab 4-3, Redistribution Between Eigrp For Ipv6 and Ospfv3 Topology
22 pages
Cis185 BSCI Lecture7 IGP Redistribution Part1
PDF
No ratings yet
Cis185 BSCI Lecture7 IGP Redistribution Part1
82 pages
Redistribution
PDF
No ratings yet
Redistribution
1 page
Ch.4 OSPF
PDF
No ratings yet
Ch.4 OSPF
33 pages
16.1.4 Lab - Configure Route Redistribution Using BGP
PDF
100% (1)
16.1.4 Lab - Configure Route Redistribution Using BGP
11 pages
IGP Redistribution Part1
PDF
No ratings yet
IGP Redistribution Part1
82 pages
Ipv6 Basic and Configuration
PDF
No ratings yet
Ipv6 Basic and Configuration
8 pages
CCNP Routing Lab
PDF
No ratings yet
CCNP Routing Lab
16 pages
CCNA 200-125: IP Routing Technology
PDF
No ratings yet
CCNA 200-125: IP Routing Technology
64 pages
Ospf
PDF
No ratings yet
Ospf
9 pages
OpenOSPFD - Presentation
PDF
No ratings yet
OpenOSPFD - Presentation
28 pages
Lab 8.3.3.6
PDF
No ratings yet
Lab 8.3.3.6
10 pages
Cis 185 CCNP Route Ch. 4 Manipulating Routing Updates Part 1 - Route Redistribution
PDF
No ratings yet
Cis 185 CCNP Route Ch. 4 Manipulating Routing Updates Part 1 - Route Redistribution
75 pages
NXLD43 OSPF (Open Shortest Path First) Part - III
PDF
No ratings yet
NXLD43 OSPF (Open Shortest Path First) Part - III
11 pages
Practical 5 Ospf
PDF
No ratings yet
Practical 5 Ospf
17 pages
Scenario-Based OSPF Questions and Answers
PDF
No ratings yet
Scenario-Based OSPF Questions and Answers
6 pages
Acn PR 4,5 Manual
PDF
No ratings yet
Acn PR 4,5 Manual
7 pages
Lecture 6 - Ospf
PDF
No ratings yet
Lecture 6 - Ospf
31 pages
Actividad 1-1 - Enrutamiento IPV6 RIPng
PDF
No ratings yet
Actividad 1-1 - Enrutamiento IPV6 RIPng
9 pages
OSPF Open Shortest Path First
PDF
No ratings yet
OSPF Open Shortest Path First
63 pages
OSPF Tutorial
PDF
100% (1)
OSPF Tutorial
12 pages
Routing Part 9 Ipv6
PDF
No ratings yet
Routing Part 9 Ipv6
17 pages
Load Balanced Quangga
PDF
No ratings yet
Load Balanced Quangga
4 pages
Ospf For Ipv6: Isp Workshops
PDF
No ratings yet
Ospf For Ipv6: Isp Workshops
28 pages
OSPFv3 Technology White Paper
PDF
No ratings yet
OSPFv3 Technology White Paper
21 pages
IPv 6
PDF
No ratings yet
IPv 6
17 pages
3 Ipv6 Routing
PDF
No ratings yet
3 Ipv6 Routing
27 pages
CCNP Enarsi 300-410 By-Ramakrishnan: Chapter - 9 Ospf V3
PDF
No ratings yet
CCNP Enarsi 300-410 By-Ramakrishnan: Chapter - 9 Ospf V3
16 pages
Practical-10 OSPF Configuration
PDF
No ratings yet
Practical-10 OSPF Configuration
4 pages
6PE Zero To Hero
PDF
No ratings yet
6PE Zero To Hero
10 pages
Class 12
PDF
No ratings yet
Class 12
3 pages
Redistribution Between RIP and EIGRP Cisco Router Configuration
PDF
No ratings yet
Redistribution Between RIP and EIGRP Cisco Router Configuration
13 pages
Cis185 ROUTE Lecture4 ManipulatingRoutingUpdates Part1
PDF
No ratings yet
Cis185 ROUTE Lecture4 ManipulatingRoutingUpdates Part1
114 pages
3 Ospf
PDF
No ratings yet
3 Ospf
25 pages
CCNP Ospf Final
PDF
No ratings yet
CCNP Ospf Final
81 pages
62-Introduction AAA
PDF
No ratings yet
62-Introduction AAA
4 pages
68-Web Filter Lab
PDF
No ratings yet
68-Web Filter Lab
12 pages
MA5600T (N63E-22) Quick Installation Guide 07
PDF
No ratings yet
MA5600T (N63E-22) Quick Installation Guide 07
31 pages
11-Upload Other Images in EVE
PDF
No ratings yet
11-Upload Other Images in EVE
6 pages
71-DNS Filter
PDF
No ratings yet
71-DNS Filter
8 pages
72-Application Control
PDF
No ratings yet
72-Application Control
2 pages
14-Cisco ISE Lab
PDF
No ratings yet
14-Cisco ISE Lab
4 pages
08 Installing+EVE NG
PDF
No ratings yet
08 Installing+EVE NG
10 pages
S6700 Series Switches Hardware Description
PDF
No ratings yet
S6700 Series Switches Hardware Description
579 pages
IS-IS Redistribution
PDF
No ratings yet
IS-IS Redistribution
12 pages
IS-IS Route Leaking
PDF
No ratings yet
IS-IS Route Leaking
20 pages
IS-IS Summarization
PDF
No ratings yet
IS-IS Summarization
12 pages
IS-IS Metric
PDF
No ratings yet
IS-IS Metric
9 pages
Lec-11 Multicast PIM Prune Override
PDF
No ratings yet
Lec-11 Multicast PIM Prune Override
16 pages
IS-IS Filtering
PDF
No ratings yet
IS-IS Filtering
12 pages
Cisco NetFlow
PDF
No ratings yet
Cisco NetFlow
10 pages
Rest Api
PDF
No ratings yet
Rest Api
13 pages
Lec-12 Multicast PIM Register Message
PDF
No ratings yet
Lec-12 Multicast PIM Register Message
8 pages
Lec-8 Why Do We Need QoS On LAN Switches
PDF
No ratings yet
Lec-8 Why Do We Need QoS On LAN Switches
4 pages
Rack Mounted Equipment
PDF
No ratings yet
Rack Mounted Equipment
64 pages
Lec-8 Multicast PIM Designated Router
PDF
No ratings yet
Lec-8 Multicast PIM Designated Router
10 pages
Stateless Autoconfiguration For IPv6
PDF
No ratings yet
Stateless Autoconfiguration For IPv6
5 pages
SNMP
PDF
No ratings yet
SNMP
12 pages
Shortening of Ipv6
PDF
No ratings yet
Shortening of Ipv6
4 pages
IPv6 Address Types
PDF
No ratings yet
IPv6 Address Types
6 pages
IPv6 Solicited Node Multicast Address
PDF
No ratings yet
IPv6 Solicited Node Multicast Address
5 pages
Cisco Press - IS-IS Network Design Solutions
PDF
No ratings yet
Cisco Press - IS-IS Network Design Solutions
352 pages
Ipv6 Summarization Example
PDF
No ratings yet
Ipv6 Summarization Example
4 pages
Sonetsdh
PDF
No ratings yet
Sonetsdh
66 pages
PSTN
PDF
No ratings yet
PSTN
134 pages