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


Usage

<configuration>
    <accounting-options>
        <interface-profile>
            <fields>
                <input-bytes/>
                <output-bytes/>
                <input-packets/>
                <output-packets/>
                <input-errors/>
                <output-errors/>
                <input-multicast/>
                <output-multicast/>
                <input-unicast/>
                <output-unicast/>
                <unsupported-protocol/>
                <rpf-check-bytes/>
                <rpf-check-packets/>
                <rpf-check6-bytes/>
                <rpf-check6-packets/>
            </fields>
        </interface-profile>
    </accounting-options>
</configuration>

Description

Statistics to log to file.

Contents

<input-bytes>—Input bytes.

<input-errors>—Generic input error packets.

<input-multicast>—Input packets arriving by multicast.

<input-packets>—Input packets.

<input-unicast>—Input unicast packets.

<output-bytes>—Output bytes.

<output-errors>—Generic output error packets.

<output-multicast>—Output packets sent by multicast.

<output-packets>—Output packets.

<output-unicast>—Output unicast packets.

<rpf-check-bytes>—Bytes failing IPv4 reverse-path-forwarding check.

<rpf-check-packets>—Packets failing IPv4 reverse-path-forwarding check.

<rpf-check6-bytes>—Bytes failing IPv6 reverse-path-forwarding check.

<rpf-check6-packets>—Packets failing IPv6 reverse-path-forwarding check.

<unsupported-protocol>—Packets for unsupported protocol.


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