<?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: VLAN + routing problems in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410312#M18384</link>
    <description>Hi,&lt;BR /&gt;what do you mean by that:&lt;BR /&gt;- From the laptop, I canÂ´t ping other switches, being on the same subnet, as the 5412zls&lt;BR /&gt;do you mean the default vlan? if yes, what is the gateway for the other switches?&lt;BR /&gt;&lt;BR /&gt;Does the firewall know where the vlan 104 is?&lt;BR /&gt;I think you need to enable routing at one of the 5400zl and a rout at the fw back to the 5400.&lt;BR /&gt;hth&lt;BR /&gt;alex</description>
    <pubDate>Fri, 01 May 2009 09:45:27 GMT</pubDate>
    <dc:creator>serpel</dc:creator>
    <dc:date>2009-05-01T09:45:27Z</dc:date>
    <item>
      <title>VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410309#M18381</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two 5412zl connected with a trunk.&lt;BR /&gt;&lt;BR /&gt;- Internet == firewall ==backbone== 5412zl Nr.1 =LACP= 5412zl Nr.2 &lt;BR /&gt;&lt;BR /&gt;What can I do?&lt;BR /&gt;&lt;BR /&gt;- I can reach both switches from outside, enter web interface...&lt;BR /&gt;- telneted on both switches themselves, I can successfully ping &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;- When I connect my notebook to one of the ports with vlan 104 enabled, I get IP,gateway, DNS address vie the DHCP server.&lt;BR /&gt;- From the laptop, I can ping both HP 5412zl switches&lt;BR /&gt;- From the laptop, I can´t ping other switches, being on the same subnet, as the 5412zls&lt;BR /&gt;- From the laptop, T can´t reach internet or other servers/switches within my network&lt;BR /&gt;- Btw, when I try to "ip routing" I lose connection from outside&lt;BR /&gt;&lt;BR /&gt;This seems to be a routing problem, but I can´t find out what´s wrong&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;================5412zl Nr. 1=========================&lt;BR /&gt;trunk A21-A22,B21-B22 Trk1 LACP &lt;BR /&gt;ip default-gateway 192.23.137.110 &lt;BR /&gt;timesync sntp &lt;BR /&gt;sntp unicast &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged A1-A20,A23-A24,B1-B20,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,Trk1 &lt;BR /&gt;   ip address 192.23.250.130  255.255.255.0 &lt;BR /&gt;   no untagged G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 300 &lt;BR /&gt;   name "VoIP" &lt;BR /&gt;   qos priority 6 &lt;BR /&gt;   tagged A1-A4,Trk1 &lt;BR /&gt;   voice &lt;BR /&gt;   no ip address &lt;BR /&gt;   exit &lt;BR /&gt;vlan 104 &lt;BR /&gt;   name "User1" &lt;BR /&gt;   untagged G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24 &lt;BR /&gt;   ip helper-address 192.23.240.33 &lt;BR /&gt;   ip address 192.23.104.170 255.255.255.0 &lt;BR /&gt;   tagged Trk1 &lt;BR /&gt;   exit &lt;BR /&gt;fault-finder bad-driver sensitivity high &lt;BR /&gt;fault-finder bad-transceiver sensitivity high &lt;BR /&gt;fault-finder bad-cable sensitivity high &lt;BR /&gt;fault-finder too-long-cable sensitivity high &lt;BR /&gt;fault-finder over-bandwidth sensitivity high &lt;BR /&gt;fault-finder broadcast-storm sensitivity high &lt;BR /&gt;fault-finder loss-of-link sensitivity high &lt;BR /&gt;fault-finder duplex-mismatch-HDx sensitivity high &lt;BR /&gt;fault-finder duplex-mismatch-FDx sensitivity high &lt;BR /&gt;dhcp-snooping&lt;BR /&gt;dhcp-snooping authorized-server 192.23.240.33&lt;BR /&gt;dhcp-snooping vlan 1 &lt;BR /&gt;sntp server priority 1 192.23.240.33&lt;BR /&gt;ip dns server-address priority 1 192.23.137.1&lt;BR /&gt;ip dns server-address priority 2 192.23.137.2&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.23.137.110&lt;BR /&gt;interface A1&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A2&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A3&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A4&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface Trk1&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;vlan 104&lt;BR /&gt;   ip rip 192.23.104.240&lt;BR /&gt;   exit&lt;BR /&gt;no tftp6 client&lt;BR /&gt;no tftp6 server&lt;BR /&gt;loop-protect G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24&lt;BR /&gt;loop-protect trap loop-detected&lt;BR /&gt;loop-protect disable-timer 60&lt;BR /&gt;password manager&lt;BR /&gt;password operator&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;====================5412zl Nr. 2===============================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;trunk A21-A22,B21-B22 Trk1 LACP &lt;BR /&gt;ip default-gateway 192.23.137.110 &lt;BR /&gt;timesync sntp &lt;BR /&gt;sntp unicast &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged A1-A20,A23-A24,B1-B20,B23-B24,C1-C24,D1-D24,E1-E24,F1-F24,Trk1 &lt;BR /&gt;   ip address 192.23.250.131  255.255.255.0 &lt;BR /&gt;   no untagged G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 300 &lt;BR /&gt;   name "VoIP" &lt;BR /&gt;   qos priority 6 &lt;BR /&gt;   tagged Trk1 &lt;BR /&gt;   voice &lt;BR /&gt;   no ip address &lt;BR /&gt;   exit &lt;BR /&gt;vlan 104 &lt;BR /&gt;   name "User1" &lt;BR /&gt;   untagged G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24 &lt;BR /&gt;   tagged Trk1 &lt;BR /&gt;   no ip address &lt;BR /&gt;   exit &lt;BR /&gt;fault-finder bad-driver sensitivity high &lt;BR /&gt;fault-finder bad-transceiver sensitivity high &lt;BR /&gt;fault-finder bad-cable sensitivity high &lt;BR /&gt;fault-finder too-long-cable sensitivity high &lt;BR /&gt;fault-finder over-bandwidth sensitivity high &lt;BR /&gt;fault-finder broadcast-storm sensitivity high &lt;BR /&gt;fault-finder loss-of-link sensitivity high &lt;BR /&gt;fault-finder duplex-mismatch-HDx sensitivity high &lt;BR /&gt;fault-finder duplex-mismatch-FDx sensitivity high &lt;BR /&gt;dhcp-snooping&lt;BR /&gt;dhcp-snooping authorized-server 192.23.240.33&lt;BR /&gt;dhcp-snooping vlan 1 &lt;BR /&gt;sntp server priority 1 192.23.240.33&lt;BR /&gt;ip dns server-address priority 1 192.23.137.1&lt;BR /&gt;ip dns server-address priority 2 192.23.137.2&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.23.137.110&lt;BR /&gt;interface A1&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A2&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A3&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface A4&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;interface Trk1&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;no tftp6 client&lt;BR /&gt;no tftp6 server&lt;BR /&gt;loop-protect G1-G24,H1-H24,I1-I24,J1-J24,K1-K24,L1-L24&lt;BR /&gt;loop-protect trap loop-detected&lt;BR /&gt;loop-protect disable-timer 60&lt;BR /&gt;password manager&lt;BR /&gt;password operator&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Apr 2009 12:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410309#M18381</guid>
      <dc:creator>MullT</dc:creator>
      <dc:date>2009-04-29T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410310#M18382</link>
      <description>Hi,&lt;BR /&gt;it might be that you can't reach your default gateway: ip default-gateway 192.23.137.110&lt;BR /&gt;You don't have a vlan in the same subnet as the 192.23.137.110 gateway. because of this you can't reach it!&lt;BR /&gt;hth&lt;BR /&gt;alex</description>
      <pubDate>Thu, 30 Apr 2009 03:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410310#M18382</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2009-04-30T03:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410311#M18383</link>
      <description>Sorry, I made a mistake while replacing my real IP addresses:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It should be:&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; HP 5412zl Nr.1:&lt;BR /&gt;ip default-gateway 192.23.137.110 &lt;BR /&gt;ip address 192.23.137.130        (for default VLAN1)&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; HP 5412zl Nr.2:&lt;BR /&gt;ip default-gateway 192.23.137.110&lt;BR /&gt;ip address 192.23.137.131        (for default VLAN1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;192.23.137.0/24 is backbone&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2009 04:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410311#M18383</guid>
      <dc:creator>MullT</dc:creator>
      <dc:date>2009-04-30T04:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410312#M18384</link>
      <description>Hi,&lt;BR /&gt;what do you mean by that:&lt;BR /&gt;- From the laptop, I canÂ´t ping other switches, being on the same subnet, as the 5412zls&lt;BR /&gt;do you mean the default vlan? if yes, what is the gateway for the other switches?&lt;BR /&gt;&lt;BR /&gt;Does the firewall know where the vlan 104 is?&lt;BR /&gt;I think you need to enable routing at one of the 5400zl and a rout at the fw back to the 5400.&lt;BR /&gt;hth&lt;BR /&gt;alex</description>
      <pubDate>Fri, 01 May 2009 09:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410312#M18384</guid>
      <dc:creator>serpel</dc:creator>
      <dc:date>2009-05-01T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410313#M18385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;well I reset the switch and startet from beginning. I think I still mix something up with the follwing options:&lt;BR /&gt;&lt;BR /&gt;- ip default-gateway&lt;BR /&gt;- ip routing&lt;BR /&gt;&lt;BR /&gt;For now IÂ´m not in front of the HP, but the HP told me that I canÂ´t use IP routing and the default-gateway at the same time???&lt;BR /&gt;&lt;BR /&gt;Well, on the HP 5400zl, now I have &lt;BR /&gt;&lt;BR /&gt;- ip routing&lt;BR /&gt;- ip default-gateway&lt;BR /&gt;- ip route 0.0.0.0 0.0.0.0 192.23.137.110 &lt;BR /&gt;&lt;BR /&gt;This works, now. It didnÂ´t work before.&lt;BR /&gt;Do I need to enable those options in a specific order?&lt;BR /&gt;&lt;BR /&gt;192.23.137.0/24 is my core net, btw.&lt;BR /&gt;&lt;BR /&gt;Now I got a new 3500yl and put it into the core. &lt;BR /&gt;&lt;BR /&gt;Default VLAN IP ist 192.23.137.57&lt;BR /&gt;I added another VLAN: 192.23.20.0/24 with 192.23.20.80 as gateway&lt;BR /&gt;&lt;BR /&gt;As soon as I connected the new 3500yl to the other (Cisco) switch, I was able to ping the gateway of VLAN, so 192.23.20.80&lt;BR /&gt;&lt;BR /&gt;With Cisco, the default gateway is enough to get out of the own subnet. With procurve this is strange.&lt;BR /&gt;When do I need ip default-gateway? When do I need ip routing? Why canÂ´t I use the default gateway, according to the "menu" option when  ip routing is enabled? But I can enable it on console?&lt;BR /&gt;&lt;BR /&gt;As this is a work in progress text, IÂ´m now in the situation, that IÂ´m logged into the 3500yl via serial cable. IÂ´m physically connected to the next hop router. But I canÂ´t ping the other switches.in the subnet of 192.23.137/24. IÂ´m getting crazy with HP...&lt;BR /&gt;&lt;BR /&gt; But, hey itÂ´s weekend, next week IÂ´ll reset the whole configuration and hopefully itÂ´ll work then.</description>
      <pubDate>Fri, 22 May 2009 13:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410313#M18385</guid>
      <dc:creator>MullT</dc:creator>
      <dc:date>2009-05-22T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410314#M18386</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have a layer 2 device, and a switch is one, you need a gateway to reach other subnets.&lt;BR /&gt;if you enable ip routing the switch itself becomes a gateway. then you need routes to find subnets the l3switch isn't aware of.&lt;BR /&gt;here is what i normaly do if i enable ip routing. first i apply the default route, in your case ip route 0.0.0.0 0.0.0.0 192.23.137.110,&lt;BR /&gt;and then i enable ip routing. but i do it like that because otherwise i couldn't reach the device anymore, because i manage the switches from another subnet the switch doesn't know of.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;Now I got a new 3500yl and put it into the core.&lt;BR /&gt;&lt;BR /&gt;Default VLAN IP ist 192.23.137.57&lt;BR /&gt;I added another VLAN: 192.23.20.0/24 with 192.23.20.80 as gateway&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;then you don't have an default gateway for your default vlan, cos you can only have one default gateway. but don't forget if you running layer2 the ip and the gateway is only for manageing the switch!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;When do I need ip default-gateway? When do I need ip routing? Why canÃ Â´t I use the default gateway, according to the "menu" option when ip routing is enabled? But I can enable it on console?&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;you only need to enable routing on the switch if you want the switch to become a router and do for example intervlan routing.&lt;BR /&gt;if you enable ip routing the "ip default-gateway" command might be possible at the cli, but it doesn't have any effect.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;As this is a work in progress text, IÃ Â´m now in the situation, that IÃ Â´m logged into the 3500yl via serial cable. IÃ Â´m physically connected to the next hop router. But I canÃ Â´t ping the other switches.in the subnet of 192.23.137/24. IÃ Â´m getting crazy with HP...&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;ok lets see,...as this is the device --&amp;gt;I added another VLAN: 192.23.20.0/24 with 192.23.20.80 as gateway&amp;lt;-- does the gateway know where to find the 192.23.137/24 subnet and do the devices in 192.23.137/24 subnet know where to find the subnet of the notebook? try to make a traceroute from your notebook and try a traceroute from a switch in the 192.23.137/24 subnet.&lt;BR /&gt;&lt;BR /&gt;hth &lt;BR /&gt;alex&lt;BR /&gt;ps sorry for my bad english, in deutsch wÃ¤re das alles viel einfacher zu erklÃ¤ren!</description>
      <pubDate>Sat, 23 May 2009 08:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410314#M18386</guid>
      <dc:creator>serpel</dc:creator>
      <dc:date>2009-05-23T08:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410315#M18387</link>
      <description>Hallo Alex&lt;BR /&gt;&lt;BR /&gt;Danke fÃ¼r Deine Antwort. Gerne auch auf deutsch :-) Fassen wir also einmal zusammen:&lt;BR /&gt;&lt;BR /&gt;- Ohne "ip routing" kann ich nur innerhalb des eigenen Subnetzes den Switch erreichen, ok also an damit&lt;BR /&gt;- Das default VLAN 1 bekommt die IP: 192.23.137.57&lt;BR /&gt;&lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged 25-48 &lt;BR /&gt;   ip address 192.23.137.57 255.255.255.0 &lt;BR /&gt;   no untagged 1-24 &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;- Danach kommt ein "ip route 0.0.0.0 0.0.0.0 192.23.137.110", wobei die 192.23.137.57 der "next hop switch" ist&lt;BR /&gt;- Das 192.23.137.0/24 Netz ist mein Core-Netz an dem dann die ganzen anderen Subnetze hÃ¤ngen&lt;BR /&gt;- Also VLAN fÃ¼r das neue Subnetz erstellen == &lt;BR /&gt;(I added another VLAN: 192.23.20.0/24 with 192.23.20.80 as gateway:)&lt;BR /&gt;&lt;BR /&gt;vlan 20 &lt;BR /&gt;   name "AlcatelServer" &lt;BR /&gt;   untagged 1-24 &lt;BR /&gt;   ip address 192.23.20.80 255.255.255.0 &lt;BR /&gt;   exit &lt;BR /&gt;&lt;BR /&gt;&amp;gt;then you don't have an default gateway for your default vlan, cos you can only have one &lt;BR /&gt;&amp;gt;default gateway. but don't forget if you running layer2 the ip and the gateway is only for &lt;BR /&gt;&amp;gt;manageing the switch!&lt;BR /&gt;&lt;BR /&gt;Hm, diesen Abschnitt verstehe ich jetzt nicht. KÃ¶nntest Du das bitte noch einmal erklÃ¤ren?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;you only need to enable routing on the switch if you want the switch to become a router and &amp;gt;do for example intervlan routing.&lt;BR /&gt;&lt;BR /&gt;genau das ist das, was ich will.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;if you enable ip routing the "ip default-gateway" command might be possible at the cli, but it &amp;gt;doesn't have any effect.&lt;BR /&gt;&lt;BR /&gt;Und ich habe mich schon gewundert, warum das bei den 5400zl drinsteht und es funktioniert trotzdem. Ich wusste nicht, dass das keinen Effekt hat.&lt;BR /&gt;Um noch einmal die Frage aufzugreifen "ip default-gateway" benÃ¶tige ich nur, wenn ich den Switch in ein Netz hÃ¤nge, wo der Switch selbst sich um nichts zu kÃ¼mmern braucht in Sachen VLAN?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;ok lets see,...as this is the device --&amp;gt;I added another VLAN: 192.23.20.0/24 with&lt;BR /&gt;&amp;gt;192.23.20.80 as gateway&amp;lt;-- does the gateway know where to find the 192.23.137/24 subnet &lt;BR /&gt;&lt;BR /&gt;DafÃ¼r habe ich doch den "ip route 0.0.0.0 0.0.0.0 192.23.137.110" Eintrag, oder?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;and do the devices in 192.23.137/24 subnet know where to find the subnet of the notebook? &amp;gt;try to make a traceroute from your notebook and try a traceroute from a switch in the &lt;BR /&gt;&amp;gt;192.23.137/24 subnet.&lt;BR /&gt;&lt;BR /&gt;Ich sitze mit meinem BÃ¼ro auch ein paar Switches weiter weg. Als der 3500yl zuerst am Core dran war konnte ich den Gateway 192.23.20.80 vom neuen Subnetz 20 auch wunderbar erreichen. Logischerweise dann auch mit traceroute.&lt;BR /&gt;&lt;BR /&gt;Ich hatte dann folgendes Problem. Ich habe mich mit meinem Notebook an den 3500yl an einem Port mit dem Subnetz 20 drangehÃ¤ngt, habe mir die feste IP 192.23.20.5 gegeben und als Gateway mit die 192.23.20.80 und meinen DSN eingetragen und wollte ganz einfach einmal unseren Webserver anpingen. Das ging nicht, weil er eben den Weg nicht gefunden hat, trotz aller ip routing, ip default-gateway und ip route 0.0.0.0 0.0.0.0 192.23.137.110 EintrÃ¤ge.&lt;BR /&gt;Also irgendetwas bringe ich hier noch durcheinander.&lt;BR /&gt;&lt;BR /&gt;At the admins, I promise, at the end when we found the solution, I will post this in english, too.</description>
      <pubDate>Sat, 23 May 2009 14:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410315#M18387</guid>
      <dc:creator>MullT</dc:creator>
      <dc:date>2009-05-23T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410316#M18388</link>
      <description>Also gut,&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;- Ohne "ip routing" kann ich nur innerhalb des eigenen Subnetzes den Switch erreichen, ok also an damit&lt;BR /&gt;- Das default VLAN 1 bekommt die IP: 192.23.137.57&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Das ist nicht so. Also zum Bsp der Switch hat die 192.23.137.57/24 und ein Default Gateway (192.23.137.1) und du bist im 192.168.0.0/24 Netz mit einem Gateway das das 192.23.137.0/24 kennt, dann kannst du natÃ¼rlich auch aus diesem Subnetz den Switch erreichen.&lt;BR /&gt;Die IP des Switches ist dabei eigentlich nur dazu da um den Switch zu managen und zu Ã¼berwachen. hat der Switch jedoch keine Gateway oder eins das er nicht erreichen kann, kannst du den Switch natÃ¼rlich nur aus seinem Subnetz managen.&lt;BR /&gt;&lt;BR /&gt;-------&lt;BR /&gt;- Danach kommt ein "ip route 0.0.0.0 0.0.0.0 192.23.137.110", wobei die 192.23.137.57 der "next hop switch" ist&lt;BR /&gt;- Das 192.23.137.0/24 Netz ist mein Core-Netz an dem dann die ganzen anderen Subnetze hÃ Â¤ngen&lt;BR /&gt;- Also VLAN fÃ Â¼r das neue Subnetz erstellen ==&lt;BR /&gt;(I added another VLAN: 192.23.20.0/24 with 192.23.20.80 as gateway:)&lt;BR /&gt;&lt;BR /&gt;vlan 20&lt;BR /&gt;name "AlcatelServer"&lt;BR /&gt;untagged 1-24&lt;BR /&gt;ip address 192.23.20.80 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;ah ok wenn du jetzt routing auf dem Switch einschaltest und dem router mit der IP 192.23.137.110 verrÃ¤tst wo er das 192.23.20.0/24 netz findet geht das. &lt;BR /&gt;ip route 192.23.20.0 255.255.255.0 192.23.137.57&lt;BR /&gt;&lt;BR /&gt;192.23.137.57 ist doch das gleiche GerÃ¤t was auch noch zustÃ¤tzlich die 192.23.20.80 hat?!&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Und ich habe mich schon gewundert, warum das bei den 5400zl drinsteht und es funktioniert trotzdem. Ich wusste nicht, dass das keinen Effekt hat.&lt;BR /&gt;Um noch einmal die Frage aufzugreifen "ip default-gateway" benÃ Â¶tige ich nur, wenn ich den Switch in ein Netz hÃ Â¤nge, wo der Switch selbst sich um nichts zu kÃ Â¼mmern braucht in Sachen VLAN?&lt;BR /&gt;----&lt;BR /&gt;genau so ist es. &lt;BR /&gt;&lt;BR /&gt;hoffe hab jetzt alles, ansonsten einfach fragen ich versuch gerne dir weiter zu helfen.&lt;BR /&gt;&lt;BR /&gt;alex</description>
      <pubDate>Sat, 23 May 2009 14:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410316#M18388</guid>
      <dc:creator>serpel</dc:creator>
      <dc:date>2009-05-23T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN + routing problems</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410317#M18389</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Welcome to the forums.&lt;BR /&gt;&lt;BR /&gt;Could you please post your reply in English? This will help everybody in the Forum understand the query and allow them to participate as well.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhavankutty&lt;BR /&gt;&lt;BR /&gt;PS: Please continue to post here by clicking on the "Reply" button.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 07:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-routing-problems/m-p/4410317#M18389</guid>
      <dc:creator>Madhavankutty</dc:creator>
      <dc:date>2009-05-25T07:56:33Z</dc:date>
    </item>
  </channel>
</rss>

