PEM::Policy::set_flow_info_filter_dscp_code

Introduced : BIG-IP_v11.4.0
Sets the DSCP code types for the specified flow info filters. A DSCP code specifies the value of DSCP code which matches incoming traffic based on a value in the DSCP field in the IP header. The range is 0 to 63, or disabled (value 64). The default value is disabled, indicating that the DSCP code will not be used to filter the packet in the flow info filter.

Prototype

 set_flow_info_filter_dscp_code(
    in String [] policies,
    in String [] [] rules,
    in String [] [] [] filters,
    in long [] [] [] codes
);

Parameters

Parameter Type Description
policies String [] The names of the policies.
rules String [] [] The rules for the specified policies.
filters String [] [] [] The flow info filters for the specified rules.
codes long [] [] [] The DSCP codes for the specified flow info filters.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.