<?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: Create VLAN Problem in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470737#M19328</link>
    <description>WOW, so it's trouble to do that ? Any methods can solve the problem without via provider ?</description>
    <pubDate>Wed, 05 Aug 2009 00:53:40 GMT</pubDate>
    <dc:creator>Tendy_1</dc:creator>
    <dc:date>2009-08-05T00:53:40Z</dc:date>
    <item>
      <title>Create VLAN Problem</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470735#M19326</link>
      <description>Hi, everyone, it's my first time to come here. &lt;BR /&gt;Now I have 5406zl(J8697A) VLAN problem, hope you can help me.&lt;BR /&gt;&lt;BR /&gt;Situation:&lt;BR /&gt;   We have two companys, central company and remote company, they connect by MPLS VPN. Central company server IP: 10.10.168.X , Before create VLAN, default VLAN 6 can access Central server. And create VLAN 2, VLAN 3, VLAN 4, VLAN 5. However, except default VLAN 6, new VLANs cannot access Central server.  I will paste my configuration below:&lt;BR /&gt;&lt;BR /&gt;First, paste Router(CISCO 2610) configuration, it connect with ISP and act as CE router. &lt;BR /&gt;&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; ip address 10.15.0.1 255.255.255.0&lt;BR /&gt; half-duplex&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0&lt;BR /&gt; ip address 10.0.0.50 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.15.0.254&lt;BR /&gt;ip route 10.10.0.0 255.255.0.0 10.0.0.49&lt;BR /&gt;ip route 10.15.0.0 255.255.0.0 10.15.0.254&lt;BR /&gt;&lt;BR /&gt;Second, paste HP 5406zl(J8697A)configuration, it connect with CISCO Router and act as distrubute layer switch. &lt;BR /&gt;&lt;BR /&gt;; J8697A Configuration Editor; Created on release #K.12.16&lt;BR /&gt;&lt;BR /&gt;hostname "xhhx-switch"&lt;BR /&gt;max-vlans 2048&lt;BR /&gt;ip access-list extended "vlan10"&lt;BR /&gt;   10 deny ip 10.15.10.0 0.0.0.255 10.15.2.0 0.0.0.255&lt;BR /&gt;   20 deny ip 10.15.10.0 0.0.0.255 10.15.3.0 0.0.0.255&lt;BR /&gt;   30 deny ip 10.15.10.0 0.0.0.255 10.15.4.0 0.0.0.255&lt;BR /&gt;   40 deny ip 10.15.10.0 0.0.0.255 10.15.15.0 0.0.0.255&lt;BR /&gt;   50 deny ip 10.15.10.0 0.0.0.255 10.15.16.0 0.0.0.255&lt;BR /&gt;   60 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;ip access-list extended "vlan3"&lt;BR /&gt;   10 deny ip 10.15.3.0 0.0.0.255 10.15.4.0 0.0.0.255&lt;BR /&gt;   20 deny ip 10.15.3.0 0.0.0.255 10.15.10.0 0.0.0.255&lt;BR /&gt;   30 deny ip 10.15.3.0 0.0.0.255 10.15.15.0 0.0.0.255&lt;BR /&gt;   40 deny ip 10.15.3.0 0.0.0.255 10.15.16.0 0.0.0.255&lt;BR /&gt;   50 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;ip access-list extended "vlan4"&lt;BR /&gt;   10 deny ip 10.15.4.0 0.0.0.255 10.15.3.0 0.0.0.255&lt;BR /&gt;   20 deny ip 10.15.4.0 0.0.0.255 10.15.10.0 0.0.0.255&lt;BR /&gt;   30 deny ip 10.15.4.0 0.0.0.255 10.15.15.0 0.0.0.255&lt;BR /&gt;   40 deny ip 10.15.4.0 0.0.0.255 10.15.16.0 0.0.0.255&lt;BR /&gt;   50 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 J8706A&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged B1-B9,B11-B24&lt;BR /&gt;   ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;   no untagged A1-A24,B10&lt;BR /&gt;   exit&lt;BR /&gt;vlan 2&lt;BR /&gt;   name "VLAN2"&lt;BR /&gt;   untagged A13-A14&lt;BR /&gt;   ip address 10.15.2.254 255.255.255.0&lt;BR /&gt;   tagged A12,A23-A24,B1-B12&lt;BR /&gt;   exit&lt;BR /&gt;vlan 3&lt;BR /&gt;   name "VLAN3"&lt;BR /&gt;   untagged A1-A10&lt;BR /&gt;   ip address 10.15.3.254 255.255.255.0&lt;BR /&gt;   tagged A23-A24,B1-B12&lt;BR /&gt;   ip access-group "vlan3" vlan&lt;BR /&gt;   ip access-group "vlan3" in&lt;BR /&gt;   ip access-group "vlan3" out&lt;BR /&gt;   exit&lt;BR /&gt;vlan 4&lt;BR /&gt;   name "VLAN4"&lt;BR /&gt;   ip address 10.15.4.254 255.255.255.0&lt;BR /&gt;   tagged A23-A24,B1-B12&lt;BR /&gt;   ip access-group "vlan4" vlan&lt;BR /&gt;   ip access-group "vlan4" in&lt;BR /&gt;   ip access-group "vlan4" out&lt;BR /&gt;   exit&lt;BR /&gt;( omit )&lt;BR /&gt;vlan 6&lt;BR /&gt;   name "VLAN6"&lt;BR /&gt;   untagged A11-A12,A15-A22,A24&lt;BR /&gt;   ip address 10.15.0.254 255.255.255.0&lt;BR /&gt;   tagged A23,B1-B10&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.15.5.254&lt;BR /&gt;ip route 10.10.0.0 255.255.0.0 10.15.0.254&lt;BR /&gt;spanning-tree&lt;BR /&gt;&lt;BR /&gt;So, If enable VLAN 2,VLAN 3,VLAN 4,VLAN 5 can access Central server 10.10.168.X ,what steps can I do ? Thank you !&lt;BR /&gt;&lt;BR /&gt;Maybe information not detail, if you want, I can add it later.</description>
      <pubDate>Fri, 31 Jul 2009 08:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470735#M19326</guid>
      <dc:creator>Tendy_1</dc:creator>
      <dc:date>2009-07-31T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create VLAN Problem</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470736#M19327</link>
      <description>you must ask the provider of your mpls network to add the new subnets.&lt;BR /&gt;if not the mpls network does not know where to forward these subnets to.&lt;BR /&gt;&lt;BR /&gt;Pieter</description>
      <pubDate>Mon, 03 Aug 2009 06:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470736#M19327</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-08-03T06:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create VLAN Problem</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470737#M19328</link>
      <description>WOW, so it's trouble to do that ? Any methods can solve the problem without via provider ?</description>
      <pubDate>Wed, 05 Aug 2009 00:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470737#M19328</guid>
      <dc:creator>Tendy_1</dc:creator>
      <dc:date>2009-08-05T00:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create VLAN Problem</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470738#M19329</link>
      <description>You won't be able to resolve this without your ISP.&lt;BR /&gt;As it is routing (Layer-3) not switching (Layer-2), the MPLS network needs to know what subnets are used on both sides of the link.&lt;BR /&gt;If it doesn't you can route from your LAN to the MPLs router, but this won't know it must pass this traffic to the other office.&lt;BR /&gt;&lt;BR /&gt;If you want to be set for future expansion you may consider reserving a larger "supernet" for both offices, so you only need to chnage the MPLS network once.&lt;BR /&gt;Like you allready do on your own router.&lt;BR /&gt;&lt;BR /&gt;Apart from this I discovered a possible  error in you switces config&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;vlan 6&lt;BR /&gt;name "VLAN6"&lt;BR /&gt;untagged A11-A12,A15-A22,A24&lt;BR /&gt;ip address 10.15.0.254 255.255.255.0&lt;BR /&gt;tagged A23,B1-B10&lt;BR /&gt;exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.15.5.254&lt;BR /&gt;ip route 10.10.0.0 255.255.0.0 10.15.0.254&lt;BR /&gt;spanning-tree&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;the switch points to itself (10.15.0.254 = vlan-6 address) as gateway for 10.10.0.0 subnet.&lt;BR /&gt;this must probably be 10.15.0.1?</description>
      <pubDate>Wed, 05 Aug 2009 05:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/create-vlan-problem/m-p/4470738#M19329</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-08-05T05:57:35Z</dc:date>
    </item>
  </channel>
</rss>

