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=41126&t=41126
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to