<?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: 2824 VLAN Multicast in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393034#M18077</link>
    <description>but &lt;BR /&gt;if can I true understand &lt;BR /&gt;SLP (service location protocol)use UDP packet &lt;BR /&gt;&lt;BR /&gt;may be must test this several command &lt;BR /&gt;first  commad &lt;BR /&gt;&lt;BR /&gt;config)# ip udp-bcast-forward&lt;BR /&gt;&lt;BR /&gt;and test&lt;BR /&gt;&lt;BR /&gt;second commad&lt;BR /&gt;config)# ip directed-broadcast&lt;BR /&gt;&lt;BR /&gt;and test&lt;BR /&gt;&lt;BR /&gt;please say me result&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may it be easy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Apr 2009 12:32:14 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2009-04-02T12:32:14Z</dc:date>
    <item>
      <title>2824 VLAN Multicast</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393032#M18075</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have following Problem to get our Network working with VLAN and routing.&lt;BR /&gt;&lt;BR /&gt;We have 8 subnet's we want to migrate from our Netware Server to the 2824 Switch. &lt;BR /&gt;&lt;BR /&gt;We have also done the migration with VLAN and Routing to the Switch, but we have problems with Multicast.&lt;BR /&gt;&lt;BR /&gt;After migration we are not able to login to the Novell Server via SLP. SLP is configured to Multicast.&lt;BR /&gt;&lt;BR /&gt;Routing between the VLAN's was ok. &lt;BR /&gt;&lt;BR /&gt;Is the 2824 able to this?&lt;BR /&gt;&lt;BR /&gt;What configuration must I set to get SLP working on the VLAN's?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 04:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393032#M18075</guid>
      <dc:creator>Thomas Krüger</dc:creator>
      <dc:date>2009-04-02T04:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: 2824 VLAN Multicast</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393033#M18076</link>
      <description>multicast packet similar broadcast packet &lt;BR /&gt;&lt;BR /&gt;multicast packet easily move L2 enviroment &lt;BR /&gt;&lt;BR /&gt;but if you can want send other vlan or other network multicast packet must be PIM protocol (PIM is a routing protocol for multicast)&lt;BR /&gt;2824 not support PIM only 3500 ,5400,8212 switch support PIM with premium edge license&lt;BR /&gt;&lt;BR /&gt;unable multicast routing 2824 switch</description>
      <pubDate>Thu, 02 Apr 2009 11:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393033#M18076</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-04-02T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2824 VLAN Multicast</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393034#M18077</link>
      <description>but &lt;BR /&gt;if can I true understand &lt;BR /&gt;SLP (service location protocol)use UDP packet &lt;BR /&gt;&lt;BR /&gt;may be must test this several command &lt;BR /&gt;first  commad &lt;BR /&gt;&lt;BR /&gt;config)# ip udp-bcast-forward&lt;BR /&gt;&lt;BR /&gt;and test&lt;BR /&gt;&lt;BR /&gt;second commad&lt;BR /&gt;config)# ip directed-broadcast&lt;BR /&gt;&lt;BR /&gt;and test&lt;BR /&gt;&lt;BR /&gt;please say me result&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;may it be easy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393034#M18077</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-04-02T12:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: 2824 VLAN Multicast</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393035#M18078</link>
      <description>for example &lt;BR /&gt;&lt;BR /&gt;your Netware server in vlan 1 ip address 192.168.1.10&lt;BR /&gt;&lt;BR /&gt;your SLP server in vlan 2 ip address 192.168.2.10&lt;BR /&gt;&lt;BR /&gt;SLP flood on network multicast frame with udp &lt;BR /&gt;&lt;BR /&gt;conf&lt;BR /&gt;ip udp-bcast-forward&lt;BR /&gt;vlan 2&lt;BR /&gt;ip forward-protocol udp 192.168.1.10 427&lt;BR /&gt;&amp;lt;427 is a port number&amp;gt;&lt;BR /&gt;&lt;BR /&gt;in this way send to have this port number applicaiton packet other vlan  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/2824-vlan-multicast/m-p/4393035#M18078</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-04-02T13:05:37Z</dc:date>
    </item>
  </channel>
</rss>

