Changes to the LIVEcommunity experience are coming soon... Here's what you need to know.
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?
Solved! Go to Solution.
Hi @andrew.stanton,
this is supported by the engine but not yet by the WebUI. I will fix this soon.
Hi @andrew.stanton,
this is supported by the engine but not yet by the WebUI. I will fix this soon.
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.
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.
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!