active-charging service ruledef p2p app-identifier

Configures application identifiers populated from the plugin and mark the matching flows to a custom-defined protocol (CDP) name.

Syntax

p2p app-identifier app-type app_type operator string 

app-type app_type

Specify the app type.

Must be one of the following:

  • quic-sni : Specify the QUIC Server Name Indication (SNI) field value.

  • tls-cname : Specify the common name in the Server Hello message of TLS. SSL renegotiation is supported for the flows that are marked using "tls-cname" rules.

  • tls-sni : Specify the TLS/SSL Server Name Indication (SNI) field.

operator

Specify how to match.

Must be one of the following:

  • != : Not equals.

  • = : Equals.

  • contains : Contains.

  • ends-with : Ends with.

  • starts-with : Starts with.

string

Specify the string.

Must be a string.

Usage Guidelines

Use this command to configure application identifiers populated from the plugin and mark the matching flows to a custom-defined protocol (CDP) name. The SNI ruledef supports multi-line-or all-lines or default multi-line-and rule lines. The rule lines configured with "!=" operator will not be optimized.

Example

The following command configures the QUIC SNI app-identifier that is set to fb.com:
p2p app-identifier quic-sni = fb.com