Tagging External Routes in EIGRP
EIGRP allows you to tag external routes. That is, any route redistributed into EIGRP can be tagged with a numeric descriptor from 0 to 4294967295.
ROUTE Notes - More IGP Redistribution
As always, feel free to correct.
Study Notes
- When a router redistributes from one routing protocol to another, where does the router get the list of routes to redistribute?
From the routing table. Only IGP A’s routes (not topology or successors) are redistributed into IGP B’s domain.
- What are two methods of filtering redistributed routes?
Use a route-map in the redistribute line or a distribute-list.
- Of the two methods for filtering, which one has more options?
The route-map method has more options. You can match on all sorts of stuff, including an ACL or interface, and filter based on that.