<?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: Oneview top interfaces reports in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22175#M1409</link>
    <description>Correct,&lt;BR /&gt;
The first 3 are for the report itself, having duplicate report ids is a bad thing. You could have the title and category be whatever you like. &lt;BR /&gt;
&lt;BR /&gt;
Anyways the in regards to the sql query.&lt;BR /&gt;
You can try it yourself on the netsight server.&lt;BR /&gt;
1.) /usr/local/Extreme_Networks/NetSight/scripts$ ./mysql.sh&lt;BR /&gt;
you'll now be in the sql interface.&lt;BR /&gt;
&lt;BR /&gt;
2.) Enter the following&lt;BR /&gt;
SELECT t.displayName AS Name, (truncate(r.val ,3)) AS Utilization&lt;BR /&gt;
FROM netsightrpt.rpt_default_raw r LEFT OUTER JOIN netsightrpt.rpt_target t&lt;BR /&gt;
ON r.targetID=t.targetID WHERE r.statisticID=(&lt;BR /&gt;
SELECT statisticID FROM netsightrpt.rpt_statistic WHERE name="ifUtilization")&lt;BR /&gt;
AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000;&lt;BR /&gt;
&lt;BR /&gt;
This will output 100 stat variables similar to default report.&lt;BR /&gt;
3.) Add the filter for one of the switches you desire&lt;BR /&gt;
SELECT t.displayName AS Name, (truncate(r.val ,3)) AS Utilization&lt;BR /&gt;
FROM netsightrpt.rpt_default_raw r LEFT OUTER JOIN netsightrpt.rpt_target t&lt;BR /&gt;
ON r.targetID=t.targetID WHERE r.statisticID=(&lt;BR /&gt;
SELECT statisticID FROM netsightrpt.rpt_statistic WHERE name="ifUtilization")&lt;BR /&gt;
AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000 and t.displayName like '%134.141.106.11%' ;&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1514i2C4E9E8CF9C59E18/image-size/large?v=v2&amp;amp;px=999" role="button" title="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png" alt="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
Basically, what we're taking is the t.displayName and filtering the output to a particular IP at that point. My example it would be '%134.141.106.11%'</description>
    <pubDate>Thu, 01 Oct 2015 00:54:00 GMT</pubDate>
    <dc:creator>Frank_Thomas</dc:creator>
    <dc:date>2015-10-01T00:54:00Z</dc:date>
    <item>
      <title>Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22169#M1403</link>
      <description>Hi community&lt;BR /&gt;
&lt;BR /&gt;
I am look for some advice on the interface reports in oneview.&lt;BR /&gt;
In my Netsight (6.3) I have over 100 S series switches (Various S8,S6 and SSA's)&lt;BR /&gt;
&lt;BR /&gt;
In one view I can generate custom reports for each infividual interface on every device/port.&lt;BR /&gt;
If I look at the predefined reports under "Reports", we find "Interface Reports" and then we find "Top interfaces by Bandwidth".&lt;BR /&gt;
The reports looks as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="dc26a0a92dee4e608458a8aafbc0e397_RackMultipart20150917-23215-1podzri-top_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/963i96CA952E61128522/image-size/large?v=v2&amp;amp;px=999" role="button" title="dc26a0a92dee4e608458a8aafbc0e397_RackMultipart20150917-23215-1podzri-top_inline.png" alt="dc26a0a92dee4e608458a8aafbc0e397_RackMultipart20150917-23215-1podzri-top_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;BR /&gt;
&lt;BR /&gt;
The problem I have is that this reports is across all 100 switches.&lt;BR /&gt;
I am looking for the same report but for a individual device.&lt;BR /&gt;
I would like to see the top 10 ports on a specific S series switch.&lt;BR /&gt;
How do you generate the same report but on a per device basis?&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Thu, 17 Sep 2015 13:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22169#M1403</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2015-09-17T13:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22170#M1404</link>
      <description>Also is their a way to add this report to the scheduler so that it can be emailed?&lt;BR /&gt;
Currently you can only create a report with the "Top 5 Interfaces" under the device category but this again is across all devices not a individual device.</description>
      <pubDate>Thu, 17 Sep 2015 13:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22170#M1404</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2015-09-17T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22171#M1405</link>
      <description>How's your mysql skills?&lt;BR /&gt;
&lt;BR /&gt;
Here is a template that you could use.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="f7b046abc4ab4ba7a0a7a0e878e83ac1_RackMultipart20150928-14418-g7iai5-NetworkUtilization_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2599i3B82F90B499AFFF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="f7b046abc4ab4ba7a0a7a0e878e83ac1_RackMultipart20150928-14418-g7iai5-NetworkUtilization_inline.png" alt="f7b046abc4ab4ba7a0a7a0e878e83ac1_RackMultipart20150928-14418-g7iai5-NetworkUtilization_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;!--?xml version="1.0" encoding="UTF-8"?--&gt;&lt;REPORT&gt;&lt;BR /&gt;
 &lt;REPORTID&gt;Network Utilization X.X.X.X&lt;/REPORTID&gt; &lt;!-- must be unique --&gt;&lt;BR /&gt;
 &lt;TITLE&gt;Network Utilization X.X.X.X&lt;/TITLE&gt;&lt;BR /&gt;
 &lt;CATEGORY&gt;Network Utilization X.X.X.X&lt;/CATEGORY&gt;&lt;BR /&gt;
 &lt;SHOWINTREE&gt;true&lt;/SHOWINTREE&gt;&lt;BR /&gt;
 &lt;I&gt;table-icon&lt;BR /&gt;
 &lt;SCHEDULABLE&gt;true&lt;/SCHEDULABLE&gt;&lt;BR /&gt;
 &lt;SCHEDULECLASS&gt;com.enterasys.netsight.reporting.server.webapps.monitor.schedule.SchedTabbedPDFReport&lt;/SCHEDULECLASS&gt;&lt;BR /&gt;
 &lt;SCHEDULEOPTIONS&gt;&lt;BR /&gt;
  &lt;SCHEDULEOPTION&gt;&lt;BR /&gt;
   --pdfWidth&lt;BR /&gt;
   &lt;VALUE&gt;1425&lt;/VALUE&gt;&lt;BR /&gt;
  &lt;/SCHEDULEOPTION&gt;&lt;BR /&gt;
  &lt;SCHEDULEOPTION&gt;&lt;BR /&gt;
   --pdfHeight&lt;BR /&gt;
   &lt;VALUE&gt;1800&lt;/VALUE&gt;&lt;!-- Taller to fill the whole page --&gt;&lt;BR /&gt;
  &lt;/SCHEDULEOPTION&gt;&lt;BR /&gt;
  &lt;SCHEDULEOPTION&gt;&lt;BR /&gt;
   customArgs&lt;BR /&gt;
   &lt;VALUE&gt;Interface Utilization&lt;/VALUE&gt;&lt;BR /&gt;
  &lt;/SCHEDULEOPTION&gt;&lt;BR /&gt;
  &lt;SCHEDULEOPTION&gt;&lt;BR /&gt;
   --javascript-delay&lt;BR /&gt;
   &lt;VALUE&gt;45000&lt;/VALUE&gt;&lt;BR /&gt;
  &lt;/SCHEDULEOPTION&gt;&lt;BR /&gt;
 &lt;/SCHEDULEOPTIONS&gt;&lt;BR /&gt;
   &lt;BR /&gt;
     none&lt;BR /&gt;
   &lt;LAYOUT&gt;fit&lt;/LAYOUT&gt;&lt;BR /&gt;
   &lt;SHOWTITLE&gt;false&lt;/SHOWTITLE&gt;&lt;BR /&gt;
   &lt;I&gt;&lt;BR /&gt;
   &lt;TABPANEL&gt;&lt;BR /&gt;
    &lt;TAB&gt;&lt;BR /&gt;
     &lt;TABTITLE&gt;Interface Utilization&lt;/TABTITLE&gt;&lt;BR /&gt;
     &lt;BR /&gt;
      &lt;LAYOUT&gt;fit&lt;/LAYOUT&gt;&lt;BR /&gt;
      &lt;I&gt;&lt;BR /&gt;
       &lt;GRID&gt;&lt;BR /&gt;
        &lt;AUTOEXPANDCOLUMNID&gt;description&lt;/AUTOEXPANDCOLUMNID&gt; &lt;!-- column id that should auto expand --&gt;&lt;BR /&gt;
        &lt;COLUMNS&gt;&lt;BR /&gt;
         &lt;COLUMN&gt;&lt;BR /&gt;
          &lt;DATAINDEX&gt;Name&lt;/DATAINDEX&gt; &lt;!-- must match db column name --&gt;&lt;BR /&gt;
          &lt;I&gt;displayName&lt;BR /&gt;
          &lt;HEADER&gt;displayName&lt;/HEADER&gt;&lt;BR /&gt;
          &lt;WIDTH&gt;250&lt;/WIDTH&gt;&lt;BR /&gt;
         &lt;/I&gt;&lt;/COLUMN&gt;&lt;BR /&gt;
         &lt;COLUMN&gt;&lt;BR /&gt;
          &lt;DATAINDEX&gt;Utilization&lt;/DATAINDEX&gt; &lt;!-- must match db column name --&gt;&lt;BR /&gt;
          &lt;I&gt;ifUtilization&lt;BR /&gt;
          &lt;HEADER&gt;ifUtilization&lt;/HEADER&gt;&lt;BR /&gt;
          &lt;WIDTH&gt;200&lt;/WIDTH&gt;&lt;BR /&gt;
         &lt;/I&gt;&lt;/COLUMN&gt;&lt;BR /&gt;
        &lt;/COLUMNS&gt;&lt;BR /&gt;
        &lt;DATA&gt;&lt;BR /&gt;
         &lt;DATAID&gt;targetData&lt;/DATAID&gt;&lt;BR /&gt;
         &lt;QUERY&gt;&lt;!--[CDATA[&lt;br /--&gt;
           SELECT t.displayName AS Name, (truncate(r.val ,3)) AS Utilization&lt;BR /&gt;
           FROM netsightrpt.rpt_default_raw r LEFT OUTER JOIN netsightrpt.rpt_target t&lt;BR /&gt;
           ON r.targetID=t.targetID WHERE r.statisticID=(&lt;BR /&gt;
           SELECT statisticID FROM netsightrpt.rpt_statistic WHERE name="ifUtilization")&lt;BR /&gt;
           AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000 and t.displayName like '%X.X.X.X%' &lt;BR /&gt;
           ORDER BY r.val DESC&lt;BR /&gt;
           LIMIT 100;&lt;BR /&gt;
          ]]&amp;gt;&lt;BR /&gt;
         &lt;/QUERY&gt;&lt;BR /&gt;
        &lt;/DATA&gt;&lt;BR /&gt;
       &lt;/GRID&gt;&lt;BR /&gt;
      &lt;BR /&gt;
     &lt;BR /&gt;
    &lt;/I&gt;&lt;/TAB&gt;&lt;BR /&gt;
   &lt;/TABPANEL&gt;&lt;BR /&gt;
   &lt;BR /&gt;
    &lt;BR /&gt;
&lt;/I&gt;&lt;/I&gt;&lt;/REPORT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; So copy and paste this into notepad Change the X.X.X.X to the IP you want Save it as an xml file Drop it in /NetSight/appdata/OneView/MyReports.  Refresh Report Tree. &lt;/OL&gt;This is also able to be scheduled and emailed.</description>
      <pubDate>Tue, 29 Sep 2015 01:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22171#M1405</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2015-09-29T01:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22172#M1406</link>
      <description>Hi Thomas&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for this, this report is just what I was looking for.&lt;BR /&gt;
I have copied the template and replaced with x.x.x.x with the device IP.&lt;BR /&gt;
I have renamed the file to .xml but am not seeing this report listed in my reports.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas??&lt;BR /&gt;
&lt;BR /&gt;
PS my "MYSQL" skills = 0</description>
      <pubDate>Wed, 30 Sep 2015 16:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22172#M1406</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2015-09-30T16:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22173#M1407</link>
      <description>My first guess would be to double check where the file was dropped on the server, and refresh the tree (report tree must be refreshed for new reports to show up.&lt;BR /&gt;
&lt;BR /&gt;
Second would guess there is an error. Any errors in the server log? In the admin panel under diagnostics. If there was an error in the report, it'll show which line it failed on.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="86b7b735b4f343029ae9070e05ee9180_RackMultipart20150930-22908-gppxo-viewserverlog_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/969i765B83A29536AA44/image-size/large?v=v2&amp;amp;px=999" role="button" title="86b7b735b4f343029ae9070e05ee9180_RackMultipart20150930-22908-gppxo-viewserverlog_inline.png" alt="86b7b735b4f343029ae9070e05ee9180_RackMultipart20150930-22908-gppxo-viewserverlog_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Sep 2015 18:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22173#M1407</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2015-09-30T18:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22174#M1408</link>
      <description>Hi Thomas&lt;BR /&gt;
&lt;BR /&gt;
I see no errors in the Server log regarding the report.&lt;BR /&gt;
&lt;BR /&gt;
As mentioned I know very little about MYSQL but looking at the template you only refer to 4 locations with X.X.X.X that I substitute with the device IP:&lt;BR /&gt;
&lt;BR /&gt;
&lt;REPORTID&gt;Network Utilization X.X.X.X&lt;/REPORTID&gt; &lt;!-- must be unique --&gt;&lt;BR /&gt;
&lt;TITLE&gt;Network Utilization X.X.X.X&lt;/TITLE&gt;&lt;BR /&gt;
&lt;CATEGORY&gt;Network Utilization X.X.X.X&lt;/CATEGORY&gt;&lt;BR /&gt;
&lt;BR /&gt;
As far as I can read the above three lines refer to the naming convention of the report  and does not actually refer to the device.&lt;BR /&gt;
&lt;BR /&gt;
AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000 and t.displayName like '%X.X.X.X%' &lt;BR /&gt;
&lt;BR /&gt;
Then the the above is a reference to another display name.&lt;BR /&gt;
I have changed all 4 x.x.x.x to the switch IP but see no report&lt;BR /&gt;
&lt;BR /&gt;
Should their not be a reference to something like ip=192.168.x.x?&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Wed, 30 Sep 2015 20:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22174#M1408</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2015-09-30T20:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22175#M1409</link>
      <description>Correct,&lt;BR /&gt;
The first 3 are for the report itself, having duplicate report ids is a bad thing. You could have the title and category be whatever you like. &lt;BR /&gt;
&lt;BR /&gt;
Anyways the in regards to the sql query.&lt;BR /&gt;
You can try it yourself on the netsight server.&lt;BR /&gt;
1.) /usr/local/Extreme_Networks/NetSight/scripts$ ./mysql.sh&lt;BR /&gt;
you'll now be in the sql interface.&lt;BR /&gt;
&lt;BR /&gt;
2.) Enter the following&lt;BR /&gt;
SELECT t.displayName AS Name, (truncate(r.val ,3)) AS Utilization&lt;BR /&gt;
FROM netsightrpt.rpt_default_raw r LEFT OUTER JOIN netsightrpt.rpt_target t&lt;BR /&gt;
ON r.targetID=t.targetID WHERE r.statisticID=(&lt;BR /&gt;
SELECT statisticID FROM netsightrpt.rpt_statistic WHERE name="ifUtilization")&lt;BR /&gt;
AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000;&lt;BR /&gt;
&lt;BR /&gt;
This will output 100 stat variables similar to default report.&lt;BR /&gt;
3.) Add the filter for one of the switches you desire&lt;BR /&gt;
SELECT t.displayName AS Name, (truncate(r.val ,3)) AS Utilization&lt;BR /&gt;
FROM netsightrpt.rpt_default_raw r LEFT OUTER JOIN netsightrpt.rpt_target t&lt;BR /&gt;
ON r.targetID=t.targetID WHERE r.statisticID=(&lt;BR /&gt;
SELECT statisticID FROM netsightrpt.rpt_statistic WHERE name="ifUtilization")&lt;BR /&gt;
AND time_stamp &amp;gt; UNIX_TIMESTAMP(NOW() - INTERVAL 20 MINUTE) * 1000 and t.displayName like '%134.141.106.11%' ;&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1514i2C4E9E8CF9C59E18/image-size/large?v=v2&amp;amp;px=999" role="button" title="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png" alt="d5092945a981422d84d674bc050d42a0_RackMultipart20150930-7967-1rjqrtt-Blah_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
Basically, what we're taking is the t.displayName and filtering the output to a particular IP at that point. My example it would be '%134.141.106.11%'</description>
      <pubDate>Thu, 01 Oct 2015 00:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22175#M1409</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2015-10-01T00:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Oneview top interfaces reports</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22176#M1410</link>
      <description>Just a sanity check as well. &lt;BR /&gt;
You did refresh the tree correct? This reloads the tree with everything from the reports and myreports directory &lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ed406c2159ac466fbd3aa5fdf8425760_RackMultipart20151002-30447-1xxl913-refreshtree_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6091i44A0BA0A37C4EE1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ed406c2159ac466fbd3aa5fdf8425760_RackMultipart20151002-30447-1xxl913-refreshtree_inline.png" alt="ed406c2159ac466fbd3aa5fdf8425760_RackMultipart20151002-30447-1xxl913-refreshtree_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Oct 2015 19:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/oneview-top-interfaces-reports/m-p/22176#M1410</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2015-10-02T19:13:00Z</dc:date>
    </item>
  </channel>
</rss>

