A capture group defines a profile of dynamic flow capture configuration information. The static configuration includes information about control sources, content destinations, and notification destinations. Dynamic configuration is added through interaction with control sources using a control protocol.
To configure a capture group, include the capture-group statement at the [edit services dynamic-flow-capture] hierarchy level:
-
capture-group client-name {
-
-
content-destination identifier {
-
address address;
-
hard-limit bandwidth;
-
hard-limit-target bandwidth;
-
soft-limit bandwidth;
-
soft-limit-clear bandwidth;
-
ttl hops;
- }
-
-
control-source identifier {
-
allowed-destinations [ destination ];
-
minimum-priority value;
-
no-syslog;
-
notification-targets [ address address port port-number ];
-
service-port port-number;
-
shared-key value;
-
source-addresses [ address ];
- }
-
duplicates-dropped-periodicity seconds;
-
input-packet-rate-threshold rate;
-
interfaces interface-name;
-
max-duplicates number;
-
pic-memory-threshold percentage percentage;
- }
To specify the capture-group, assign it a unique client-name that associates the information with the requesting control sources.