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


Usage

<configuration>
    <services>
        <cos>
            <rule>
                <term>
                    <then>
                        <dscp>dscp</dscp>
                        <forwarding-class>forwarding-class</forwarding-class>
                        <application-profile>application-profile</application-profile>
                        <syslog/>
                        <reflexive/>
                        <reverse>...</reverse>
                    </then>
                </term>
            </rule>
        </cos>
    </services>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<application-profile>—CoS application profile.

<dscp>—Code point alias or bit string.

<forwarding-class>—Forwarding class assigned to outgoing packets.

<reflexive>—Apply mirror rule to reverse traffic.

<reverse>—CoS treatment for reverse traffic.

<syslog>—System log information about the packet.


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