<?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: 3500yl Vlan Routing (Router on a Stick) in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609141#M22045</link>
    <description>@EckerA&lt;BR /&gt;&lt;BR /&gt;Yes, i suppose, that the 3500yl is able to route, but it doesnÂ´t. Maybe mine is broken? I have a rather simple network.&lt;BR /&gt;&lt;BR /&gt;Off curse, "ip routing" is enabled on my system, but the 3500yl is not routing, thought it can reach the default gateway and all net members can reach the router.&lt;BR /&gt;&lt;BR /&gt;I donÂ´t know....&lt;BR /&gt;&lt;BR /&gt;regards</description>
    <pubDate>Wed, 07 Jul 2010 08:36:28 GMT</pubDate>
    <dc:creator>Coliban</dc:creator>
    <dc:date>2010-07-07T08:36:28Z</dc:date>
    <item>
      <title>3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609135#M22039</link>
      <description>I am trying to get my Vlan's to route to a router (which is providing NAT &amp;amp; DHCP services).&lt;BR /&gt;&lt;BR /&gt;Vlan 1 - default (10.1.1.x)&lt;BR /&gt;vlan 10 - VoIP (172.16.1.x)&lt;BR /&gt;Vlan 50 - Data (172.16.2.x)&lt;BR /&gt;Valn 200 - WiFi-access (192.168.1.x)&lt;BR /&gt;&lt;BR /&gt;I can connection and ping the default gateways of the different networks, but I cannot get out past.  &lt;BR /&gt;&lt;BR /&gt;The router is to be providing nat funcitons for the 172.16.x.x and 192.168.x.x networks, it was working perfect on a Cisco 3550, but I wanted to get this going on the 3500yl as it has PoE for my AP's which I want to get up and running.&lt;BR /&gt;&lt;BR /&gt;I have the vlans created on the switch and the sub interfaces created on the router, I just cannot get from 192.168.1.x network past the 10.1.1.x of the router onto the rest of the network.&lt;BR /&gt;&lt;BR /&gt;3500yl; config&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;; J8693A Configuration Editor; Created on release #K.14.47&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve_3500_Lab"&lt;BR /&gt;module 1 type J86yyA&lt;BR /&gt;module 2 type J86xxA&lt;BR /&gt;module 3 type J8694A&lt;BR /&gt;ip default-gateway 10.1.1.1&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 17-45,47-48,A1-A4&lt;BR /&gt;   ip address 10.1.1.13 255.255.255.0&lt;BR /&gt;   tagged 16&lt;BR /&gt;   no untagged 1-15,46&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "Voice"&lt;BR /&gt;   ip address 172.16.1.3 255.255.255.0&lt;BR /&gt;   tagged 1-16&lt;BR /&gt;   voice&lt;BR /&gt;   exit&lt;BR /&gt;vlan 30&lt;BR /&gt;   name "ProCurve"&lt;BR /&gt;   tagged 16&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 50&lt;BR /&gt;   name "Data"&lt;BR /&gt;   untagged 1-15&lt;BR /&gt;   ip address 172.16.2.3 255.255.255.0&lt;BR /&gt;   tagged 16&lt;BR /&gt;   exit&lt;BR /&gt;vlan 200&lt;BR /&gt;   name "WiFi-Access"&lt;BR /&gt;   untagged 46&lt;BR /&gt;   ip address 192.168.1.3 255.255.255.0&lt;BR /&gt;   tagged 16&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.1.1.1&lt;BR /&gt;snmp-server community "public" unrestricted&lt;BR /&gt;snmp-server host 10.1.1.214 "public"&lt;BR /&gt;&lt;BR /&gt;Router Config;&lt;BR /&gt;&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt; no ip address&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt;interface FastEthernet0/0.1&lt;BR /&gt; encapsulation dot1Q 1 native&lt;BR /&gt; ip address 10.1.1.27 255.255.255.0&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;interface FastEthernet0/0.10&lt;BR /&gt; description Voice Vlan&lt;BR /&gt; encapsulation dot1Q 10&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;interface FastEthernet0/0.50&lt;BR /&gt; description Data Vlan&lt;BR /&gt; encapsulation dot1Q 50&lt;BR /&gt; ip address 172.16.2.1 255.255.255.0&lt;BR /&gt; ip virtual-reassembly&lt;BR /&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.1.1.1&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated. Please let me know what you require for assistance.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 01:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609135#M22039</guid>
      <dc:creator>TazDevil</dc:creator>
      <dc:date>2010-03-30T01:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609136#M22040</link>
      <description>Can you post the topology diagram and mention where exactly is the router is connected (my guess is in port 16)&lt;BR /&gt;&lt;BR /&gt;Also can you tell me where is this ip address 10.1.1.1 which you have configured as the default gateway ?&lt;BR /&gt;&lt;BR /&gt;on the clients, what is the gateway configured for each vlan ?&lt;BR /&gt;&lt;BR /&gt;Can you tell me what was the configuration on the 3550 which was before the 3500yl switch ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 04:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609136#M22040</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2010-03-30T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609137#M22041</link>
      <description>Network&lt;BR /&gt;&lt;BR /&gt;Internet-&amp;gt;(ISP IP) -&amp;gt;Router(10.1.1.1)-&amp;gt;10.1.1.27(Lab Router)-&amp;gt;lab networks&lt;BR /&gt;&lt;BR /&gt;10.1.1.1 network connects for 48 on ProCurve 3500 in Vlan1, Router is on Port 16, WiFi AP port 46 (Vlan 200), Phones Ports 1-16 (Voice Vlan 10, Data Vlan 50) all other ports Vlan 1 (10.1.1.x network)&lt;BR /&gt;&lt;BR /&gt;3550 Config;&lt;BR /&gt;Building configuration...&lt;BR /&gt;&lt;BR /&gt;Current configuration : 8428 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.2&lt;BR /&gt;no service pad&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname Lab_Switch&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;username admin privilege 15 password 7 03404C03571B23550D&lt;BR /&gt;no aaa new-model&lt;BR /&gt;ip subnet-zero&lt;BR /&gt;ip domain-name whitby.local&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-3642570752&lt;BR /&gt; enrollment selfsigned&lt;BR /&gt; subject-name cn=IOS-Self-Signed-Certificate-3642570752&lt;BR /&gt; revocation-check none&lt;BR /&gt; rsakeypair TP-self-signed-3642570752&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;  quit&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!         &lt;BR /&gt;interface FastEthernet0/2&lt;BR /&gt; description Lab Desk Phone&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt;  spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/3&lt;BR /&gt; description Other Lab Phone&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/4&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt;  spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/5&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/6&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/7&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/8&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/9&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/10&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/11&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/12&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/13&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/14&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/15&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/16&lt;BR /&gt; description Connection to CME Router&lt;BR /&gt; switchport access vlan 50&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; switchport voice vlan 10&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/17&lt;BR /&gt; description i7-920 PC (MJ Line Out)&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/18&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/19&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/20&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/21&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/22&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/23&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/24&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/25&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/26&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/27&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/28&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/29&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/30&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/31&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!         &lt;BR /&gt;interface FastEthernet0/32&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/33&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/34&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/35&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/36&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/37&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/38&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/39&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/40&lt;BR /&gt; switchport access vlan 30&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/41&lt;BR /&gt; switchport access vlan 30&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/42&lt;BR /&gt; switchport access vlan 30&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/43&lt;BR /&gt; switchport access vlan 30&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/44&lt;BR /&gt; switchport access vlan 30&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/45&lt;BR /&gt; switchport access vlan 200&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/46&lt;BR /&gt; description Lab WiFi AP (Cisco)&lt;BR /&gt; switchport access vlan 200&lt;BR /&gt; switchport mode access&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!         &lt;BR /&gt;interface FastEthernet0/47&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/48&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport trunk allowed vlan 1,10,50&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; description Connection to Main House Network&lt;BR /&gt; switchport mode dynamic desirable&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; ip address 10.1.1.28 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip http server&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt; exec-timeout 0 0&lt;BR /&gt; logging synchronous&lt;BR /&gt;line vty 0 4&lt;BR /&gt; login local&lt;BR /&gt; transport input telnet ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt;  login local&lt;BR /&gt; transport input telnet ssh&lt;BR /&gt;!&lt;BR /&gt;end&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 10:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609137#M22041</guid>
      <dc:creator>TazDevil</dc:creator>
      <dc:date>2010-03-30T10:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609138#M22042</link>
      <description>I forgot to mention, if I trunk the 3500yl to the 3550 everything works fine, I am just looking to migrate to the 3500yl.  I need the router for Voice and DHCP service for the voice VLAN, if there is a better way to do this let me know as well.  This is a non-production network and just a lab for testing.</description>
      <pubDate>Tue, 30 Mar 2010 10:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609138#M22042</guid>
      <dc:creator>TazDevil</dc:creator>
      <dc:date>2010-03-30T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609139#M22043</link>
      <description>Hello TazDevil,&lt;BR /&gt;&lt;BR /&gt;since i am suffering from the same behavior of the 3500yl switch, i would like to ask, if someone, or you, have found a workaround for this phenomen, that the 3500yl is not able to route between different vlans?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Tue, 06 Jul 2010 14:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609139#M22043</guid>
      <dc:creator>Coliban</dc:creator>
      <dc:date>2010-07-06T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609140#M22044</link>
      <description>Well, the 3500yl is capable of doing so, but you have to enable routing to achieve that.&lt;BR /&gt;Without the command &lt;IP routing=""&gt; the switch is just L2.&lt;BR /&gt;hth&lt;BR /&gt;alex&lt;/IP&gt;</description>
      <pubDate>Wed, 07 Jul 2010 03:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609140#M22044</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2010-07-07T03:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609141#M22045</link>
      <description>@EckerA&lt;BR /&gt;&lt;BR /&gt;Yes, i suppose, that the 3500yl is able to route, but it doesnÂ´t. Maybe mine is broken? I have a rather simple network.&lt;BR /&gt;&lt;BR /&gt;Off curse, "ip routing" is enabled on my system, but the 3500yl is not routing, thought it can reach the default gateway and all net members can reach the router.&lt;BR /&gt;&lt;BR /&gt;I donÂ´t know....&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 07 Jul 2010 08:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609141#M22045</guid>
      <dc:creator>Coliban</dc:creator>
      <dc:date>2010-07-07T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609142#M22046</link>
      <description>hi,&lt;BR /&gt;it could help if you attach your config..&lt;BR /&gt;the switch needs to be the default gateway for your clients. &lt;BR /&gt;hth&lt;BR /&gt;alex</description>
      <pubDate>Wed, 07 Jul 2010 10:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609142#M22046</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2010-07-07T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609143#M22047</link>
      <description>Hello EckerA,&lt;BR /&gt;&lt;BR /&gt;yes, i have by chance, something, or all, missconfigured :-(&lt;BR /&gt;&lt;BR /&gt;I can ping, from the switch, the gateway and all subnets.&lt;BR /&gt;&lt;BR /&gt;From all subnets, i can ping the switch ip.&lt;BR /&gt;&lt;BR /&gt;But i can not ping from the subnets the gateway.&lt;BR /&gt;&lt;BR /&gt;Here is the config File:&lt;BR /&gt;----------------------------------------&lt;BR /&gt;; J9310A Configuration Editor; Created on release #K.14.52&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve Switch 3500yl-24G-PoEP" &lt;BR /&gt;module 1 type J93xxA &lt;BR /&gt;ip default-gateway 170.1.193.254&lt;BR /&gt;ip routing &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged 1-4,6-10,12-15,17,21-24 &lt;BR /&gt;   ip address 172.168.1.1 255.255.255.0 &lt;BR /&gt;   no untagged 5,11,16,18-20 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "Extern" &lt;BR /&gt;   untagged 16 &lt;BR /&gt;   ip address 170.1.193.3 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 20 &lt;BR /&gt;   name "WASS" &lt;BR /&gt;   untagged 18-20 &lt;BR /&gt;   ip address 182.28.103.1 255.255.0.0 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 30 &lt;BR /&gt;   name "FIRMA" &lt;BR /&gt;   untagged 5,11 &lt;BR /&gt;   ip address 182.21.47.1 255.255.255.128 &lt;BR /&gt;   exit &lt;BR /&gt; &lt;BR /&gt;gvrp&lt;BR /&gt;console baud-rate 19200&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;----------------------------------------</description>
      <pubDate>Wed, 07 Jul 2010 11:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609143#M22047</guid>
      <dc:creator>Coliban</dc:creator>
      <dc:date>2010-07-07T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609144#M22048</link>
      <description>moin,&lt;BR /&gt;&lt;BR /&gt;have you configured the routes at your gateway?&lt;BR /&gt; you need a route to that gateway:&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 170.1.193.254&lt;BR /&gt;the default gateway config on the switch doesn't work if you enable ip routing.&lt;BR /&gt;&lt;BR /&gt;have you configured the routes at your gateway(170.1.193.254)? something like:&lt;BR /&gt;ip route  172.168.1.1 255.255.255.0 170.1.193.3&lt;BR /&gt;ip route 182.28.103.1 255.255.0.0  170.1.193.3&lt;BR /&gt;ip route 182.21.47.1 255.255.255.128 170.1.193.3&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;alex&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jul 2010 04:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609144#M22048</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2010-07-08T04:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: 3500yl Vlan Routing (Router on a Stick)</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609145#M22049</link>
      <description>Moin EckerA :-))&lt;BR /&gt;&lt;BR /&gt;I have to apologize. Due to weird circumstances, iÂ´ve found the mistake. From the routers subnet, i was able to ping to the gateway, from the subnet of a client, it was not possible. &lt;BR /&gt;&lt;BR /&gt;This, because the Gateway had a different route to the clients subnet, so he routed all clients requests to the old switch, a HP Procurve 2810.&lt;BR /&gt;&lt;BR /&gt;For that, it had weird results, but when i deleted the route from the gateway, i was able to ping, and, from there, i was able to route outside.&lt;BR /&gt;&lt;BR /&gt;Many thanks for your hints!&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 09 Jul 2010 09:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/3500yl-vlan-routing-router-on-a-stick/m-p/4609145#M22049</guid>
      <dc:creator>Coliban</dc:creator>
      <dc:date>2010-07-09T09:35:48Z</dc:date>
    </item>
  </channel>
</rss>

