Saturday, January 17, 2009

Leak Map

The leakmap was introduced in IOS 12.3(14)T and it must be configured under the physical interface and NOT a subinterface. Configuring leakmap option allows us to advertise a component route (One or more specific networks of a summary route) that would otherwise be suppressed by the manual summarization.

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(config)#int F0/0
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: