08-28-2005 10:08 PM - edited 03-03-2019 10:22 AM
hi,
kindly guide me the meaning for this :
access-list 90 permit 0.0.0.0
access-list 90 deny any
Regards,
08-28-2005 10:35 PM
Gaurav,
Generally we use 0.0.0.0 is allow all IP packets. The the statement at the last will deny the all traffic from any source which is not the IP traffic for example IPX trafic any any other.
regards,
-amit singh
08-29-2005 01:06 AM
Hi Amit,
Access-list 1-99 belongs to "IP standard access list" it won't look other traffics other than ip.
Am i correct?
Regards,
KANNAN.S.T.
08-28-2005 10:39 PM
Hi Gauravm,
The statements represents standard access lists. But these statements ara not complete. You have not defined any wild card mask.
Following link will help you understanding the access lists, their syntax and how these can be used:
Regards
Sushil
08-28-2005 10:47 PM
thanks for the reply.
Actually this has been used with distribute list as:
distribute-list 1 out s0/0
access-list 1 permit 0.0.0.0
access-list 1 deny any.
couldnt make out..kindly help ..
08-29-2005 01:02 AM
Hi,
In standard access-list
any means 0.0.0.0 255.255.255.255.
Also if you are not mention any wildcard mask, 0.0.0.0 is assumed to be the mask.
I think in your ACE, you should mention 0.0.0.0 255.255.255.255.
I think i will some idea.
Regards,
KANNAN.S.T.
08-29-2005 12:57 AM
Hi,
With standard access lists, if you omit the mask from an associated IP host address ACL specification, 0.0.0.0 is assumed to be the mask.
Regards,
KANNAN.S.T.
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