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


Usage

<configuration>
    <protocols>
        <oam>
            <ethernet>
                <link-fault-management>
                    <action-profile>
                        <name>name</name> <!-- identifier -->
                        <event>...</event> <!-- mandatory -->
                        <action>...</action> <!-- mandatory -->
                    </action-profile>
                </link-fault-management>
            </ethernet>
        </oam>
    </protocols>
</configuration>

Description

Define an action profile.

Contents

<action>—Action to take on specified events.

<event>—Events this action profile will check.

<name>—Name of action profile.


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