Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

templates

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
templates {
    template-name {
        interval-duration interval-duration;
        inactive-timeout inactive-timeout;
        rate {
            (layer3 layer3-packets-per-second | media media-bits-per-second);
        }
        delay-factor {
            ;
            threshold {
                (info | warning | critical) delay-factor-threshold;
            }
        }
        media-loss-rate {
            disable;
            threshold {
                (info | warning | critical) percentage mlr-percentage | packet-count mlr-packet-count);
            }
        }
        media-rate-variation {
            disable;
            threshold {
                (info | warning | critical) mrv-variation;
            }
        }
        media-packets-count-in-layer3 media-packets-count-in-layer3;
        media-packet-size media-packet-size;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services video-monitoring]

Description

Configure the media delivery index template containing the measurement parameters for video monitoring.

Options

delay-factor

Define delay factor syslog threshold levels.

delay-factor-threshold

Delay factor threshold in milliseconds. When the threshold is exceeded, a syslog message is generated.

  • Default: 0—Do not generate syslogs.

  • Range: 0 though 65,535 milliseconds

disable

Disable logging for the threshold.

inactive-timeout

Number of seconds of flow inactivity after which time media delivery index statistics collection for a flow is terminated.

  • Range: 30 through 300 seconds

info | warning | critical

Level of syslog message generated when a threshold is exceeded.

interval-duration

Number of seconds after which time media delivery index flow monitoring statistics for the interval are reported.

  • Range: 1 through 50

layer3-packets-per-second

Layer 3 packet rate in IP packets per second.

  • Range: 0 though 4,294,967,295 pps

media-bits-per-second

Media bit rate for the stream in bits per second.

media-loss-rate

Define media loss rate syslog threshold levels.

media-packets-count-in-layer-3

Number of media packets in an IP packet.

  • Range: 1 through 32

media-packet-size

Size of media packet in bits.

  • Default: 188

  • Range: 1 through 2048

media-rate-variation

Define delay factor syslog threshold levels.

mlr-packet-count

Media loss rate threshold expressed as the number of packets dropped. When the threshold is exceeded, a syslog message is generated.

mlr-percentage

Media loss rate threshold expressed as the percentage of total packets dropped. When the threshold is exceeded, a syslog message is generated.

  • Range: 0 through 100

mrv-variation

Media rate variation threshold. The variation is the ratio of actual media rate to the configured media rate, expressed as a percentage.

template-name

Name of the template containing media delivery index measurement criteria. The template can be assigned to an interface.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 14.1.

footer-navigation