- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-31-2017 10:52 AM
In a Dagpusher output, I see the VSYS as a column, but when adding device there is no input field for VSYS.
I checked the code on GitHub for the file at: minemeld-webui/src/app/nodedetail/dagpusher.controller.ts
Seems like maybe the VSYS is not fully implemented as part of add device.
Can anyone confirm whether we can mention VSYS somewhere else for dagpusher device?
06-02-2017 05:21 AM
08-30-2017 11:37 PM
Hello @lmori
is there something else to be done besides editing the configuration file of the respective DAGPusher node?
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?
show object registered-ip all does not list any entries after switching into the target vsys.
09-25-2017 12:53 AM
i found one more thing to modify in order to enable vsys support (for version 0.9.42):
edit file /opt/minemeld/engine/0.9.42/lib/python2.7/site-packages/minemeld/ft/dag.py
change line 139 from:
self.xapi.user_id(cmd=cmd)
to:
self.xapi.user_id(cmd=cmd, vsys=self.device.get('vsys', None))
restart minemeld engine, enjoy dagpusher with vsys support.
10-06-2017 02:18 AM
Thanks @fest0l, you should send us a pull request !
12-25-2017 11:36 PM
Hi @kreeves,
thanks ! I will work on integrating your patch in MIneMeld source code.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!