data-flow

The data-flow configuration element specifies pass-through data-traffic processing when using IKE.

Parameters

name
Specify the name of this instance of the data-flow configuration element.
realm-id
Specify the realm that supports the upstream (core side) data-flow.
group-size
Specify the maximum number of user elements grouped together by this data-flow instance. For maximum efficiency, this value should be set to a power of 2.
  • Default: 128
  • Values: 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256

Note:

The optional group-size parameter specifies the divisor used by this data-flow instance to segment the total address pool into smaller, individually-policed segments.

upstream-rate
Specify the allocated upstream bandwidth.
  • Default: 0 (allocates all available bandwidth)
  • Values: Min: 0 / Max: 4294967295
downstream-rate
Specify the allocated downstream (access side) bandwidth.
  • Default: 0 (unlimited, no bandwidth restrictions)
  • Values: Min: 0 / Max: 4294967295

Path

Data-flow is a subelement under the ike element. The full path from the topmost ACLI prompt is.configure terminal, and then security, and then ike, and then data-flow.

Note:

This is a multiple instance configuration element.