There are three rules to remember:
- If the leakmap is configured to reference a routemap that does not exist, only the summary route is advertised and the more specific routes are suppressed.
- If the leakmap is configured to reference a routemap and the routemap is referencing an accesslist that does NOT exist, then the summary route plus all the specific routes are advertised.
- If the leakmap is configured to reference a routemap and the routemap matches on an accesslist, all the permitted networks by the accesslist will be advertised along with the summary route.
R2(configif)#ip summary-address eigrp 100 2.2.4.0 255.255.252.0 leakmap TEST21
R2(config)#routemap TEST21 permit 10
R2(configroutemap)#match ip addr 99
R2(configroutemap)#exit

No comments:
Post a Comment