How to model a flow #11
Alef-Burzmali
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on the discussion in issue #8 from @anubisg1:
The idea of the plugin is to document data flows (and not firewall rules directly). Each data flow should be as atomic as possible, and several data flows can be regrouped in "data flow groups". I plan to add a view "Data flow as rules" that tries to regroup flows in "optimized" rules, but this is far from ready yet.
In your example, ssh, snmp, syslog, ntp, snmp-trap, tacacs and icmp should each be a data flow, and they would be regrouped in two groups "Device management out" and "Device management in". Both these groups can be further regrouped in "Device Management", or you could use an application "Device management" for that.
However, I welcome all feedbacks on what would feel best to use. That's the primary reason the plugin is still in beta, I am not yet truly satisfied with the modelling...
Initially (alpha 1), each group was a data flow of its own with its own specification, which allowed to assign sources and destinations only once for every data flows of the group, however it was very difficult to display properly in tables and forms.
Beta Was this translation helpful? Give feedback.
All reactions