1-48
Cisco ASR 901 Aggregation Services Router Command Reference Guide
OL-26031-07
Chapter 1 CLI Command Reference
ethernet oam remote-failure action
ethernet oam remote-failure action
To enable Ethernet Operations, Administration, and Maintenance (OAM) remote failure actions, use the
ethernet oam remote-failure action command in interface configuration mode. To turn off remote
failure actions, use the no form of this command.
ethernet oam remote-failure {critical-event | dying-gasp | link-fault} action
error-disable-interface
no ethernet oam remote-failure {critical-event | dying-gasp | link-fault} action
Syntax Description
Command Default Actions in response to Ethernet OAM remote failures do not occur.
Command Modes Interface configuration (config-if)
Command History
Usage Guidelines Use this command to configure an interface to take specific actions when Ethernet OAM remote-failure
events occur.
Release 15.1(2)SNG does not support sending critical-event messages but can receive all three message
types.
Examples The following example shows how to configure the action that the Ethernet 1/1 interface takes when a
critical event occurs:
Router# configure terminal
Router(config)# interface ethernet 1/1
Router(config-if)# ethernet oam remote-failure critical-event action
error-disable-interface
critical-event Specifies remote critical event failures.
dying-gasp Specifies remote dying-gasp failures.
link-fault Specifies remote link-fault failures.
error-disable-interface Disables the interface when an error occurs.
Release Modification
15.1(2)SNG Support for this command was introduced on the Cisco ASR 901 router.