Specifications
4-33
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Router(config)# ethernet cfm mep crosscheck start-delay 60
Step 8 Use the ethernet cfm mep crosscheck command to enable cross-checking between MEPs.
Router# ethernet cfm mep crosscheck enable level 7 vlan 100
Configuring Ethernet Link Operations, Administration, and Maintenance (OAM)
The following sections describe how to configure Ethernet OAM:
• Enabling Ethernet OAM on an Interface
• Stopping and Starting Link Monitoring Operations
• Stopping and Starting Link Monitoring Operations
• Configuring Link Monitoring Options
• Configuring Global Ethernet OAM Options Using a Template
Enabling Ethernet OAM on an Interface
Follow these steps to enable Ethernet OAM on an interface on the Cisco MWR 2941.
Step 1 Enter enable mode.
Router> enable
Step 2 Enter the password.
Password: password
When the prompt changes to Router, you have entered enable mode.
Step 3 Enter global configuration mode.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Step 4 Use the interface command to specify the interface you wish to configure.
Router(config)# interface gigabitethernet 0/2
Router(config-if)#
Step 5 Use the ethernet oam command to enable Ethernet OAM on the interface. You can use the following
parameters:
• max-rate—Sets the maximum rate per second for OAM PDUs.
• min-rate—Sets the minimum rate per second for OAM PDUs.
• mode—Sets the OAM client mode (active or passive).
• timeout—Specifies the timeout for OAM peers.
Router(config-if)# ethernet oam
Step 6 Use the exit command to exit configuration mode.
Router(config)# exit
Router#