Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Metrics on routes, what are they?

Status
Not open for further replies.

TDMorIP

Programmer
Mar 6, 2008
266
US
ive been working with Extreme for a while and have setup lots of static routes but why would one add a metric within the route?
 
routing decisions are made in this order:
1) longest prefix
2) smallest administrative distance
3) smallest metric

you can use the metric to give preference to one route over another (assuming #1 and #2 are both equal). one way it is commonly used is for floating static routes.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top