Confused by route matching syntax

Hi there,

I am having trouble understanding a route map that is being used to redistribute bgp routes into OSPF. The routes are filtered through a route map: route-map BGP_TO_OSPF permit 10 match ip address 150

My problem is that the access list referenced contains a number of lines such as the following: access-list 150 permit ip 10.30.0.0 0.0.255.255 255.255.0.0

0.0.255.255 access-list 150 permit ip 10.65.100.0 0.0.7.255 any

The first line is ok, I think it means "allow all 10.30.x.x networks with a mask from /16 to /32". The second line confuses me. Can somebody please explain which routes it will match?

Thanks very much.

Reply to
anon6111
Loading thread data ...

10.65.96.0 - 10.65.103.255
Reply to
Trendkill

access-list 150 permit ip 10.65.100.0 0.0.7.255 any It means "allow all traffic form networks of 10.65.96.0~10.65.103.255 to any destination." ???? news: snipped-for-privacy@d30g2000prg.googlegroups.com...

Reply to
Klutz

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.