RE: about access-list location?

From: Richard Kullmann (rkullmann_at_universal-associates.com)
Date: 06/24/03

  • Next message: chort: "RE: suggestions on a good firewall"
    To: <security-basics@securityfocus.com>
    Date: Mon, 23 Jun 2003 16:05:19 -0700
    
    

    What do you mean by "why I should like this"?

    A "Standard" IP access list on a Cisco router filters traffic based only on
    the source IP address in the packet.

    An "Extended" IP access list on a Cisco route allows you to filter traffic
    based on both the source and destination IP addresses as well as the value
    of the protocol filed in the IP header and also based on additional
    information such as L4 source and destination ports, control field
    information (syn, ack), message types (echo, echo-reply, ttl-exceeded, etc).

    For example look at the two following access-list conditions:

    access-list 1 deny 172.16.32.0 0.0.0.255

    access-list 101 deny tcp 172.16.32.0 0.0.0.255 host 192.168.1.2 eq telnet

    The first condition (ACL 1) blocks all traffic originating on subnetwork
    172.16.32.0. If you place this condition on the router that connects to
    172.16.32.0 you will stop that traffic from getting anywhere. You would
    need to place this condition close to the destination so that traffic would
    be allowed anywhere between the source and the destination you are blocking
    it from.

    The second condition (ACL 2) only blocks traffic that is attempting to
    telnet from subnetwork 172.16.32.0 to host 192.168.1.2. If you place this
    close to the destination (192.168.1.2), the packets traverse the network
    until they get close to the destination and then they get blocked. If you
    place this close to the source (172.16.32.0), the traffic gets blocked only
    if it is attempting to telnet to specific host 192.168.1.2 and it doesn't
    waste bandwidth traversing the network.

    I hope this helps.

    Richard Kullmann

    -----Original Message-----
    From: SB CH [mailto:chulmin2@hotmail.com]
    Sent: Sunday, June 22, 2003 8:51 AM
    To: security-basics@securityfocus.com
    Subject: about access-list location?

    Hello.

    I have a question about the "access-list" of the cisco.

     some say,
     extended access list is located near source and
     standard access list is located near destination.

     I have no idea why I should like this.

     Thanks in advance.

    _________________________________________________________________
    º¸´Ù ºü¸£°í º¸±â ÆíÇÑ ´º½º. ¿À´ÃÀÇ È­Á¦´Â MSN ´º½º¿¡¼­ È®ÀÎÇϼ¼¿ä.
    http://www.msn.co.kr/news/

    ---------------------------------------------------------------------------
    Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts!
    The Gartner Group just put Neoteris in the top of its Magic Quadrant,
    while InStat has confirmed Neoteris as the leader in marketshare.

    Find out why, and see how you can get plug-n-play secure remote access in
    about an hour, with no client, server changes, or ongoing maintenance.

    Visit us at: http://www.neoteris.com/promos/sf-6-9.htm
    ----------------------------------------------------------------------------

    ---------------------------------------------------------------------------
    Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts!
    The Gartner Group just put Neoteris in the top of its Magic Quadrant,
    while InStat has confirmed Neoteris as the leader in marketshare.
         
    Find out why, and see how you can get plug-n-play secure remote access in
    about an hour, with no client, server changes, or ongoing maintenance.
              
    Visit us at: http://www.neoteris.com/promos/sf-6-9.htm
    ----------------------------------------------------------------------------


  • Next message: chort: "RE: suggestions on a good firewall"

    Relevant Pages

    • about access-list location?
      ... I have a question about the "access-list" of the cisco. ... standard access list is located near destination. ... Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts! ... The Gartner Group just put Neoteris in the top of its Magic Quadrant, ...
      (Security-Basics)
    • Re: AW: AW: security-basics Digest 18 Jun 2003 22:09:15 -0000 Issue 6 18
      ... is if you had both mac addresses memorized, and if you do check your arp ... traceroutes from either the source or the destination host to its ... belongs to dst host after keeping a copy of the packet for yourself. ... The Gartner Group just put Neoteris in the top of its Magic Quadrant, ...
      (Security-Basics)
    • Re: bandwidth monitoring based on destination IP address
      ... OK> destination IP - ideally I would have liked to use MRTG (free, ... As far as I'm familiar with Cisco, ... difficult at all to write your own listener, say, in Perl. ...
      (Security-Basics)
    • RE: bandwidth monitoring based on destination IP address
      ... From what I can tell Netflow will not work with the Cisco PIX or a Cisco ... Catalyst switch. ... bandwidth monitoring based on destination IP address ...
      (Security-Basics)
    • Re: Generell Routing / VPN
      ... der Cisco bzw. der DSL-Router ist eure einzige Verbindung nach ... DSL Router auf den CISCO kommen, ... Wenn er für Destination X eine Route in den IPSec-Tunnel ...
      (de.comp.security.firewall)