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


Usage

<configuration>
    <protocols>
        <oam>
            <ethernet>
                <link-fault-management>
                    <interface>
                        <name>name</name> <!-- identifier -->
                        <apply-action-profile>...</apply-action-profile>
                        <pdu-interval>milliseconds</pdu-interval>
                        <link-discovery>link-discovery-choice</link-discovery>
                        <pdu-threshold>pdu-threshold</pdu-threshold>
                        <remote-loopback/>
                        <negotiation-options>...</negotiation-options>
                        <event-thresholds>...</event-thresholds>
                    </interface>
                </link-fault-management>
            </ethernet>
        </oam>
    </protocols>
</configuration>

Description

Interface on which to set Ethernet OAM parameters.

Contents

<apply-action-profile>—Apply the specified action profile on the interface.

<event-thresholds>—Thresholds for sending 802.3ah events.

<link-discovery>—Mode of discovery.

<name>—Interface name.

<negotiation-options>—802.3ah features supported on the interface.

<pdu-interval>—Periodic OAM protocol data unit interval.

<pdu-threshold>—Number of PDUs missed before declaring peer lost.

<remote-loopback>—Put remote DTE into remote-loopback mode.


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