...
0.3 Control Loop for vFW (Old Flow)
Image RemovedImage Added
Expand |
---|
|
@startuml title vFW Closed Loop participant vPG participant vFW participant vSN vPG -> vFW : traffic vFW -> vSN : traffic sink ||| note left: vPG automatically \nincreases traffic based on script vFW -> DCAE : VES Telemetry DCAE -> Policy : Threhold Crossing (High) Policy -> Policy : pattern-match-replace vFW to vPG data Policy -> APPC : ModifyConfig (lower PG traffic) APPC -> vPG : Netconf modify config note right : reduce number of traffic streams vPG -> vFW : lower traffic vFW -> DCAE : VES Telemetry DCAE -> Policy : Event cleared (lower traffic) @enduml |
0.4 Control Loop vDNS (Old Flow)
...
There are no changes in the vFW closed loop for R1
Image RemovedImage Added
Expand |
---|
|
cl @startuml title vFW Closed Loop participant vPG participant vFW participant vSN vPG -> vFW : traffic vFW -> vSN : traffic sink ||| note left: vPG automatically \nincreases traffic based on script vFW -> DCAE : VES Telemetry DCAE -> Policy : Threhold Crossing (High) Policy -> AAI : Named Query to map Policy : pattern-match-replace vFW to vPG data Policy -> APPC : ModifyConfig (lower PG traffic) APPC -> vPG : Netconf modify config note right : reduce number of traffic streams vPG -> vFW : lower traffic vFW -> DCAE : VES Telemetry DCAE -> Policy : Event cleared (lower traffic) @endumlcl
|
1.4 Close Loop vDNS
This flow has the APPC to AAI query which moves the query from Policy to APPC.
...