<?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: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25 in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359585#M17458</link>
    <description>HI, but with this configuration i m not able to block anything every thing is open&lt;BR /&gt;like 10.2.1.100 is open for everyting&lt;BR /&gt; an not just for 25 &amp;amp; 110.</description>
    <pubDate>Sat, 21 Feb 2009 07:52:43 GMT</pubDate>
    <dc:creator>Alok-Gupta</dc:creator>
    <dc:date>2009-02-21T07:52:43Z</dc:date>
    <item>
      <title>Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359580#M17453</link>
      <description>Hi attached is the configuration file now how can we block vlan50 from accessing all vlan except vlan1 but even in vlan1 one i want to allow only one ip for for full access which is gateway so that it can go out and one ip with specific port 110 and 25.&lt;BR /&gt;&lt;BR /&gt;in brief i want to allow two ip for specific port in vlan1&lt;BR /&gt;&lt;BR /&gt;one for smtp and pop3 (10.2.1.100)&lt;BR /&gt;and second for internet (10.2.1.1 &amp;amp; 10.2.1.2)</description>
      <pubDate>Mon, 16 Feb 2009 17:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359580#M17453</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-02-16T17:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359581#M17454</link>
      <description>you can use acl &lt;BR /&gt;create acl role and asign vlan 50 interface (out)&lt;BR /&gt;&lt;BR /&gt;ip access-list standard "10"&lt;BR /&gt;   permit 10.2.1.100 255.255.255.0&lt;BR /&gt;   permit 10.2.1.1 255.255.255.0&lt;BR /&gt;   permit 10.2.1.2 255.255.255.0&lt;BR /&gt;   deny 10.2.1.0 255.255.255.0&lt;BR /&gt;   deny 10.2.10.0 255.255.255.0&lt;BR /&gt;   deny 10.2.20.0 255.255.255.0&lt;BR /&gt;   deny 10.2.30.0 255.255.255.0&lt;BR /&gt;   deny 10.2.40.0 255.255.255.0&lt;BR /&gt;   permit 0.0.0.0 255.255.255.25</description>
      <pubDate>Mon, 16 Feb 2009 20:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359581#M17454</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-02-16T20:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359582#M17455</link>
      <description>copy and paste this config on your switch and make test &lt;BR /&gt;&lt;BR /&gt;my advice ;update your switch last version &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;; J8697A Configuration Editor; Created on release #K.12.16&lt;BR /&gt;&lt;BR /&gt;hostname "5406zl" &lt;BR /&gt;snmp-server contact "&lt;BLANK&gt;" &lt;BR /&gt;snmp-server location "Server Room" &lt;BR /&gt;time timezone -8 &lt;BR /&gt;time daylight-time-rule Continental-US-and-Canada &lt;BR /&gt;ip access-list standard "10"&lt;BR /&gt;   permit 10.2.1.100 255.255.255.0&lt;BR /&gt;   permit 10.2.1.1 255.255.255.0&lt;BR /&gt;   permit 10.2.1.2 255.255.255.0&lt;BR /&gt;   deny 10.2.1.0 255.255.255.0&lt;BR /&gt;   deny 10.2.10.0 255.255.255.0&lt;BR /&gt;   deny 10.2.20.0 255.255.255.0&lt;BR /&gt;   deny 10.2.30.0 255.255.255.0&lt;BR /&gt;   deny 10.2.40.0 255.255.255.0&lt;BR /&gt;   permit 0.0.0.0 255.255.255.255&lt;BR /&gt;module 1 type J8702A &lt;BR /&gt;module 2 type J8702A &lt;BR /&gt;module 3 type J8702A &lt;BR /&gt;module 4 type J8702A &lt;BR /&gt;module 5 type J8702A &lt;BR /&gt;ip default-gateway 10.2.1.1 &lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "public" Unrestricted &lt;BR /&gt;snmp-server community "private" Unrestricted &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "Default" &lt;BR /&gt;   untagged C1-C8 &lt;BR /&gt;   ip address 10.2.1.2 255.255.255.0 &lt;BR /&gt;   no untagged A1-A24,B1-B24 &lt;BR /&gt;   exit&lt;BR /&gt;vlan 10 &lt;BR /&gt;   name "Servers" &lt;BR /&gt;   untagged C9-C20 &lt;BR /&gt;   ip address 10.2.10.1 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 20 &lt;BR /&gt;   name "Clients" &lt;BR /&gt;   untagged A1-A24,B1-B24 &lt;BR /&gt;   ip address 10.2.20.1 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 30 &lt;BR /&gt;   name "Altiris" &lt;BR /&gt;   untagged D1-D24,E1-E24 &lt;BR /&gt;   ip address 10.2.30.1 255.255.255.0 &lt;BR /&gt;   exit&lt;BR /&gt;vlan 40 &lt;BR /&gt;   name "Guest" &lt;BR /&gt;   untagged C21-C24 &lt;BR /&gt;   ip address 10.2.40.1 255.255.255.0 &lt;BR /&gt;   exit&lt;BR /&gt;vlan 50 &lt;BR /&gt;   name "Voice" &lt;BR /&gt;   ip address 10.2.50.1 255.255.255.0 &lt;BR /&gt;   tagged A1-A24,B1-B24 &lt;BR /&gt;   ip access-group "10" out&lt;BR /&gt;   voice &lt;BR /&gt;   exit&lt;/BLANK&gt;</description>
      <pubDate>Mon, 16 Feb 2009 20:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359582#M17455</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-02-16T20:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359583#M17456</link>
      <description>&lt;!--!*#--&gt;All right i will do that but in this way the IP which we have permitted is having full permission but i want to allow only smtp and pop3 for 10.2.1.100.</description>
      <pubDate>Tue, 17 Feb 2009 05:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359583#M17456</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-02-17T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359584#M17457</link>
      <description>; J8697A Configuration Editor; Created on release #K.12.16&lt;BR /&gt;&lt;BR /&gt;hostname "5406zl"&lt;BR /&gt;snmp-server contact "&lt;BLANK&gt;"&lt;BR /&gt;snmp-server location "Server Room"&lt;BR /&gt;time timezone -8&lt;BR /&gt;time daylight-time-rule Continental-US-and-Canada&lt;BR /&gt;ip access-list extended "110"&lt;BR /&gt;   permit tcp 10.2.50.0 255.255.255.0 eq 110 10.2.1.100 0.0.0.0 eq 110&lt;BR /&gt;   permit tcp 10.2.50.0 255.255.255.0 eq 25 10.2.1.100 0.0.0.0 eq 25&lt;BR /&gt;   permit ip 10.2.50.0 255.255.255.0 10.2.1.1 255.255.255.0&lt;BR /&gt;   permit ip 10.2.50.0 255.255.255.0 10.2.1.2 255.255.255.0&lt;BR /&gt;   deny ip 10.2.50.0 255.255.255.0 10.2.1.0 255.255.255.0&lt;BR /&gt;   deny ip 10.2.50.0 255.255.255.0 10.2.10.0 255.255.255.0&lt;BR /&gt;   deny ip 10.2.50.0 255.255.255.0 10.2.20.0 255.255.255.0&lt;BR /&gt;   deny ip 10.2.50.0 255.255.255.0 10.2.30.0 255.255.255.0&lt;BR /&gt;   deny ip 10.2.50.0 255.255.255.0 10.2.40.0 255.255.255.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 1 type J8702A&lt;BR /&gt;module 2 type J8702A&lt;BR /&gt;module 3 type J8702A&lt;BR /&gt;module 4 type J8702A&lt;BR /&gt;module 5 type J8702A&lt;BR /&gt;ip default-gateway 10.2.1.1&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;snmp-server community "private" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;name "Default"&lt;BR /&gt;untagged C1-C8&lt;BR /&gt;ip address 10.2.1.2 255.255.255.0&lt;BR /&gt;no untagged A1-A24,B1-B24&lt;BR /&gt;exit&lt;BR /&gt;vlan 10&lt;BR /&gt;name "Servers"&lt;BR /&gt;untagged C9-C20&lt;BR /&gt;ip address 10.2.10.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 20&lt;BR /&gt;name "Clients"&lt;BR /&gt;untagged A1-A24,B1-B24&lt;BR /&gt;ip address 10.2.20.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 30&lt;BR /&gt;name "Altiris"&lt;BR /&gt;untagged D1-D24,E1-E24&lt;BR /&gt;ip address 10.2.30.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 40&lt;BR /&gt;name "Guest"&lt;BR /&gt;untagged C21-C24&lt;BR /&gt;ip address 10.2.40.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 50&lt;BR /&gt;name "Voice"&lt;BR /&gt;ip address 10.2.50.1 255.255.255.0&lt;BR /&gt;tagged A1-A24,B1-B24&lt;BR /&gt;ip access-group "110" out&lt;BR /&gt;voice&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLANK&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359584#M17457</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-02-17T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359585#M17458</link>
      <description>HI, but with this configuration i m not able to block anything every thing is open&lt;BR /&gt;like 10.2.1.100 is open for everyting&lt;BR /&gt; an not just for 25 &amp;amp; 110.</description>
      <pubDate>Sat, 21 Feb 2009 07:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359585#M17458</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-02-21T07:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359586#M17459</link>
      <description>But with the standard access-list everything is working but with standard access-list every port is open on a certiain IP address.</description>
      <pubDate>Sat, 21 Feb 2009 18:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359586#M17459</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-02-21T18:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359587#M17460</link>
      <description>Hi can anybody help me regarding this.</description>
      <pubDate>Fri, 27 Feb 2009 20:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359587#M17460</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-02-27T20:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ristriction of all VLAN except vlan1 one IP with some specific ports 443,80,110,25</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359588#M17461</link>
      <description>HI....&lt;BR /&gt;can anybody help me on this</description>
      <pubDate>Wed, 11 Mar 2009 08:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/ristriction-of-all-vlan-except-vlan1-one-ip-with-some-specific/m-p/4359588#M17461</guid>
      <dc:creator>Alok-Gupta</dc:creator>
      <dc:date>2009-03-11T08:13:53Z</dc:date>
    </item>
  </channel>
</rss>

