What is Static Route

What is static Route ?
  • We need to configure for every network manually
  • AD value is 1 for cisco devices. You can change the AD manually for each network manually
  • Static route is highly preferred than other routing protocols, as its AD value is low.
Static Route Configuration
  • Router-1(config)#ip route <Network-IP> <Subnet Mask> <Next-hop IP / Exit Interface> <AD Value>
    • ip route <Network-IP> <Subnet Mask> <Next-hop IP / Exit Interface>
      • Network –IP – Network’s Subnet ID to be mention
      • Subnet mask – Subnet mask of the Network Segment
      • Next-hop IP / Exit Interface – In which interface packets are to be transmitted for the network segment.
      • AD value - if you want to change.
That's it about static route
You can also look into my Videos:
Static Route || [ENGLISH]
Static Route || [TAMIL]

If you have any questions, kindly comment below.

Post a Comment