The "COMMUNITY" attribute is being sent to this neighbor and it is being set to NO-EXPORT for any routes exept the ones which match ACL 101 via the logiic in route-map SetCommunity. NO-EXPORT means : don't advertise this route to any ohter AS's. The "HOST 255.255.0.0" in the destination of an extended ACL is a weird sort of "shorthand" meaning "only this aggrigate and not routes which are more spcecific".
Does anyone know the meaning of 10.0.0.0 0.255.255.255 0.0.0.0 0.0.0.0 ????? Anthony Pace ""Hunt Lee"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi group , > > I found the following Access-List from a router's config, what does it do? > Why is there a "host 255.255.0.0" at the end of the access-list statement? > > router bgp 3 > aggregate-address 172.16.0.0 255.255.0.0 > neighbor 192.168.10.1 send community > neighbor 192.168.10.1 route-map SetCommunity out > > access-list 101 permit ip 172.16.0.0 0.0.255.255 host 255.255.0.0 > access-list 101 permit ip 10.0.0.0 0.255.255.255 0.0.0.0 0.0.0.0 > > route-map SetCommunity permit 10 > match ip address 101 > > route-map SetCommunity permit 20 > set community no-export > > Thanx > Hunt Lee Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41127&t=41126 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

