<?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: hp 2910al  switch trunking and basic understanding in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492885#M19685</link>
    <description>NO, I dont think VLAN can assign IP address automatically to any other device.. You need to have DHCP scope to get IP address automatically. &lt;BR /&gt;If someone else can throw some light on this too pls.</description>
    <pubDate>Tue, 08 Sep 2009 19:59:49 GMT</pubDate>
    <dc:creator>hpneed</dc:creator>
    <dc:date>2009-09-08T19:59:49Z</dc:date>
    <item>
      <title>hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492878#M19678</link>
      <description>&lt;!--!*#--&gt;Hi All,&lt;BR /&gt;I've attached diagram that I want to setup in my client network. I have never done HP switch configuration before and want to configure it as you can see in the diagram. I want to setup following things on the Switch 1 and 2. &lt;BR /&gt;&lt;BR /&gt;1. Configure 2 vlans on both switches so they can communicate with each others. How would I configure trunk ports on both switches. &lt;BR /&gt;&lt;BR /&gt;2. How do I setup DHCP on switch-2. Switch-1 does not need to have DHCP at all as it has server with DHCP scope.&lt;BR /&gt;&lt;BR /&gt;3. How would I configure routing for both VLANS on both switches ? &lt;BR /&gt;&lt;BR /&gt;Would you please guide me through AS soon As you can...  &lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2009 10:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492878#M19678</guid>
      <dc:creator>hpneed</dc:creator>
      <dc:date>2009-09-07T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492879#M19679</link>
      <description>Someone can respond to my questions pls.. its quite urgent..</description>
      <pubDate>Mon, 07 Sep 2009 19:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492879#M19679</guid>
      <dc:creator>hpneed</dc:creator>
      <dc:date>2009-09-07T19:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492880#M19680</link>
      <description>ok, &lt;BR /&gt;let's see:&lt;BR /&gt;&lt;BR /&gt;conf t&lt;BR /&gt;trunk 1,2 trk1 trunk //&amp;lt;--Uplink between the switches&lt;BR /&gt;vlan 1&lt;BR /&gt;ip address 180.10.1.1(2)/24//.1 at switch 1 and .2 at switch 2&lt;BR /&gt;tagged trk1&lt;BR /&gt;untagged 3-10// native ports of vlan 1&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;ip address 180.10.2.1(2)/24//.1 at switch 1 and .2 at switch 2&lt;BR /&gt;tagged trk1&lt;BR /&gt;untagged 11-24// native ports of vlan 2&lt;BR /&gt;exit&lt;BR /&gt;wr mem&lt;BR /&gt;&lt;BR /&gt;thats basically the config for both switches&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on switch 1&lt;BR /&gt;&lt;BR /&gt;conf t&lt;BR /&gt;ip routing&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 &lt;IP of="" fw=""&gt;&lt;BR /&gt;wr mem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on switch 2&lt;BR /&gt;conf&lt;BR /&gt;ip default gateway 180.10.1.1&lt;BR /&gt;wr mem&lt;BR /&gt;&lt;BR /&gt;in this setup you don't need routing at switch 2!&lt;BR /&gt;at the clients of vlan 1 you apply 180.10.1.1 as default gateway and on vlan 2 you apply 180.10.2.1 as default gateway.&lt;BR /&gt;&lt;BR /&gt;at your fw you need a route like:&lt;BR /&gt;&lt;BR /&gt;ip route 180.10.2.0 255.255.255.0 180.10.1.1//ip of switch 1 in vlan 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the HP switche can't act as DHCP-Server, you only can apply a dhcp-relay&lt;BR /&gt;&lt;BR /&gt;on switch 1&lt;BR /&gt;conf&lt;BR /&gt;vlan 2&lt;BR /&gt;ip helper-address &lt;IP of="" dhcp="" server=""&gt;&lt;BR /&gt;exit&lt;BR /&gt;wr mem&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;alex&lt;BR /&gt;&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 08 Sep 2009 05:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492880#M19680</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2009-09-08T05:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492881#M19681</link>
      <description>Your configuration is commonly used.&lt;BR /&gt;There are many posts allready present on this forum.&lt;BR /&gt;If it's that urgent try a search first.&lt;BR /&gt;&lt;BR /&gt;In adition to Alex's post:&lt;BR /&gt;Switch-2 does not need to be setup for DHCP.&lt;BR /&gt;DHCP-requests within a vlan are broadcasted among the whole vlan, so it's also received at switch-1.&lt;BR /&gt;If it's on the same vlan as the dhcp-server, it's also recieved by this server, so no problem there.&lt;BR /&gt;If it's on another vlan, then switch-1 must route it to the vlan where the dhcp-server resides, that's done by the ip-helper setting as described by Alex.&lt;BR /&gt;&lt;BR /&gt;your dhcp-server must be configured with multiple scopes, one for each vlan/subnet!&lt;BR /&gt;You may need to look into that.&lt;BR /&gt;&lt;BR /&gt;The scope for vlan-1 must have the default-gateway set to switch-1's ip-address for vlan-1, and the scope for vlan-2 must have it set to switch-1's address for vlan-2, etc.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Pieter</description>
      <pubDate>Tue, 08 Sep 2009 07:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492881#M19681</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-09-08T07:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492882#M19682</link>
      <description>Thank you very much for your replies..&lt;BR /&gt;&lt;BR /&gt;My DHCP is server is sitting behind the VLAN-1 scope for VLAN-2 so I will configure ip-helper command as mentioned here. &lt;BR /&gt;&lt;BR /&gt;Do I need to write route on both switches to reach to each others subnets ?&lt;BR /&gt;such as &lt;BR /&gt;on switch1 : &lt;BR /&gt;&lt;BR /&gt;route 180.10.2.x 255.255.255.0 180.10.2.242 ( Switch 2 Vlan 2 IP address )&lt;BR /&gt;&lt;BR /&gt;and on Switch 2 : &lt;BR /&gt;&lt;BR /&gt;route 180.10.1.x 255.255.255.0 180.10.1.241 ( Switch 1 Vlan 1 IP Address )&lt;BR /&gt;&lt;BR /&gt;Can you pls advise me this ..&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 08 Sep 2009 10:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492882#M19682</guid>
      <dc:creator>hpneed</dc:creator>
      <dc:date>2009-09-08T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492883#M19683</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;no you don't need to add those routes.&lt;BR /&gt;on switch 1, which is doing all the intervlan routing, it will be added automatically.&lt;BR /&gt;&lt;BR /&gt;hth &lt;BR /&gt;alex</description>
      <pubDate>Tue, 08 Sep 2009 10:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492883#M19683</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2009-09-08T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492884#M19684</link>
      <description>if a VLAN on a switch is given an IP range - does any device connecting to it automatically recieve an IP from that range?</description>
      <pubDate>Tue, 08 Sep 2009 14:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492884#M19684</guid>
      <dc:creator>Ezugo</dc:creator>
      <dc:date>2009-09-08T14:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492885#M19685</link>
      <description>NO, I dont think VLAN can assign IP address automatically to any other device.. You need to have DHCP scope to get IP address automatically. &lt;BR /&gt;If someone else can throw some light on this too pls.</description>
      <pubDate>Tue, 08 Sep 2009 19:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492885#M19685</guid>
      <dc:creator>hpneed</dc:creator>
      <dc:date>2009-09-08T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492886#M19686</link>
      <description>To Ezugo (I think it should have been a new thread)&lt;BR /&gt;A vlan only serves to group some ports as if they are in a different LAN.&lt;BR /&gt;It basically has no knowledge of ip-adresses.&lt;BR /&gt;You can do any protocol other than tcp/ip on such (V)LAN.&lt;BR /&gt;&lt;BR /&gt;You assign an ip-address to the switch for management purposes, or if the switch must function as tcp/ip-router.&lt;BR /&gt;You can use any adress on any (v)lan even duplicate adresses on different vlans as long as they don't need to communicate with one another..&lt;BR /&gt;&lt;BR /&gt;Assigning an address to a vlan on a switch is not enough.&lt;BR /&gt;Ip-adresses kan be dynamically assigned by a DHCP-server. In smaller networks some network-device (like ADSL-router) can do this, but mostly it is a separate server (windows, unix, etc).&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2009 06:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492886#M19686</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-09-09T06:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492887#M19687</link>
      <description>Hello Guys,&lt;BR /&gt;&lt;BR /&gt;I have a different feeling here. I am wondering that why would I use 2 VLANs here. let me tell you my scenario again. I am so confused and need your assistance for designing 2 procure 2910al-24G switch. &lt;BR /&gt;&lt;BR /&gt;1. Switch-1 subnet 180.10.1.0/24&lt;BR /&gt;2. Switch -2 subnet 180.10.2.0/24&lt;BR /&gt;3. How would I configure Switch-2 to talk with Switch-1 subnet.&lt;BR /&gt;&lt;BR /&gt;MY Plan: &lt;BR /&gt;&lt;BR /&gt;I am planning on configuring 1 vlan on both side and assign IP address on switch-1  port 24 : 180.10.2.241/24 and Switch-2 port 24 : 180.10.2.242/24 and configure there both switch port as trunk port. And configure switch-2 default gateway as 180.10.2.241 and Switch-1 default gateway will be my firewall IP and firewall will have a return route for 180.2.10.0/24 network. &lt;BR /&gt;&lt;BR /&gt;Can someone guide me whether this is going to work or not. &lt;BR /&gt;&lt;BR /&gt;Your assistance will be much more helpful...</description>
      <pubDate>Wed, 09 Sep 2009 22:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492887#M19687</guid>
      <dc:creator>hpneed</dc:creator>
      <dc:date>2009-09-09T22:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492888#M19688</link>
      <description>Most info is allready in the previous answers.&lt;BR /&gt;&lt;BR /&gt;3. How would I configure Switch-2 to talk with Switch-1 subnet.&lt;BR /&gt;you need a router to enable communication between different subnets.&lt;BR /&gt;when both subnets are used on different vlans, this router must have two interfaces, one in each vlan/subnet.&lt;BR /&gt;&lt;BR /&gt;this can be done by the firewall, or by one of the switches&lt;BR /&gt;&lt;BR /&gt;If you use switch-1 for this, switch-2 does not do any routing and only needs an ip-adress for management.&lt;BR /&gt;&lt;BR /&gt;you need to make switch-2's vlan avalable on switch-1&lt;BR /&gt;you do this by configuring the vlans on the ports that connect the switches&lt;BR /&gt;(untagged/tagged or both tagged)&lt;BR /&gt;lets say port 24 both switches&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;vlan1&lt;BR /&gt;untagged 24&lt;BR /&gt;vlan2&lt;BR /&gt;tagged 24&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;you configure the ip-adress not on the interface, but on the vlan.&lt;BR /&gt;switch-1&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;vlan1&lt;BR /&gt;ip adress 180.10.1.1/24&lt;BR /&gt;vlan2&lt;BR /&gt;ip adress 180.10.2.1/24&lt;BR /&gt;ip helper &lt;DHCP-SERVER&gt; (for dhcp-relay)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;switch-2&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;vlan1&lt;BR /&gt;ip adress 180.10.1.2/24&lt;BR /&gt;vlan2&lt;BR /&gt;ip adress 180.10.2.2/24 (not really necessary)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;and enable routing on switch-1&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;ip routing&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 &lt;FIREWALL&gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;+ firewall will have a return route for 180.2.10.0/24 network. to switch-1&lt;BR /&gt;&lt;/FIREWALL&gt;&lt;/DHCP-SERVER&gt;</description>
      <pubDate>Thu, 10 Sep 2009 05:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/4492888#M19688</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-09-10T05:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/5915411#M31266</link>
      <description>&lt;P&gt;Can any one help me. what type of cable is required for trunking between two switches ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 12:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/5915411#M31266</guid>
      <dc:creator>Deeps</dc:creator>
      <dc:date>2012-12-27T12:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: hp 2910al  switch trunking and basic understanding</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/5916653#M31272</link>
      <description>&lt;P&gt;Hi Deeps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doesn't matter. The rules for trunking (Link Aggregtion) are simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- the members of the trunk must be same speed/duplex - no trunking 100Mb/s port with a Gig port&lt;/P&gt;&lt;P&gt;- the members of the trunk must be same media type - no trunking Fiber with Copper&lt;/P&gt;&lt;P&gt;- the&amp;nbsp;members of the trunk must be co-terminating - no connecting Switch A port 1 to Switch B and Switch A port 2 to Switch C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume we're talking about normal Link Aggregation, not Distributed Trunking. If you're doing DT the third rule doesn't exist.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 13:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-2910al-switch-trunking-and-basic-understanding/m-p/5916653#M31272</guid>
      <dc:creator>Arimo</dc:creator>
      <dc:date>2012-12-28T13:18:09Z</dc:date>
    </item>
  </channel>
</rss>

