06-09-2008 07:51 AM - edited 02-20-2020 09:40 PM
Hi All,
Can anyone help me to understand the below access-list
access-list zzz permit ip host yy.xx.224.0 host 255.255.252.0
Thanks
Regards
Anantha Subramanian Natarajan
06-10-2008 07:11 AM
Hi,
This acl is mis-configured because it is trying to allow traffic from the host yy.xx.224.0 (a network address) to 255.255.252.0 which is an invalid address.
So I suspect that your acl is a typo. Do you mean
access-list zzz permit ip yy.xx.224.0 255.255.252.0 any?
In which case, you are saying allow IP traffic from the address range yy.xx.224.1 - yy.xx.227.254 to any destination.
HTH
06-10-2008 07:17 AM
Hi Ceidh,
Thanks for the response ....Actually ,I found out from other experts that when this access-list been used with BGP,the access-list seems make sense.Kindly refer below the link
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00801310cb.shtml#acclists
Regards
Anantha Subramanian Natarajan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide