IPv6 Static and Default Route Configuration on Cisco IOS

  • September 26, 2017
ipv6-static-route-ipcisco-2

IPv6 Static Route Configuration on Cisco IOS

As you know, static route is the route that you manually define on a router.This is done when we do not want to use Routing Protocols for small part of a network. Or, in large networks some small amout of routing is done via static routing. To define a static route, we will firstly write the prefix OR the network we will reach and then, the next hop to reach that network. In IPv4, we are writing static routes with IPv4 addresses. In IPv6, there is only one change. We will do this static routes with IPv6 addresses. Your destination network and next hop will be IPv6. As an example, let’s write a static route to 2001:ABC::/32 network through the interface ip 2001:ABC:1111:2222::1. And let’s use a manully defined administrative distance 50.
Router(config)# ipv6 route 2001:ABC::/32 2001:ABC:1111:2222::1 50
ipv6 static route Here, we have writen a static route to 2001:ABC::/32 network via next hop 2001:ABC:1111:2222::1 . And our static route has administartive distance value 50. [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 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 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
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

Cisco Systems is one of the important vendors in information technology and network field. Many network engineers work with Cisco...
What is NOS? A NOS (Network Operating System) is a special software that is designed for network equipment like router,...

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
Network engineers need practice on routers and switches. They use different emulators and simulators to gain hands on experience on...