cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
507
Views
0
Helpful
2
Replies

route selection in static route

Dear Experts

         As we know, administrative distance for static route with next hop have 1 & with exit interface 0.

        If we create static route for same destination with next hop & exit interface, According administartive distance the route with exit interface should be selected , but router select both routes & do load balancing . Kindly Explain why it happens.

Thanks in Advance

Suryakant.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Suryakant

As we know, administrative distance for static route with next hop have 1 & with exit interface 0.

This has been discussed a few times before. There are documents and books that make the same statment but unfortunately it is not true. Any statically entered route will always have an AD of 1. Only a directly connected interface has an AD of 0 and using the exiting interface as the next-hop does not make it directly connected.

As i say there are docs etc. that say the opposite but as you can see from your own test they are wrong.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Suryakant

As we know, administrative distance for static route with next hop have 1 & with exit interface 0.

This has been discussed a few times before. There are documents and books that make the same statment but unfortunately it is not true. Any statically entered route will always have an AD of 1. Only a directly connected interface has an AD of 0 and using the exiting interface as the next-hop does not make it directly connected.

As i say there are docs etc. that say the opposite but as you can see from your own test they are wrong.

Jon

Hi Jon,

         Thanks For Quick reply

        Actually I read that from TCP-IP Volume I by Jeff Doyle , After that i implement it in GNS & i found it incorrect thats why for confirmation I ask this.

suryakant