From: Godswill Oletu (oletu@inbox.lv)
Date: Mon Nov 14 2005 - 01:38:13 GMT-3
Victor,
I do not see the similarity between both.
0.0.0.255 255.255.255.0
is saying that the last octet must be 255 in all cases for a match to occur.
But,
access-lsit 100 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
eq telnet
is the same as:
access-list 100 permit tcp any any eq telnet.
The router will even do the conversion for you.
HTH.
----- Original Message -----
From: "Victor Cappuccio" <cvictor@protokolgroup.com>
To: <ccielab@groupstudy.com>
Sent: Friday, November 04, 2005 7:34 PM
Subject: Access-list Question..
> Hello,
>
>
>
> I have this confusion with Acl, So in an access-list lets say
>
>
>
> ip access-list extended TEST
>
> permit tcp any 0.0.0.255 255.255.255.0 eq telnet
>
> permit tcp any 0.0.0.0 255.255.255.0 eq telnet
>
>
>
> Would be the same as
>
>
>
> ip access-list extended TEST
>
> permit tcp any any eq telnet
>
>
>
> ?
>
>
>
> Thanks for your replies
>
> Victor
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:06 GMT-3