Saturday 1 February 2020

Summarization with leak map


As summarization we know how to do. Now for suppose we want summarization as well as the particular one network under that summarization. Lets do this!!!

On BB2 we have the summarization lets leak the route 222.1.1.0/24 .

BB2#sh access-lists
Standard IP access list 1
    10 permit 222.1.1.0, wildcard bits 0.0.0.255 (1 match)
!
route-map hide permit 10
 match ip address 1
!
BB2#sh run | sec eigrp
 ip summary-address eigrp 100 222.1.0.0 255.255.248.0 5 leak-map hide
router eigrp 100
 network 0.0.0.0
 no auto-summary



R6#sh ip route | in 222.
D    222.1.1.0/24 [90/2302976] via 155.1.156.1, 00:17:20, FastEthernet0/0
D    222.1.0.0/21 [90/2302976] via 155.1.156.1, 00:17:07, FastEthernet0/0

No comments:

Post a Comment