The disabled keyword does not remove the configuration of the command. Use the no form of this command
to do that.
Task ID
OperationsTask ID
read, writeethernet-services
Examples
The following example shows how to require that specific features are enabled before an OAM session can
become active
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# ethernet oam profile Profile_1
RP/0/RSP0/CPU0:router(config-eoam)# require-remote mode active
RP/0/RSP0/CPU0:router(config-eoam)# require-remote mib-retrieval
RP/0/RSP0/CPU0:router(config-eoam)# require-remote link-monitoring
The following example shows how to disable requirements on a particular interface that is part of an active
OAM profile:
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/6/5/0
RP/0/RSP0/CPU0:router(config-if)# ethernet oam
RP/0/RSP0/CPU0:router(config-if-eoam)# require-remote mode active disabled
RP/0/RSP0/CPU0:router(config-if-eoam)# require-remote mib-retrieval disabled
RP/0/RSP0/CPU0:router(config-if-eoam)# require-remote link-monitoring disabled
Related Commands
DescriptionCommand
Creates an EOAM profile and enters EOAM configuration
mode.
ethernet oam profile, on page 215
Enables Ethernet Link OAM, with default values, on an
interface and enter interface Ethernet OAM configuration mode.
ethernet oam, on page 212
Attaches an Ethernet OAM profile to an interface.profile (EOAM), on page 299
Configures what action is taken on an interface when a
capabilities-conflict event occurs.
action capabilities-conflict, on page 135
Displays the current active Ethernet OAM configuration on an
interface.
show ethernet oam configuration, on page
366
Displays the current status of Ethernet OAM sessions.show ethernet oam discovery, on page 369
Displays the current state of Ethernet OAM interfaces.show ethernet oam interfaces, on page 374
Cisco ASR 9000 Series Aggregation Services Router Interface and Hardware Component Command Reference,
Release 5.3.x
306
Ethernet OAM Commands on the Cisco ASR 9000 Series Router
require-remote