IPv6 Static Routes (On Juniper Routers)

  • June 20, 2012
Juniper-Static-Routing-Example
On Juniper routers to create a static route for IPv6 we use “routing-options” hierarchy as IPv4. But this time after this hierarchy, we go under another hierarchy, “ rib inet6.0”. The below example will be a basic example of configuring IPv6 static routes on Juniper routers.
As you see we have three routers again, and two networks. To ınform the edge routers about the other edge network, we will use static routes again, but this time with Ipv6 and on Juniper routers. With the below commands, set the interfaces Ipv6 addresses. For Junos1 Router:
[edit interfaces em0 unit 0 family inet6]
root# set address 2001:200:20:1::1/64
For Junos 2 Router:
[edit interfaces em0 unit 0 family inet6]
root# set address 2001:200:20:1::2/64
[edit interfaces em0 unit 0 family inet6][edit interfaces em1 unit 0 family inet6]
root# set address 2001:200:30:2::2/64
For Junos 3 Router:
[edit interfaces em0 unit 0 family inet6]
root# set address 2001:200:30:2::1/64
After committing these changes, it is time to add static routes and commit: For Junos 1 Router:
[edit routing-options rib inet6.0]
root# set static route 2001:200:30:2::1/128 next-hop 2001:200:20:1::2
[edit routing-options rib inet6.0]
root# commit
[sc name=”ContentRMessage”] Other Static Routing Lessons on Other Vendors IPv4 Static Route Configuration on Cisco IPv6 Static Route Configuration on Cisco IPv6 Default Route Configuration on Cisco IPv4 Static Route Configuration on Juniper IPv6 Static Route Configuration on Juniper IPv6 Static Route Configuration on Juniper IPv4 Static Route Configuration on Nokia IPv4 Default and Floating Route Configuration on Nokia St Route Configuratioatic Route on Huawei and Load Balancing IPv4 Default and Floating Route Configuration on Huawei You can find the other IPv6 articles below… IPv6 IPv6 – Part 1 (IPv6 and IPv6 Addresses) IPv6 – Part 2 (What does IPv6 bring?) IPv6 – Part 3 (Address Types in IPv6) IPv6 – Part 4 (Subnetting IPv6) IPv6 Static Route Configuration Examples… IPv6 Static Route Configuration on Cisco IPv6 Static Route Configuration on Juniper IPv6 Routing Protocols… IPv6 Routing Protocols – Part 1 IPv6 Routing Protocols – Part 2 (OSPFv3) IPv6 Routing Protocols – Part 3 (EIGRP for IPv6) IPv6 Routing Protocols – Part 4 (RIPng) IPv6 Routing Protocols – Part 5 (ISIS for IPv6) IPv6 Routing Protocols CONFIGURATIONs..! Static/Default Route Configuration Example On Cisco IOS OSPFv3 Configuration Example On Cisco IOS EIGRP for IPv6 Configuration Example On Cisco IOS RIPng Configuration Example On Cisco IOS ISIS for IPv6 Configuration Example On Cisco IOS IPv4 and IPv6 Headers… IPv4 and IPv6 Headers

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Networking Certifications has served as a stepping stone for those seeking to advance their careers in Networking, h they are...
What is Segment Routing? Network technology is developing day by day. With this development many Technologies are coming to our...
VPN Types   VPN (Virtual Private Network) is a technology that provides a secure connection to a private network  over...
What is a BGP Confederation?   BGP Confederations is an another mechanism to avoid iBGP Full Mesh topology like Route...