static-flow

The static-flow element sets preconfigured flows that allow a specific class of traffic to pass through the Oracle Communications Session Border Controller unrestricted.

Parameters

in-realm-id
Enter the ingress realm or interface source of packets to match for static flow translation. This in-realm-id field value must correspond to a valid identifier field entry in a realm-config. This is a required field. Entries in this field must follow the Name Format.
description
Provide a brief description of this static-flow configuration object.
in-source
Enter the incoming source IP address and port of packets to match for static flow translation. IP address of 0.0.0.0 matches any source address. Port 0 matches packets received on any port. The port value has no impact on system operation if either ICMP or ALL is the selected protocol. The in-source parameter takes the format: in-source <ip-address>[:<port>]
  • Default: 0.0.0.0
  • Values: Port: Min: 0 / Max: 65535

This parameter accepts an IPv6 value.

in-destination
Enter the incoming destination IP address and port of packets to match for static-flow translation. An IP address of 0.0.0.0 matches any source address. Port 0 matches packets received on any port. The port value has no impact on system operation if either ICMP or ALL is the selected protocol. The in-destination parameter takes the format: in-destination <ip-address>[:<port>]
  • Default: 0.0.0.0
  • Values: Port: Min: 0 / Max: 65535

This parameter accepts an IPv6 value.

out-realm-id
Enter the egress realm or interface source of packets to match for static flow translation. This out-realm-id field value must be a valid identifier for a configured realm. This required entry must follow the Name Format.
out-source
Enter the outgoing source IP address and port of packets to translate to for static flow translation. IP address of 0.0.0.0 translates to any source address. Port 0 translates to packets sent on any port. The port value has no impact on system operation if either ICMP or ALL is the selected protocol. The out-source parameter takes the format: out-source <ip-address>[:<port>]
  • Default: 0.0.0.0
  • Values: Port: Min: 0 / Max: 65535

This parameter accepts an IPv6 value.

out-destination
Enter the outgoing destination IP address and port of packets to translate to for static-flow translation. An IP address of 0.0.0.0 matches any source address. Port 0 translates to packets sent on any port. The port value has no impact on system operation if either ICMP or ALL is the selected protocol. The out-destination parameter takes the format: out-destination <ip-address>[:<port>]
  • Default: 0.0.0.0
  • Values: Port: Min: 0 / Max: 65535

This parameter accepts an IPv6 value.

protocol
Select the protocol for this static-flow. The protocol selected must match the protocol in the IP header. The protocol remains the same for the inbound and outbound sides of the packet flow.
  • Default: UDP
  • Values:
    • UDP—UDP used for this static-flow element
    • TCP—TCP used for this static-flow element
    • ICMP—ICMP used for this static-flow element
    • ALL—Static-flow element can accept flows via any of the available protocols.
alg-type
Select the type of NAT ALG to use
  • Default: none
  • Values:
    • none—No dynamic ALG functionality
    • NAPT—Configure as NAPT ALG
    • TFTP—Configure as TFTP ALG
average-rate-limit
Enter the maximum speed in bytes per second for this static flow
  • Default 0
  • Values: Min: 0 / Max: 125000000
start-port
Enter the internal starting ALG ephemeral port
  • Default: 0
  • Values: Min: 1025 / Max: 65535
end-port
Enter the internal ending ALG ephemeral port
  • Default: 0
  • Values: Min: 1025 / Max: 65535
flow-time-limit
Enter the time limit for a flow, measured in seconds
  • Values: Min: 0 / Max: 999999999
initial-guard-timer
Enter the initial flow guard timer, measured in seconds
  • Values: Min: 0 / Max: 999999999
subsq-guard-timer
Enter the subsequent flow guard timer, measured in seconds
  • Values: Min: 0 / Max: 999999999

Path

static-flow is an element under the media-manager path. The full path from the topmost ACLI prompt is: configure terminal , and then media-manager , and then static-flow.

Note:

This is a multiple instance configuration element.