<?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: DAGPusher - Add device - Is vsys supported? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/193048#M97577</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/28079"&gt;@kreeves&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;thanks ! I will work on integrating your patch in MIneMeld source code.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Dec 2017 07:36:52 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2017-12-26T07:36:52Z</dc:date>
    <item>
      <title>DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/158803#M97570</link>
      <description>&lt;P&gt;In a Dagpusher output, I see the VSYS as a column, but when adding device there is no input field for VSYS. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the code on GitHub for the file at:&amp;nbsp;minemeld-webui/src/app/nodedetail/dagpusher.controller.ts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems like maybe the VSYS is not fully implemented as part of add device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone confirm whether we can mention VSYS somewhere else for dagpusher device?&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 17:52:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/158803#M97570</guid>
      <dc:creator>andrew.stanton</dc:creator>
      <dc:date>2017-05-31T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/159145#M97571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/33044"&gt;@andrew.stanton&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;this is supported by the engine but not yet by the WebUI. I will fix this soon.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 12:21:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/159145#M97571</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-06-02T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/174051#M97572</link>
      <description>&lt;P&gt;Hello &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11678"&gt;@lmori&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there something else to be done besides editing the configuration file of the respective DAGPusher node?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. change /opt/minemeld/local/config/[your-dagpusher-name].yml and add a parameter vsys: vsysN to the firewall for which vsys is to be enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;show object registered-ip all does not list any entries after switching into the target vsys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 06:37:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/174051#M97572</guid>
      <dc:creator>fest0l</dc:creator>
      <dc:date>2017-08-31T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/178430#M97574</link>
      <description>&lt;P&gt;i found one more thing to modify in order&amp;nbsp;to enable vsys support (for version 0.9.42):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit file /opt/minemeld/engine/0.9.42/lib/python2.7/site-packages/minemeld/ft/dag.py&lt;/P&gt;&lt;P&gt;change line 139 from:&lt;/P&gt;&lt;P&gt;self.xapi.user_id(cmd=cmd)&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;self.xapi.user_id(cmd=cmd, vsys=self.device.get('vsys', None))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;restart minemeld engine, enjoy dagpusher with vsys support.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 07:53:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/178430#M97574</guid>
      <dc:creator>fest0l</dc:creator>
      <dc:date>2017-09-25T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/180509#M97575</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/72517"&gt;@fest0l&lt;/a&gt;, you should send us a pull request !&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 09:18:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/180509#M97575</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-10-06T09:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/188349#M97576</link>
      <description>&lt;P&gt;I am not sure how to submit a patch to github, but here you go.&amp;nbsp; just pulled from 9.44&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:33:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/188349#M97576</guid>
      <dc:creator>kreeves</dc:creator>
      <dc:date>2017-11-22T15:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: DAGPusher - Add device - Is vsys supported?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/193048#M97577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/28079"&gt;@kreeves&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;thanks ! I will work on integrating your patch in MIneMeld source code.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 07:36:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dagpusher-add-device-is-vsys-supported/m-p/193048#M97577</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-12-26T07:36:52Z</dc:date>
    </item>
  </channel>
</rss>

