<?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: Get Port VLan info in a specific table format in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79275#M8903</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hello Stephan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the awnser&lt;/P&gt;&lt;P&gt;thanks for the answer. I will give it an try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Christoph Schneider&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 18:28:43 GMT</pubDate>
    <dc:creator>CSchneider-Weic</dc:creator>
    <dc:date>2020-10-14T18:28:43Z</dc:date>
    <item>
      <title>Get Port VLan info in a specific table format</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79273#M8901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are making or documentation in a special table format which looks like this for example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH&gt;Port&lt;/TH&gt;			&lt;TH&gt;02&lt;/TH&gt;			&lt;TH&gt;05&lt;/TH&gt;			&lt;TH&gt;50&lt;/TH&gt;			&lt;TH style="width:57px;"&gt;70&lt;/TH&gt;		&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;1&lt;/TH&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;t&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;2&lt;/TH&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;3&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;4&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;t&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;5&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;6&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;7&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;u&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;t&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;8&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;9&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;t&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;&amp;nbsp;&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TH&gt;10&lt;/TH&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;			&lt;TD style="width:57px;"&gt;u&lt;/TD&gt;		&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first column gives the port Number. The next columns are titled with the VLAN IDs existing on the switch. The Content of the rows “u” and “t” indicates if the port is untagged or tagged in the VLAN. If ithe port is neither untagged or tagged the cell stays empty.&lt;/P&gt;&lt;P&gt;Is there a easy way to get this table automatically generated from EMC? I tried my best with Flex Views but was not able to make a table like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Christoph Schneider&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 21:40:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79273#M8901</guid>
      <dc:creator>CSchneider-Weic</dc:creator>
      <dc:date>2020-10-12T21:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get Port VLan info in a specific table format</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79274#M8902</link>
      <description>&lt;P&gt;Hello Christioph,&lt;/P&gt;&lt;P&gt;there are many possibilities in FelxViews, but I think you can’t&amp;nbsp;achieve exactly that.&lt;/P&gt;&lt;P&gt;I recommend to write a Python script in the XMC. XMC takes care of the login and authentication at the switches, so you can concentrate on reading the VLAN and port information you need.&lt;/P&gt;&lt;P&gt;Afterwards you can format the VLAN information using Python, e.g. with print or with the module pprint (stands for pretty print).&lt;BR /&gt;With this module you can easily create the formatting and send it by email or save it as a file in the file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stephan Harrer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 22:59:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79274#M8902</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2020-10-12T22:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get Port VLan info in a specific table format</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79275#M8903</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello Stephan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the awnser&lt;/P&gt;&lt;P&gt;thanks for the answer. I will give it an try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Christoph Schneider&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 18:28:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/get-port-vlan-info-in-a-specific-table-format/m-p/79275#M8903</guid>
      <dc:creator>CSchneider-Weic</dc:creator>
      <dc:date>2020-10-14T18:28:43Z</dc:date>
    </item>
  </channel>
</rss>

