<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help wih ACL and VLAN in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851545#M9018</link>
    <description>Hi Mohieddin,&lt;BR /&gt;&lt;BR /&gt;I will try this tomorrow, when I will be back on the office.&lt;BR /&gt;I will report the result here.&lt;BR /&gt;&lt;BR /&gt;Thanx for help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Alen</description>
    <pubDate>Mon, 28 Aug 2006 15:20:43 GMT</pubDate>
    <dc:creator>Alen Ahja</dc:creator>
    <dc:date>2006-08-28T15:20:43Z</dc:date>
    <item>
      <title>Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851537#M9010</link>
      <description>Hi @ all,&lt;BR /&gt;&lt;BR /&gt;We have at a side a 5300xl Switch with 5 VLAN.&lt;BR /&gt;On of them is the R&amp;amp;D VLAN (VLAN ID=1303).&lt;BR /&gt;We want now that only one host of this VLAN can send eMails to one other host. &lt;BR /&gt;Then all other VLANs must have access to this VLAN.&lt;BR /&gt;&lt;BR /&gt;We get the follwing ACL:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "100" &lt;BR /&gt;   permit tcp 192.168.116.182 0.0.0.0 192.170.171.12 0.0.0.0 eq 25 &lt;BR /&gt;   deny ip 192.168.116.0 0.0.0.255 0.0.0.0 255.255.255.255 log &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;ip access-list extended "101" &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 192.168.116.0 0.0.0.255 &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;In the specific VLAN (R&amp;amp;D) we entered:&lt;BR /&gt;&lt;BR /&gt;   ip access-group "100" in&lt;BR /&gt;   ip access-group "101" out&lt;BR /&gt;&lt;BR /&gt;The effect is that only the one host can send eMails but all other have no contact to this VLAN.&lt;BR /&gt;&lt;BR /&gt;How can we resolve it?&lt;BR /&gt;&lt;BR /&gt;Thanx for help.&lt;BR /&gt;&lt;BR /&gt;Kind Regards &lt;BR /&gt;&lt;BR /&gt;Alen&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2006 08:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851537#M9010</guid>
      <dc:creator>Alen Ahja</dc:creator>
      <dc:date>2006-08-28T08:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851538#M9011</link>
      <description>What I believe you need is the 'established' keyword on your 101 ACL. Unfortunately the 5300 does not support this command. The newer products like the 5400/3500 do however. &lt;BR /&gt;&lt;BR /&gt;At the moment a packet comes in from another VLAN and passes the 101 ACL, it is the return traffic that has to pass ACL 100 that gets denied. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2006 11:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851538#M9011</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-08-28T11:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851539#M9012</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I believe what you did in ACL 100, permit host to host emails, then deny this vlan other traffic, and i think thats enough for this vlan, so why don;t you allow other traffic by adding : "permit ip any any" to end of this ACL100.&lt;BR /&gt;Otherwise, no need for the last line: deny ip 192.168.116.0 0.0.0.255 any , because ACLs end with explicit deny, so even if your ACL100 like this &lt;BR /&gt;&lt;BR /&gt;  Hi @ all,&lt;BR /&gt;&lt;BR /&gt;We have at a side a 5300xl Switch with 5 VLAN.&lt;BR /&gt;On of them is the R&amp;amp;D VLAN (VLAN ID=1303).&lt;BR /&gt;We want now that only one host of this VLAN can send eMails to one other host.&lt;BR /&gt;Then all other VLANs must have access to this VLAN.&lt;BR /&gt;&lt;BR /&gt;We get the follwing ACL:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "100" permit tcp 192.168.116.182 0.0.0.0 192.170.171.12 0.0.0.0 eq 25 &lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;It will work with you like its working now.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Mon, 28 Aug 2006 12:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851539#M9012</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-28T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851540#M9013</link>
      <description>Hi Mohieddin,&lt;BR /&gt;&lt;BR /&gt;did you mean this config?:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "100" &lt;BR /&gt;permit tcp 192.168.116.182 0.0.0.0 192.170.171.12 0.0.0.0 eq 25 &lt;BR /&gt;permit ip any any&lt;BR /&gt;exit &lt;BR /&gt;&lt;BR /&gt;We don't want that the hosts in the VLAN 1303 will have access to other VLAN. Only this one host must have it.&lt;BR /&gt;&lt;BR /&gt;But all the othe other VLANS must have access to this VLAN (1303).&lt;BR /&gt;&lt;BR /&gt;Alen</description>
      <pubDate>Mon, 28 Aug 2006 12:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851540#M9013</guid>
      <dc:creator>Alen Ahja</dc:creator>
      <dc:date>2006-08-28T12:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851541#M9014</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;so you think there won't be a solution for our scenario?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;&lt;BR /&gt;Alen</description>
      <pubDate>Mon, 28 Aug 2006 12:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851541#M9014</guid>
      <dc:creator>Alen Ahja</dc:creator>
      <dc:date>2006-08-28T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851542#M9015</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;No at all, i didn;t say that man :)&lt;BR /&gt;What i said is: i believe you need just to add permit ip any any.&lt;BR /&gt;OR&lt;BR /&gt;if you want to keep your configuration, then delete deny, because it follows by deny ip any any at anyway.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Mon, 28 Aug 2006 12:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851542#M9015</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-28T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851543#M9016</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Can you try this:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "100"&lt;BR /&gt;permit tcp 192.168.116.182 0.0.0.0 192.170.171.12 0.0.0.0 eq 25&lt;BR /&gt;deny ip 192.168.116.0 0.0.0.255 0.0.0.0 255.255.255.255 log&lt;BR /&gt;permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255&lt;BR /&gt;exit &lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Mon, 28 Aug 2006 12:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851543#M9016</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-28T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851544#M9017</link>
      <description>I believe that what I said is accurate, as you have stated:&lt;BR /&gt;&lt;BR /&gt;"We don't want that the hosts in the VLAN 1303 will have access to other VLAN. Only this one host must have it.&lt;BR /&gt;&lt;BR /&gt;But all the other VLANS must have access to this VLAN (1303)."&lt;BR /&gt;&lt;BR /&gt;For this type of scenario you need the 'established' option. &lt;BR /&gt;&lt;BR /&gt;'reflexive' ACL's are even more powerful.&lt;BR /&gt;&lt;BR /&gt;This article below has helped me understand ACL's a little better, I think it's worthwhile reading:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.informit.com/articles/article.asp?p=376258&amp;amp;seqNum=1&amp;amp;rl=1" target="_blank"&gt;http://www.informit.com/articles/article.asp?p=376258&amp;amp;seqNum=1&amp;amp;rl=1&lt;/A&gt;</description>
      <pubDate>Mon, 28 Aug 2006 12:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851544#M9017</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2006-08-28T12:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851545#M9018</link>
      <description>Hi Mohieddin,&lt;BR /&gt;&lt;BR /&gt;I will try this tomorrow, when I will be back on the office.&lt;BR /&gt;I will report the result here.&lt;BR /&gt;&lt;BR /&gt;Thanx for help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Alen</description>
      <pubDate>Mon, 28 Aug 2006 15:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851545#M9018</guid>
      <dc:creator>Alen Ahja</dc:creator>
      <dc:date>2006-08-28T15:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851546#M9019</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I tested it which the config which you send me:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "100" &lt;BR /&gt;   permit tcp 192.168.116.182 0.0.0.0 192.170.171.12 0.0.0.0 eq 25 &lt;BR /&gt;   deny ip 192.168.116.0 0.0.0.255 0.0.0.0 255.255.255.255 log &lt;BR /&gt;   permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 &lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;The Result is, that I can send eMails from the host but I don't have any access from the other VLAN into this.&lt;BR /&gt;&lt;BR /&gt;Alen&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2006 02:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851546#M9019</guid>
      <dc:creator>Alen Ahja</dc:creator>
      <dc:date>2006-08-29T02:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help wih ACL and VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851547#M9020</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Would you attach the config of your switch.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Wed, 30 Aug 2006 05:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/need-help-wih-acl-and-vlan/m-p/3851547#M9020</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2006-08-30T05:21:53Z</dc:date>
    </item>
  </channel>
</rss>

