- When there are multiple routes to a destination, a route that has the "longest prefix" length is chosen.
E: 192.168.1.0 /27 via 10.1.1.1, serial1 <<<< this route will win
O: 192.168.1.0 /24 via 10.1.1.2, serial0 - When there are multiple routes to a destination and the prefix is equal between the routes, then the lowest administrative distance will be chosen.
- When there are multiple routes to a destination that have both the same prefix length and the same administrative distance, then the route with the lowest metric will be chosen.
- If the multiple routes have the same prefix length, same administrative distance, and the same metric, then the route will be equally load balanced.
Here are the Administrative Distances that should be memorized:
- Static routes using exit interface: 0
- Directly connected routes: 0
- Static routes with and next hop address: 1
- EIGRP Summary routes: 5
- External BGP: 20
- Internal EIGRP: 90
- IGRP: 100
- OSPF: 110
- External EIGRP: 170
- Internal BGP: 200
- Unknown networks 255
0 comments:
Post a Comment