active-charging service rulebase flow limit-across-applications

This command allows you to limit the total number of simultaneous flows per Subscriber/APN sent to a rulebase regardless of the flow type, or limit flows based on the protocol type under the Session Control feature.

Command Mode

Exec > Global Configuration (config) > ACS Configuration (config-service-acs_name ) > Rulebase Configuration (config-rulebase-rulebase_name )

Syntax

flow limit-across-applications { limit | non-tcp non_tcp_limit | tcp tcp_limit } 

non-tcp non_tcp_limit

Specify the maximum limit of non-TCP type flows.

Must be an integer in the range of 1-4000000000.

tcp tcp_limit

Specify the maximum limit of TCP flows.

Must be an integer in the range of 1-4000000000.

limit

Specify the maximum limit.

Must be an integer in the range of 1-4000000000.

Usage Guidelines

Use this command to limit the total number of flows allowed per subscriber for a rulebase regardless of flow type, or limit flows based on the protocol non-TCP (connection-less) or TCP (connection-oriented).

Example

The following command configures the maximum number of 200000 flows for the rulebase:
flow limit-across-applications 200000