Sunday, December 11, 2016

EIGRP Maximum Hops- Filtering Default Metric and Route-Map


Routes with a hop count of greater than 5 are considered invalid

R1#
router eigrp 100
metric maximum-hops 5


Default Metric
R2#
!
router eigrp 100

eigrp router-id 12.1.1.2
redistribute static
default-metric 100000 10 255 1 1500


Route-Map Filtering
R2#
route-map FILTER_ON_TAGS deny 10
match tag 4
!
route-map FILTER_ON_TAGS permit 20
!
router eigrp 100
distribute-list route-map FILTER_ON_TAGS in






No comments:

Post a Comment