DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enters interface configuration mode.
interface type number
Example:
Device(config)# interface gigabitethernet 0/0/1
Step 3
Sets the interface to the blocking state when a critical
event occurs.
ethernet oam remote-failure {critical-event |
dying-gasp | link-fault} action {}
Step 4
Returns to global configuration mode.exit
Example:
Device(config-if)# exit
Step 5
Configuration Examples for Ethernet Operations Administration
and Maintenance
The following example shows how to configure Ethernet OAM options using a template and overriding that
configuration by configuring an interface. In this example, the network supports a Gigabit Ethernet interface
between the customer edge device and provider edge device.
! Configure a global OAM template for both PE and CE configuration.
!
Device(config)# template oam
Device(config-template)# ethernet oam link-monitor symbol-period threshold low 10
Device(config-template)# ethernet oam link-monitor symbol-period threshold high 100
Device(config-template)# ethernet oam link-monitor frame window 100
Device(config-template)# ethernet oam link-monitor frame threshold low 10
Device(config-template)# ethernet oam link-monitor frame threshold high 100
Device(config-template)# ethernet oam link-monitor frame-period window 100
Device(config-template)# ethernet oam link-monitor frame-period threshold low 10
Device(config-template)# ethernet oam link-monitor frame-period threshold high 100
Device(config-template)# ethernet oam link-monitor frame-seconds window 1000
Device(config-template)# ethernet oam link-monitor frame-seconds threshold low 10
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
316
Using Ethernet Operations Administration and Maintenance
Configuration Examples for Ethernet Operations Administration and Maintenance