Hi Guys,

I have tested  leak-map today and in a very basic test I was unable to
prevent sending one of loopback.I am thinking maybe prefix list can not be
useful for the prefix which is configured on the router.
In r3  lo1  ip address is 3.1.1.1/24. and I want to prevent it to be
announced via below config



Router#sh run | s eigrp
router eigrp 100
 network 3.0.0.0
 network 10.0.0.0
 no auto-summary
 eigrp stub connected leak-map test11
Router#sh run | s  route-map
route-map stub deny 10
 match ip address prefix-list stub
route-map stub permit 20
route-map test permit 10
 match ip address prefix-list stub
route-map test11 deny 10
 match ip address prefix-list stub
route-map test11 permit 20
route-map test1 permit 10
Router#sh run | i prefix
ip prefix-list stub seq 5 permit 3.1.1.0/24
ip prefix-list stub seq 10 permit 3.1.2.0/24


Router#sh ip pre
Router#sh ip prefix-list
ip prefix-list srub: 0 entries
ip prefix-list stub: 2 entries
   seq 5 permit 3.1.1.0/24
   seq 10 permit 3.1.2.0/24
Router#
Router#sh ip int bri
Router#sh ip int brief
Interface                  IP-Address      OK? Method Status
Protocol
FastEthernet0/0            10.1.1.3        YES manual up
up
Serial0/0                  unassigned      YES unset  administratively down
down
FastEthernet0/1            unassigned      YES unset  administratively down
down
Serial0/1                  192.168.1.3     YES manual up
up
Loopback1                  3.1.1.1         YES manual up
up
Loopback2                  3.2.2.2         YES manual up
up
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to