I think your problem is in tour route-map configuration, you are pointing to a named ACL called TASK912p that does not exists. Try to change your route-map to "match ip adress prefix-list TASK912p"
On Sat, Sep 4, 2010 at 11:13 PM, Netman <[email protected]> wrote: > I am trying to solve with an alternate method. > > I cannot get the prefix-list version to work: > > In my config snippet, one route-map uses an ACL on R7's Fa 0/0 and fa 0/1 > and the other uses an IP prefix-list on r7s, link to R8. > > The task really just wants you to use a leak-map to R8 but I wanted to just > test simultaneously so i was messing around with fa0/0-1. > > > the taks basically say to send a summary-address of 172.29.16.0/22 with a > leak map to R8 for 172.29.18.0/24. The solution uses something akin to > my config below for fa 0/0 and fa0/1, but I wanted to use a prefix-list on > r7's ser 0/0/0. it did not work out the way I wanted. I thought I would > ask to see if someone could help me figure this out. > > > thanks, NETMAN > > =====cli snippet========= > > ! > > interface Loopback0 > > ip address 200.0.0.7 255.255.255.255 > > ! > > interface Loopback17 > > ip address 172.29.17.7 255.255.255.0 > > ! > > interface Loopback18 > > ip address 172.29.18.7 255.255.255.0 > > ! > > interface Loopback19 > > ip address 172.29.19.7 255.255.255.0 > > ! > > interface FastEthernet0/0 > > ip address 150.100.220.7 255.255.255.0 > > ip summary-address eigrp 1001 172.29.16.0 255.255.252.0 5 leak-map task912 > > duplex auto > > speed auto > > ! > > interface FastEthernet0/1 > > ip address 150.100.221.7 255.255.255.0 > > ip summary-address eigrp 1001 172.29.16.0 255.255.252.0 5 leak-map task912 > > duplex auto > > speed auto > > ! > > interface Serial0/0/0 > > bandwidth 128 > > ip address 150.100.78.7 255.255.255.0 > > ip authentication mode eigrp 1001 md5 > > ip authentication key-chain eigrp 1001 MD5-KEY > > ip summary-address eigrp 1001 172.29.16.0 255.255.252.0 5 leak-map > TASK912P > > no fair-queue > > ! > > router eigrp 1001 > > redistribute connected > > passive-interface default > > no passive-interface FastEthernet0/0 > > no passive-interface FastEthernet0/1 > > no passive-interface Serial0/0/0 > > network 150.100.78.7 0.0.0.0 > > network 150.100.220.7 0.0.0.0 > > network 150.100.221.7 0.0.0.0 > > no auto-summary > > ! > > ip forward-protocol nd > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ip access-list standard task912 > > permit 172.29.18.0 0.0.0.255 > > ! > > ! > > ip prefix-list TASK912p seq 5 permit 172.29.18.0/24 > > ! > > ! > > ! > > ! > > ! > > route-map TASK912P permit 10 > > match ip address TASK912p > > ! > > ! > > ! > > control-plane > > ! > > > > R8#sho ip route eigrp > > 100.0.0.0/24 is subnetted, 2 subnets > > D EX 100.100.100.0 [170/21063680] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > 200.0.0.0/32 is subnetted, 6 subnets > > D EX 200.0.0.1 [170/21157120] via 150.100.78.7, 00:18:16, Serial0/0/0 > > D 200.0.0.2 [90/21154560] via 150.100.78.7, 00:18:16, Serial0/0/0 > > D EX 200.0.0.5 [170/20642560] via 150.100.78.7, 00:18:16, Serial0/0/0 > > D EX 200.0.0.6 [170/41666560] via 150.100.78.7, 00:18:16, Serial0/0/0 > > D EX 200.0.0.7 [170/20640000] via 150.100.78.7, 00:18:16, Serial0/0/0 > > 172.29.0.0/16 is variably subnetted, 4 subnets, 2 masks > > D EX 172.29.17.0/24 [170/20640000] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > D 172.29.16.0/22 [90/20640000] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > D EX 172.29.19.0/24 [170/20640000] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > D EX 172.29.18.0/24 [170/20640000] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > 150.100.0.0/16 is variably subnetted, 10 subnets, 2 masks > > D 150.100.220.0/24 [90/20514560] via 150.100.78.7, 00:18:16, > Serial0/0/0 > > D 150.100.221.0/24 [90/20514560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.100.0/24 [90/41026560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.69.0/24 [90/42050560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.25.2/32 [90/21026560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.24.0/24 [90/41538560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.25.0/24 [90/21026560] via 150.100.78.7, 00:18:17, > Serial0/0/0 > > D 150.100.12.0/24 [90/21029120] via 150.100.78.7, 00:18:19, > Serial0/0/0 > > R8# > > > R1#sho ip rout eigrp > > 100.0.0.0/24 is subnetted, 2 subnets > > D 100.100.200.0 > > [90/21031680] via 150.100.12.2, 00:20:28, FastEthernet0/0 > > 200.0.0.0/32 is subnetted, 6 subnets > > D EX 200.0.0.8 [170/21157120] via 150.100.12.2, 00:20:28, > FastEthernet0/0 > > D 200.0.0.2 [90/156160] via 150.100.12.2, 03:49:32, FastEthernet0/0 > > D EX 200.0.0.5 [170/20642560] via 150.100.12.2, 03:45:55, > FastEthernet0/0 > > D EX 200.0.0.6 [170/40642560] via 150.100.12.2, 03:09:24, > FastEthernet0/0 > > D EX 200.0.0.7 [170/20645120] via 150.100.12.2, 00:21:02, > FastEthernet0/0 > > 172.29.0.0/16 is variably subnetted, 2 subnets, 2 masks > > D 172.29.16.0/22 > > [90/20645120] via 150.100.12.2, 00:21:02, FastEthernet0/0 > > D EX 172.29.18.0/24 > > [170/20645120] via 150.100.12.2, 00:21:02, FastEthernet0/0 > > 150.100.0.0/16 is variably subnetted, 10 subnets, 2 masks > > D 150.100.220.0/24 > > [90/20517120] via 150.100.12.2, 03:49:32, FastEthernet0/0 > > D 150.100.221.0/24 > > [90/20517120] via 150.100.12.2, 03:49:33, FastEthernet0/0 > > D 150.100.100.0/24 > > [90/40514560] via 150.100.12.2, 03:09:57, FastEthernet0/0 > > --More-- > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
