<?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: ACCESS LIST ON HP PROCURVE 5304XL in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520482#M20316</link>
    <description>please test this config&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "120"&lt;BR /&gt;   deny ip 10.1.2.0 0.0.0.255 10.1.1.2 0.0.0.0&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;module 2 type J4878B&lt;BR /&gt;module 1 type J4907A&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "INTERNET"&lt;BR /&gt;   untagged A1,A3-A16,B1-B4&lt;BR /&gt;   ip address 10.1.0.2 255.255.255.0&lt;BR /&gt;   no untagged A2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 100&lt;BR /&gt;   name "HOSTEDSEV"&lt;BR /&gt;   ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 200&lt;BR /&gt;   name "OTS"&lt;BR /&gt;   untagged A2&lt;BR /&gt;   ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   ip access-group "120" in&lt;BR /&gt;   exit&lt;BR /&gt;vlan 300&lt;BR /&gt;   name "4_AFRI"&lt;BR /&gt;   ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 400&lt;BR /&gt;   name "ACCESS"&lt;BR /&gt;   ip address 10.1.4.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 500&lt;BR /&gt;   name "eZ_call"&lt;BR /&gt;   ip address 10.1.5.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.1.0.1&lt;BR /&gt;router rip&lt;BR /&gt;   exit&lt;BR /&gt;password manager&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Oct 2009 18:03:53 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2009-10-26T18:03:53Z</dc:date>
    <item>
      <title>ACCESS LIST ON HP PROCURVE 5304XL</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520478#M20312</link>
      <description>i just set up hp procurve 5304xl as a coreswitch and configure vlan and ip routing on it.There is one vlan for servers /hosted vlan/ and 5 others vlan,like vlan 100,200,300... what i want is , i want to restrict vlan 200 to access only two servers &lt;BR /&gt;from the servers/hosted vlan. &lt;BR /&gt;hosted vlan is 10.1.1.0/24 subnet &lt;BR /&gt;the other vlan are in 10.1.[2/3/4/5].0/24 subnet&lt;BR /&gt;so i created an access list like&lt;BR /&gt;ip accesslist exten 110&lt;BR /&gt;deny ip 10.1.4.0/24 10.1.1.4/24&lt;BR /&gt;deny ip 10.1.4.0/24 10.1.1.8/24&lt;BR /&gt;permit ip any any&lt;BR /&gt;exit &lt;BR /&gt;and apply this to hosted vlan&lt;BR /&gt;like&lt;BR /&gt;vlan 1 ip access-gr 110 in&lt;BR /&gt;&lt;BR /&gt;but it does not work what shall i do</description>
      <pubDate>Sat, 24 Oct 2009 05:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520478#M20312</guid>
      <dc:creator>Eskinder Mesfin</dc:creator>
      <dc:date>2009-10-24T05:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACCESS LIST ON HP PROCURVE 5304XL</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520479#M20313</link>
      <description>ip accesslist exten 110&lt;BR /&gt;deny ip 10.1.4.0/24 10.1.1.4/24&lt;BR /&gt;deny ip 10.1.4.0/24 10.1.1.8/24&lt;BR /&gt;permit ip any any&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;by this you denied 10.1.4.0/24 subnet from accessing 10.1.1.4 and 10.1.1.8 and access any other ip&lt;BR /&gt;&lt;BR /&gt;can you please tell me exactly what subnets you want to deny.&lt;BR /&gt;and please post your vlan configuration.&lt;BR /&gt;&lt;BR /&gt;"i want to restrict vlan 200 to access only two servers &lt;BR /&gt;from the servers/hosted vlan. "&lt;BR /&gt;&lt;BR /&gt;from this i understand that you want vlan 200 to only access 2 servers, is that right ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Oct 2009 10:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520479#M20313</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2009-10-24T10:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACCESS LIST ON HP PROCURVE 5304XL</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520480#M20314</link>
      <description>Here is my configurations attached and i want to restrict vlan 200 /10.1.2.0/24 subnet from accessing the server with ip address 10.1.1.2 and allow any other.PLz help me how i should protect these subnet from accessing that server.</description>
      <pubDate>Mon, 26 Oct 2009 05:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520480#M20314</guid>
      <dc:creator>Eskinder Mesfin</dc:creator>
      <dc:date>2009-10-26T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACCESS LIST ON HP PROCURVE 5304XL</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520481#M20315</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;ip access-list extended "110"&lt;BR /&gt;   exit&lt;BR /&gt;ip access-list extended "120"&lt;BR /&gt;   deny ip 10.1.2.1 0.0.0.255 10.1.1.2 0.0.0.0&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;vlan 100&lt;BR /&gt;   ip access-group "100" in&lt;BR /&gt;   exit&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;There is some mismatch here....&lt;BR /&gt;ACL-110 is empty&lt;BR /&gt;ACL-120 is not referred to (in attached config)&lt;BR /&gt;ACL-100 does not exist&lt;BR /&gt;&lt;BR /&gt;you may want to change &lt;BR /&gt;vlan 100&lt;BR /&gt;   ip access-group "100" in&lt;BR /&gt;to&lt;BR /&gt;vlan 100&lt;BR /&gt;   ip access-group "120" in&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pieter</description>
      <pubDate>Mon, 26 Oct 2009 14:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520481#M20315</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-10-26T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: ACCESS LIST ON HP PROCURVE 5304XL</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520482#M20316</link>
      <description>please test this config&lt;BR /&gt;&lt;BR /&gt;ip access-list extended "120"&lt;BR /&gt;   deny ip 10.1.2.0 0.0.0.255 10.1.1.2 0.0.0.0&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;module 2 type J4878B&lt;BR /&gt;module 1 type J4907A&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "INTERNET"&lt;BR /&gt;   untagged A1,A3-A16,B1-B4&lt;BR /&gt;   ip address 10.1.0.2 255.255.255.0&lt;BR /&gt;   no untagged A2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 100&lt;BR /&gt;   name "HOSTEDSEV"&lt;BR /&gt;   ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 200&lt;BR /&gt;   name "OTS"&lt;BR /&gt;   untagged A2&lt;BR /&gt;   ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   ip access-group "120" in&lt;BR /&gt;   exit&lt;BR /&gt;vlan 300&lt;BR /&gt;   name "4_AFRI"&lt;BR /&gt;   ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 400&lt;BR /&gt;   name "ACCESS"&lt;BR /&gt;   ip address 10.1.4.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;vlan 500&lt;BR /&gt;   name "eZ_call"&lt;BR /&gt;   ip address 10.1.5.1 255.255.255.0&lt;BR /&gt;   ip helper-address 10.1.1.4&lt;BR /&gt;   ip helper-address 10.1.0.1&lt;BR /&gt;   tagged A1,A14&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.1.0.1&lt;BR /&gt;router rip&lt;BR /&gt;   exit&lt;BR /&gt;password manager&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Oct 2009 18:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/access-list-on-hp-procurve-5304xl/m-p/4520482#M20316</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-10-26T18:03:53Z</dc:date>
    </item>
  </channel>
</rss>

