Traffic Policy Configuration

This configuration record will enable management of tunnel bandwidth on a per-cluster member basis. The name of this policy will be entered into the OCSBC Tunnel Configurations.

Note:

If you do not need to change any of the implicit defaults for the traffic policy, you do not need to configure this policy at all. The implicit default configuration for this policy is as below. If you must change any of the parameters from the implicit default, you must name the resulting traffic policy default.

Use the following procedure to perform traffic policy configuration if required.

  1. Access the traffic-policy-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# traffic-policy-config
    ORACLE(traffic-policy-config)#
    name	   throttle-rate     max-signaling-rate     min-untrusted-pct 
    max-untrusted-pct     options     select     no 
    show      done      quit      exit 
  2. Enter a name for this traffic policy configuration. This is the string identifier for this policy.
    ORACLE(traffic-policy-config)# name  tp1
    ORACLE(traffic-policy-config)# 
  3. Enter a throttle-rate for this traffic policy configuration. This is the host throttle rate in registrations per second.
    ORACLE(traffic-policy-config)# throttle-rate 800
    ORACLE(traffic-policy-config)# 
  4. Enter a max-signaling-rate for this traffic policy configuration. This is the maximum signaling rate to a cluster member in bytes per second.
    ORACLE(traffic-policy-config)# max-signaling-rate 33000000
    ORACLE(traffic-policy-config)# 
  5. Enter a min-untrusted-pct for this traffic policy configuration. This is the minimum percentage of signaling rate allocated to untrusted traffic.
    ORACLE(traffic-policy-config)# min-untrusted-pct 33
    ORACLE(traffic-policy-config)# 
  6. Enter a max-untrusted-pct for this traffic policy configuration. This is the maximum percentage of signaling rate allocated to untrusted traffic.
    ORACLE(traffic-policy-config)# max-untrusted-pct 66
    ORACLE(traffic-policy-config)# 
  7. Use done, exit, and verify-config to complete configuration of this traffic policy configuration element.
  8. Repeat steps 1 through 7 to configure additional traffic policy configuration elements.