<?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: Multicast - PIM troubleshooting in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38851#M8469</link>
    <description>Hi  David,&lt;BR /&gt;
&lt;BR /&gt;
I generally use the UDP multicast test tool found at the following link if I'm testing in the lab.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://members.home.nl/hbthouppermans/Skybuck/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://members.home.nl/hbthouppermans/Skybuck/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You could use this in the network to see if you are able to get a stream routed from the server to client VLANs. If you are, then it looks like the network side is good and any issues may be client side.&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Aug 2016 22:22:00 GMT</pubDate>
    <dc:creator>BrandonC</dc:creator>
    <dc:date>2016-08-22T22:22:00Z</dc:date>
    <item>
      <title>Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38843#M8461</link>
      <description>Hello,&lt;BR /&gt;
We have a location where our tech is reporting he cannot ghost image a computer lab (roughly 20 PCs). At that site we have a core of x670v-48x and x460-48p switches.  Code is at 15.5.3.4 patch 1-5&lt;BR /&gt;
&lt;BR /&gt;
We have pim setup in this fashion:&lt;BR /&gt;
&lt;BR /&gt;
configure pim add vlan "IDF" sparse &lt;BR /&gt;
configure pim add vlan "MDF" sparse&lt;BR /&gt;
configure pim add vlan "JVloop" sparse&lt;BR /&gt;
configure pim crp vlan "JVloop" "RP-list" 30&lt;BR /&gt;
enable pim&lt;BR /&gt;
configure pim cbsr vlan "JVloop"&lt;BR /&gt;
&lt;BR /&gt;
When I issue the show pim command;  I see the BSR elected and all the appropriate vlans rifms, with the JVloop rifmsc&lt;BR /&gt;
&lt;BR /&gt;
Our RP-list.pol file is &lt;BR /&gt;
entry rp-list {        if match any{&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                nlri 239.0.0.0/8;&lt;BR /&gt;
                nlri 224.0.0.0/8;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Igmp Snooping Flag            : forward-all-routerIgmp Snooping Flood-list      : none&lt;BR /&gt;
Igmp Snooping Proxy           : Enable&lt;BR /&gt;
Igmp Snooping Filters         : per-port&lt;BR /&gt;
&lt;BR /&gt;
As a test, our tech plugged all the computers into a dumb switch and was able to mulitcast fine.  He cannot multicast when he's connected to the extreme stack.   When he is connected to the extreme stack, the clients are able to join the ghost server, but when he hits send to send them their images, it just spins then fails.&lt;BR /&gt;
&lt;BR /&gt;
I've done the old stare and compare with other sites where I have been told multi-casting works fine, and I can't see a configuration difference.&lt;BR /&gt;
&lt;BR /&gt;
I guess I'm looking for suggestions on what to try / tweak / look for?&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2015 00:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38843#M8461</guid>
      <dc:creator>Sarah_Seidl</dc:creator>
      <dc:date>2015-07-02T00:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38844#M8462</link>
      <description>im no PIM guru by any means, but if you run this command do you see the join request?&lt;BR /&gt;
&lt;BR /&gt;
TOC-X460.24 # sh pim cache 224.1.100.21&lt;BR /&gt;
Index  Dest Group      Source             InVlan   Origin&lt;BR /&gt;
[0000] 224.1.100.21    192.168.1.1 (WR)   Cspire-Chicago Sparse&lt;BR /&gt;
       Entry timer is not run; UpstNbr: 10.1.0.1&lt;BR /&gt;
       EgressIfList =  Video-10Gig(0)(FW)(DM)(N)&lt;BR /&gt;
&lt;BR /&gt;
[0001] 224.1.100.21    10.99.2.4 (S)      Cspire-Chicago Sparse&lt;BR /&gt;
       Expires after 186 secs UpstNbr: 10.1.0.1&lt;BR /&gt;
       RP: 192.168.1.1 via 10.1.0.1 in Cspire-Chicago&lt;BR /&gt;
       EgressIfList =  Video-10Gig(0)(FW)(DM)(N)&lt;BR /&gt;
&lt;BR /&gt;
is the PC on the same subnet as the network.  vlan? &lt;BR /&gt;
&lt;BR /&gt;
if so you may try this command to the multicast he is pulling. basically forcing a join.&lt;BR /&gt;
&lt;BR /&gt;
configure igmp snooping vlan "Cspire-Chicago" ports 34 add static group 224.1.2.21&lt;BR /&gt;
&lt;BR /&gt;
  is there a route to the source of the MC?&lt;BR /&gt;
&lt;BR /&gt;
show iproute&lt;BR /&gt;
#s   192.168.1.1/32     10.1.0.1        1    UG---S-um--f- Cspire-Chicago 194d:11h:31m:6s&lt;BR /&gt;
&lt;BR /&gt;
hope some of these ideas will help,&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2015 01:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38844#M8462</guid>
      <dc:creator>Michael_Suggs1</dc:creator>
      <dc:date>2015-07-02T01:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38845#M8463</link>
      <description>Thank you, I'll coordinate with our tech and schedule time to look at what you recommended.</description>
      <pubDate>Thu, 02 Jul 2015 01:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38845#M8463</guid>
      <dc:creator>Sarah_Seidl</dc:creator>
      <dc:date>2015-07-02T01:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38846#M8464</link>
      <description>Hello Sarah,&lt;BR /&gt;
&lt;BR /&gt;
In addition to checks at the router, your tech will want to verify ttl at the ghost server.  &lt;BR /&gt;
Ghost default ttl should be enough for most small to medium networks but verifying this item should be on the checklist. &lt;BR /&gt;
&lt;BR /&gt;
Mike</description>
      <pubDate>Thu, 02 Jul 2015 18:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38846#M8464</guid>
      <dc:creator>Mike_D</dc:creator>
      <dc:date>2015-07-02T18:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38847#M8465</link>
      <description>Thank you, I will be sure to ask him that.</description>
      <pubDate>Thu, 02 Jul 2015 18:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38847#M8465</guid>
      <dc:creator>Sarah_Seidl</dc:creator>
      <dc:date>2015-07-02T18:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38848#M8466</link>
      <description>What this issue resolved?&lt;BR /&gt;
&lt;BR /&gt;
I have a similar issue.&lt;BR /&gt;
&lt;BR /&gt;
They can Ghost PC on the same VLAN but cannot Ghost across VLANs. &lt;BR /&gt;
&lt;BR /&gt;
The PIM dense config looks good and a Multicast traffic test tool installed on the same server as Ghost can send traffic to PCs on other VLANs.&lt;BR /&gt;
&lt;BR /&gt;
Packet captures at both the port were the Server connects and were the client connect appear to show multicast traffic flowing but the Ghost session never progresses.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas would be greatly appreciated.</description>
      <pubDate>Fri, 19 Aug 2016 20:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38848#M8466</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-08-19T20:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38849#M8467</link>
      <description>We confirmed and reprogrammed PIM, everything looked right.&lt;BR /&gt;
&lt;BR /&gt;
    The ultimate fix was a reboot of the stack after hours.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38849#M8467</guid>
      <dc:creator>Sarah_Seidl</dc:creator>
      <dc:date>2016-08-22T21:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38850#M8468</link>
      <description>Thanks for the response.    I'm dealing with a BDX8,  we think the issue is with the clients.</description>
      <pubDate>Mon, 22 Aug 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38850#M8468</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-08-22T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38851#M8469</link>
      <description>Hi  David,&lt;BR /&gt;
&lt;BR /&gt;
I generally use the UDP multicast test tool found at the following link if I'm testing in the lab.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://members.home.nl/hbthouppermans/Skybuck/" target="_blank" rel="nofollow noreferrer noopener"&gt;http://members.home.nl/hbthouppermans/Skybuck/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You could use this in the network to see if you are able to get a stream routed from the server to client VLANs. If you are, then it looks like the network side is good and any issues may be client side.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2016 22:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38851#M8469</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-08-22T22:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38852#M8470</link>
      <description>Brandon,&lt;BR /&gt;
&lt;BR /&gt;
That is the same tool we use, and in this case it works fine. It is just Ghost that fails, we have been trying to figure out if there differences between the the steams that could make one forward and the other not. &lt;BR /&gt;
&lt;BR /&gt;
My latest WireShark captures seem to show everything working as expected but when I look at the logs on Ghost it is stuck in a re-transmit loop. &lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Ghost Log Level All  93736593 timed out after 1015 ticks&lt;BR /&gt;
&lt;BR /&gt;
           Wait(1000) timed out after 1016 ticks&lt;BR /&gt;
&lt;BR /&gt;
  93737609 Wait(1000) timed out after 1000 ticks&lt;BR /&gt;
&lt;BR /&gt;
  93738609 Wait(65) timed out after 78 ticks&lt;BR /&gt;
  93738687 Retransmit timeout&lt;BR /&gt;
&lt;BR /&gt;
           S:         ACK     TAK             SEQ=4617902 ACK=347 WIN=57240 LEN=0 ADDR=10.10.5.108:7777&lt;BR /&gt;
           Slow start threshold 2862&lt;BR /&gt;
           Congestion window 2862&lt;BR /&gt;
&lt;BR /&gt;
           Wait(1000) returned (R) after 0 ticks&lt;BR /&gt;
&lt;BR /&gt;
           R:         ACK             TOK     SEQ=347 ACK=4615040 WIN=57240 LEN=0 ADDR=10.10.5.108:7777&lt;BR /&gt;
           Recv would block&lt;BR /&gt;
&lt;BR /&gt;
           Wait(1000) timed out after 1016 ticks&lt;BR /&gt;
  93739703 Retransmit timeout&lt;BR /&gt;
           Slow start threshold 2862&lt;BR /&gt;
           Congestion window 2862&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2016 22:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38852#M8470</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-08-22T22:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38853#M8471</link>
      <description>Hmm, that does sound like a client issue with Ghost. I'm assuming you are mirroring the client port to take a capture? Do you see the stream making it all the way to the client when trying to use Ghost?</description>
      <pubDate>Mon, 22 Aug 2016 22:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38853#M8471</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-08-22T22:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multicast - PIM troubleshooting</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38854#M8472</link>
      <description>I believe so. Here are links to packet captures from last week if you want to take a look.&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/wocd9mjtd3zwjn3/AHD1P116.1.pc.png?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/wocd9mjtd3zwjn3/AHD1P116.1.pc.png?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/8350ie9550fme5x/AHE-SRV_P23_Mirror_Filtered.pc.png?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/8350ie9550fme5x/AHE-SRV_P23_Mirror_Filtered.pc.png?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Mon, 22 Aug 2016 22:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/multicast-pim-troubleshooting/m-p/38854#M8472</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-08-22T22:49:00Z</dc:date>
    </item>
  </channel>
</rss>

