Jump to content

routing tables

Go to solution Solved by Lurick,

Yes, each routing protocol has a different administrative distance. For example the default AD for EIGRP is 90, you can also change the AD of a protocol to something higher or lower. The second number is a metric, not hop count. RIP uses hop count as it's metric but EIGRP, OSPF, and others use a formula to calculate their metric.

hi guys if we take this example D 10.1.1.1/24 [90/123456] ........ (i know it's not finished but i just need to understand what's between []) 

and also we got                        C 10.1.1.1/24 [120/2]                      

well guys the first number between []  and what's it's use also i don't get the first letters also what are they used for ? 

Link to comment
https://linustechtips.com/topic/683188-routing-tables/
Share on other sites

Link to post
Share on other sites

The number is the administrative distance, it tells the router which route to install and the lower the number the more preferable it is. The second number is the routing metric so if two routes tie on administrative distance then the metric is used to determine which is the better route to install.

 

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2

Current Network Layout:

Current Build Log/PC:

Storage Server Setup:

 

Prior Build Log/PC:

Link to comment
https://linustechtips.com/topic/683188-routing-tables/#findComment-8779125
Share on other sites

Link to post
Share on other sites

2 hours ago, Lurick said:

The number is the administrative distance, it tells the router which route to install and the lower the number the more preferable it is. The second number is the routing metric so if two routes tie on administrative distance then the metric is used to determine which is the better route to install.

 

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2

thanks but sometimes the first number referse to protocols like it's said here 

 also the secound number sometimes is writen with a number like 123456 that's a hell of a big number i don't think this is a normal use that's why i ask cause we jump from 2 routers away to millions , is this normal ? or just for the sack of the example ? or possible but highly unlikely ?

Link to comment
https://linustechtips.com/topic/683188-routing-tables/#findComment-8779620
Share on other sites

Link to post
Share on other sites

Yes, each routing protocol has a different administrative distance. For example the default AD for EIGRP is 90, you can also change the AD of a protocol to something higher or lower. The second number is a metric, not hop count. RIP uses hop count as it's metric but EIGRP, OSPF, and others use a formula to calculate their metric.

Current Network Layout:

Current Build Log/PC:

Storage Server Setup:

 

Prior Build Log/PC:

Link to comment
https://linustechtips.com/topic/683188-routing-tables/#findComment-8779693
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×