Media Policing Configuration for Static Flows

You can configure media policing for static flows using the ACLI.

To configure media policing for static flows:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the media-manager path.
    ORACLE(configure)# media-manager
  3. Type static-flow and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(media-manager)# static-flow
    ORACLE(static-flow)#
  4. Select an existing static flow to which you will add policing constraints.
    ORACLE(static-flow)# select
    <in-dest-ip>:
    1: dest 0.0.0.0; src 192.168.2.1/24; static-flow-in-realm; UDP
    selection:1

    From this point, you can configure media policing parameters for static flows. To view all static-flow parameters, enter a ? at the system prompt

  5. average-rate-limit—Enter the maximum rate in bytes per second for any flows that this static-flow polices. The default value is zero (0). The valid range is:
    • Minimum—0

    • Maximum—125000000

      The following example shows a static-flow configuration element configured for media policing.

      static-flow
              in-realm-id                    static-flow-in-realm
              in-source                      192.168.2.1/24
              in-destination                 0.0.0.0
              out-realm-id                   static-flow-out-realm
              out-source                     192.168.128.1/24
              out-destination                0.0.0.0
      protocol                       UDP
              average-rate-limit             15000