<?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: No MSRP from eAVB camera module in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48496#M12694</link>
    <description>Daein,&lt;BR /&gt;
&lt;BR /&gt;
Setting this up manually could get complicated.  I think it is probably best to open up a case with GTAC for assistance:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Technical-Assistance-Center-GTAC/" target="_blank" rel="nofollow noreferrer noopener"&gt;How to contact Extreme Networks Global Technical Assistance Center (GTAC)&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Is the camera constantly sending the stream?  Does the stream have a VLAN tag?  If so, that VLAN needs to be created and the source and destination ports added:&lt;BR /&gt;
&lt;BR /&gt;
create vlan &lt;BR /&gt;
conf vlan  add ports  tagged&lt;BR /&gt;
&lt;BR /&gt;
Then you need to add a static FDB entry for the stream destination mac on the listener port:&lt;BR /&gt;
&lt;BR /&gt;
create fdb 91:E0:F0:00:FE:00 vlan  ports  &lt;BR /&gt;
&lt;BR /&gt;
Ultimately, QoS needs to be setup as well, but you shouldn't need that for a single stream.  I would see if you can get the stream forwarding first.</description>
    <pubDate>Fri, 26 Aug 2016 19:11:00 GMT</pubDate>
    <dc:creator>Chad_Smith1</dc:creator>
    <dc:date>2016-08-26T19:11:00Z</dc:date>
    <item>
      <title>No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48489#M12687</link>
      <description>I recently got an eAVB camera module(exelfore) and was able to see camera preview rendering via RTP streaming. But its 1722 stream (per its header, it is .jpg AVTPU type) doesn't seem to be routed(multicasted) to a port that a listener is connected.&lt;BR /&gt;
&lt;BR /&gt;
When I check MSRP, a port#1 (one that eAVB camera is connected to) is active(*) but no 'ab' shown (gPTP and MVRP are all set to 'active'). A tcpdump on listener side doesn't show 1722 stream packet (promiscuous mode enabled) at all. Does this mean MFDB is not configured correctly? (I also don't see any outstanding stream info (from 'show msrp streams' command.)) I guess the eAVB camera might not do SRP at all (I still need to confirm that)&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to manually configure(enable) a stream on the designated port(listener)? &lt;BR /&gt;
&lt;BR /&gt;
thanks in advance,&lt;BR /&gt;
-Daein</description>
      <pubDate>Wed, 24 Aug 2016 16:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48489#M12687</guid>
      <dc:creator>Daein_Chung</dc:creator>
      <dc:date>2016-08-24T16:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48490#M12688</link>
      <description>Daein,&lt;BR /&gt;
&lt;BR /&gt;
What is the gPTP port state of the camera and listener (active isn't a valid state)? &lt;BR /&gt;
&lt;BR /&gt;
Does the camera or listener send out any MSRP, MVRP, or gPTP packets?  You can confirm this by the following counter commands:&lt;BR /&gt;
&lt;BR /&gt;
show msrp port  counters&lt;BR /&gt;
show mvrp port  counters&lt;BR /&gt;
show network-clock gptp ports  counters &lt;BR /&gt;
&lt;BR /&gt;
You can somewhat configure a stream manually, but it is not recommended.  You would need to manually provision the AVB VLAN and setup QoS.  As a quick test you could try adding a static FDB entry for the stream destination MAC address on the listener port: &lt;BR /&gt;
&lt;BR /&gt;
create fdb &lt;STREAM_DEST_MAC_ADDRESS&gt; vlan &lt;AVB_VLAN&gt; ports  tagged&lt;BR /&gt;
&lt;BR /&gt;
You can also set the listener port to join all streams (this will only work if the camera is properly advertising the stream):&lt;BR /&gt;
&lt;BR /&gt;
debug msrp set auto-listener on ports &lt;BR /&gt;
&lt;BR /&gt;
However, I recommend figuring out how to make MSRP and MVRP work correctly.&lt;/AVB_VLAN&gt;&lt;/STREAM_DEST_MAC_ADDRESS&gt;</description>
      <pubDate>Wed, 24 Aug 2016 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48490#M12688</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2016-08-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48491#M12689</link>
      <description>Hello Chad,&lt;BR /&gt;
&lt;BR /&gt;
Appreciate your help, Chad.&lt;BR /&gt;
&lt;BR /&gt;
here are logs from eAVB switch (I first powe cycle eAVB switch and attach the eAVB camera module to port# 1)&lt;BR /&gt;
&lt;BR /&gt;
X440-8t.6 # show network-clock gptp ports 1 countersPort number                                      : 1&lt;BR /&gt;
gPTP port status                                 : Enabled&lt;BR /&gt;
------------------------------------------------------------&lt;BR /&gt;
Parameter                             Receive       Transmit&lt;BR /&gt;
------------------------------------------------------------&lt;BR /&gt;
Announce                                    0             22&lt;BR /&gt;
Sync                                        8            171&lt;BR /&gt;
Follow Up                                   7            171&lt;BR /&gt;
Peer Delay Request                         23             25&lt;BR /&gt;
Peer Delay Response                        25             23&lt;BR /&gt;
Peer Delay Response Follow Up              25             23&lt;BR /&gt;
gPTP packet discards                        0              -&lt;BR /&gt;
------------------------------------------------------------&lt;BR /&gt;
Announce Receipt Timeout Count                   : 0&lt;BR /&gt;
Sync Receipt Timeout Count                       : 0&lt;BR /&gt;
Peer Delay Allowed Lost Response Exceeded Count  : 0&lt;BR /&gt;
&lt;BR /&gt;
X440-8t.6 # show msrp port 1 counters&lt;BR /&gt;
 Port       Streams  Reservations      Rx Pkt    Rx Error      Tx Pkt&lt;BR /&gt;
-----  ------------  ------------  ----------  ----------  ----------&lt;BR /&gt;
    1             0             0           0           0           4&lt;BR /&gt;
&lt;BR /&gt;
X440-8t.7 # show mvrp port 1 counters&lt;BR /&gt;
 Port  VLANs  Failed    Rx Pkt  Rx Error    Tx Pkt    Last Source&lt;BR /&gt;
        Regs    Regs     Count     Count     Count      Address&lt;BR /&gt;
-----  -----  ------  --------  --------  --------  -----------------&lt;BR /&gt;
    1      2       0         0         0        38  00:00:00:00:00:00&lt;BR /&gt;
---------------------------------------------------------------------&lt;BR /&gt;
Regs: Registrations&lt;BR /&gt;
&lt;BR /&gt;
X440-8t.8 # show fdb&lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:80:e1:ff:ff:07    Default(0001) 0041 d m           1&lt;BR /&gt;
&lt;BR /&gt;
Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,&lt;BR /&gt;
        x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,&lt;BR /&gt;
        b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,&lt;BR /&gt;
        D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,&lt;BR /&gt;
        S - Software Controlled Deletion, r - MSRP&lt;BR /&gt;
&lt;BR /&gt;
Total: 1 Static: 0  Perm: 0  Dyn: 1  Dropped: 0  Locked: 0  Locked with Timeout: 0&lt;BR /&gt;
FDB Aging time: 300&lt;BR /&gt;
&lt;BR /&gt;
As you can see the above, i don't see any stream available on the port#1. Does it mean the eAVB camera does not advertise its stream availability?&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance,&lt;BR /&gt;
-Daein</description>
      <pubDate>Thu, 25 Aug 2016 01:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48491#M12689</guid>
      <dc:creator>Daein_Chung</dc:creator>
      <dc:date>2016-08-25T01:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48492#M12690</link>
      <description>Daein,&lt;BR /&gt;
&lt;BR /&gt;
From the counter outputs we can see that the camera is not sending any MSRP or MVRP messages, therefore it is not advertising anything about a stream.  It is participating in gPTP, so that is a start.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to configure the camera (CLI/GUI) that might allow you to configure the AVB stream?  Does it have some kind of controller that it pulls down a configuration from?</description>
      <pubDate>Thu, 25 Aug 2016 17:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48492#M12690</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2016-08-25T17:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48493#M12691</link>
      <description>Hello Chad,&lt;BR /&gt;
&lt;BR /&gt;
Right. I could confirm from packet capture that there is no stream advertisement from the eavb camera at all. It just got gPTP and then start streaming video output.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately, I cannot change their firmware, so the only way is to configure the switch setting such that stream advertisement and bandwidth reservation (others) are manually configured in the switch. (I guess that is what normally automotive eAVB solution would do)&lt;BR /&gt;
&lt;BR /&gt;
I really appreciate if you can provide an instruction about how to do that.&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance,&lt;BR /&gt;
-Daein&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2016 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48493#M12691</guid>
      <dc:creator>Daein_Chung</dc:creator>
      <dc:date>2016-08-25T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48494#M12692</link>
      <description>Daein,&lt;BR /&gt;
&lt;BR /&gt;
We need to have some information about the stream in order to try and setup a manual stream. Do you know what the stream destination mac address is? Do you know the stream class and bandwidth requirements?  I feel like this may be hard to determine the stream information since the camera isn't advertising anything.  Do you have any documentation from the camera that may help?&lt;BR /&gt;
&lt;BR /&gt;
You are correct, in automotive environments sometimes things are statically configured, but usually there is some configuration utility that allows you to program stream ids, mac addresses, etc on the endpoints.  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2016 19:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48494#M12692</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2016-08-25T19:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48495#M12693</link>
      <description>Chad,&lt;BR /&gt;
&lt;BR /&gt;
Camera Mac address: 00:80:E1:FF:FF:07&lt;BR /&gt;
Multicast address: 91:E0:F0:00:FE:00&lt;BR /&gt;
StreamID:  00:80:E1:FF:FF:07:00:6E&lt;BR /&gt;
Stream class: B&lt;BR /&gt;
Bandwidth: 28.8Mbps (720p30 High Quality 120KB average frame size)&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
-Daein</description>
      <pubDate>Thu, 25 Aug 2016 19:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48495#M12693</guid>
      <dc:creator>Daein_Chung</dc:creator>
      <dc:date>2016-08-25T19:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48496#M12694</link>
      <description>Daein,&lt;BR /&gt;
&lt;BR /&gt;
Setting this up manually could get complicated.  I think it is probably best to open up a case with GTAC for assistance:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Technical-Assistance-Center-GTAC/" target="_blank" rel="nofollow noreferrer noopener"&gt;How to contact Extreme Networks Global Technical Assistance Center (GTAC)&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Is the camera constantly sending the stream?  Does the stream have a VLAN tag?  If so, that VLAN needs to be created and the source and destination ports added:&lt;BR /&gt;
&lt;BR /&gt;
create vlan &lt;BR /&gt;
conf vlan  add ports  tagged&lt;BR /&gt;
&lt;BR /&gt;
Then you need to add a static FDB entry for the stream destination mac on the listener port:&lt;BR /&gt;
&lt;BR /&gt;
create fdb 91:E0:F0:00:FE:00 vlan  ports  &lt;BR /&gt;
&lt;BR /&gt;
Ultimately, QoS needs to be setup as well, but you shouldn't need that for a single stream.  I would see if you can get the stream forwarding first.</description>
      <pubDate>Fri, 26 Aug 2016 19:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48496#M12694</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2016-08-26T19:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48497#M12695</link>
      <description>Hello Chad,&lt;BR /&gt;
&lt;BR /&gt;
thanks you. &lt;BR /&gt;
&lt;BR /&gt;
There is a continuous stream from eavb cam  I can see a following fdb when I connect the cam. is '0001' its Vlan?&lt;BR /&gt;
&lt;BR /&gt;
 X440-8t.13 # show fdb&lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:80:e1:ff:ff:07    Default(0001) 0000 d m           1&lt;BR /&gt;
&lt;BR /&gt;
BR,&lt;BR /&gt;
-Daein</description>
      <pubDate>Fri, 26 Aug 2016 19:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48497#M12695</guid>
      <dc:creator>Daein_Chung</dc:creator>
      <dc:date>2016-08-26T19:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: No MSRP from eAVB camera module</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48498#M12696</link>
      <description>It is possible that the stream is sent untagged in VLAN default.  However, this would not be common for normal AVB streams.  Usually they are sent on another VLAN that is dynamically created by MVRP.</description>
      <pubDate>Wed, 31 Aug 2016 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/no-msrp-from-eavb-camera-module/m-p/48498#M12696</guid>
      <dc:creator>Chad_Smith1</dc:creator>
      <dc:date>2016-08-31T18:42:00Z</dc:date>
    </item>
  </channel>
</rss>

