thanks for the input,  I agree that the other approach is logically the same 
and perhaps simpler.  I did just now try the continue keyword, but no joy.

Patrick A. Baldwin (Alex)
Network Engineering
Colsa Corp., HOSC Contract
NASA , Marshall Space Flight Center
*Office: (256) 544-2089
ÊFax: (256) 544-8629
*E-mail: [email protected]<mailto:[email protected]>

From: Adam Booth [mailto:[email protected]]
Sent: Tuesday, November 30, 2010 5:58 PM
To: Baldwin, Patrick A.
Cc: [email protected]
Subject: Re: [OSL | CCIE_RS] Vol 1 LAB 34 route-map calling a prefix list 
question

Hi Patrick,

I'm not sure but I think you may need to include the "continue" function in 
your route-map?
route-map ospf-to-bgp permit 10
 match ipv6 address prefix-list deny-list
 continue 20
route-map ospf-to-bgp deny 20

ipv6 prefix-list deny-list seq 5 deny 2222:9:9:1000::9/128
ipv6 prefix-list deny-list seq 10 permit ::/0 le 128


Alternatively perhaps something like this does the same thing logically as what 
you were trying?
ipv6 prefix-list deny-list seq 5 permit 2222:9:9:1000::9/128

route-map ospf-to-bgp deny 10
 match ipv6 address prefix-list deny-list
route-map ospf-to-bgp permit 20


Cheers,
Adam


On Wed, Dec 1, 2010 at 9:21 AM, Baldwin, Patrick A. 
<[email protected]<mailto:[email protected]>> wrote:
So here is probably a dumb question, but I have stared at this until I am cross 
eyed and can't find why this is not working.  i.e. router still advertising 
2222:9:9:1000::9 even though it should be filtered by the route-map/prefix list 
?? ?  Yes I know it is easier to do this with a prefix-list option on the 
neighbor, but I was practicing doing things different ways.  Thanks in advance.

route-map ospf-to-bgp permit 10
match ipv6 address prefix-list deny-list
route-map ospf-to-bgp deny 20

ipv6 prefix-list deny-list seq 5 deny 2222:9:9:1000::9/128
ipv6 prefix-list deny-list seq 10 permit ::/0 le 128

router bgp 7077
no synchronization
bgp router-id 7.7.7.7
bgp log-neighbor-changes
neighbor 2000:75:75:75::5 remote-as 4029
neighbor 2222:8:8:1000::8 remote-as 7077
neighbor 2222:8:8:1000::8 update-source Loopback0
no auto-summary
!
address-family ipv6
  neighbor 2000:75:75:75::5 activate
  neighbor 2222:8:8:1000::8 activate
  network 2222:7:7:1000::7/128
  redistribute connected route-map l0
  redistribute ospf 2 route-map ospf-to-bgp
  no synchronization
exit-address-family

Patrick A. Baldwin (Alex)
Network Engineering
Colsa Corp., HOSC Contract
NASA , Marshall Space Flight Center
*Office: (256) 544-2089
ÊFax: (256) 544-8629
*E-mail: [email protected]<mailto:[email protected]>


_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com<http://www.ipexpert.com>

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to