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


Usage

<configuration>
    <routing-instances>
        <instance>
            <routing-options>
                <flow>
                    <route>
                        <match>
                            <destination>destination</destination>
                            <source>source</source>
                            <protocol>...</protocol>
                            <port>...</port>
                            <destination-port>...</destination-port>
                            <source-port>...</source-port>
                            <icmp-type>...</icmp-type>
                            <icmp-code>...</icmp-code>
                            <tcp-flags>...</tcp-flags>
                            <packet-length>...</packet-length>
                            <dscp>...</dscp>
                            <fragment>...</fragment>
                        </match>
                    </route>
                </flow>
            </routing-options>
        </instance>
    </routing-instances>
</configuration>

Description

Flow definition.

Contents

<destination>—Destination prefix for this traffic flow.

<destination-port>—Destination TCP/UDP port.

<dscp>—Differentiated Services (DiffServ) code point (DSCP).

<fragment>—No documentation is available yet.

<icmp-code>—ICMP message code.

<icmp-type>—ICMP message type.

<packet-length>—Packet length.

<port>—Source or destination TCP/UDP port.

<protocol>—IP protocol value.

<source>—Source prefix for this traffic flow.

<source-port>—Source TCP/UDP port.

<tcp-flags>—TCP flags.


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