[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <flow-monitoring>
            <version9>
                <template>
                    <name>name</name> <!-- identifier -->
                    <flow-active-timeout>flow-active-timeout</flow-active-timeout>
                    <flow-inactive-timeout>flow-inactive-timeout</flow-inactive-timeout>
                    <template-refresh-rate>...</template-refresh-rate>
                    <option-refresh-rate>...</option-refresh-rate>
                    <mpls-ipv4-template>...</mpls-ipv4-template>
                    <mpls-template>...</mpls-template>
                    <ipv6-template>ipv6-template</ipv6-template>
                    <ipv4-template>...</ipv4-template>
                </template>
            </version9>
        </flow-monitoring>
    </services>
</configuration>

Description

One or more version 9 templates.

Contents

<flow-active-timeout>—Interval after which active flow is exported.

<flow-inactive-timeout>—Period of inactivity that marks a flow inactive.

<ipv4-template>—IPv4 template configuration.

<ipv6-template>—IPv6 template configuration.

<mpls-ipv4-template>—MPLS-IPv4 template configuration.

<mpls-template>—MPLS template configuration.

<name>—Name of template.

<option-refresh-rate>—Option template refresh rate.

<template-refresh-rate>—Template refresh rate.


[Contents] [Prev] [Next] [Index] [Report an Error]