Specifications
4-35
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
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/3
Router(config-if)#
Step 5 Use the ethernet oam command to enable Ethernet OAM on the interface.
Router(config-if)# ethernet oam
Step 6 Use the ethernet oam link-monitor high-threshold command to configure an error-disable function on
the Ethernet OAM interface when a high threshold for an error is exceeded.
Router(config-if)# ethernet oam link-monitor high-threshold action error-disable-interface
Step 7 Use the ethernet oam link-monitor frame command to configure a number for error frames that when
reached triggers an action.
Router(config-if)# ethernet oam link-monitor frame window 399
Step 8 Use the ethernet oam link-monitor frame-period command to configure a number of frames to be
polled. Frame period is a user-defined parameter.
Router(config-if)# ethernet oam link-monitor frame-period threshold high 599
Step 9 Use the ethernet oam link-monitor frame-seconds command to configure a period of time in which
error frames are counted.
Router(config-if)# ethernet oam link-monitor frame-seconds window 699
Step 10 Use the ethernet oam link-monitor receive-crc command to configure an Ethernet OAM interface to
monitor ingress frames with cyclic redundancy check (CRC) errors for a period of time.
Router(config-if)# ethernet oam link-monitor receive-crc window 99
Step 11 Use the ethernet oam link-monitor transmit-crc command to configure an Ethernet OAM interface to
monitor egress frames with CRC errors for a period of time.
Router(config-if)# ethernet oam link-monitor transmit-crc threshold low 199
Step 12 Use the exit command to exit configuration mode.
Router(config)# exit
Router#
Configuring Global Ethernet OAM Options Using a Template
Perform this task to create a template to use for configuring a common set of options on multiple
Ethernet OAM interfaces. Steps 4 through 10 are optional and can be performed in any sequence. These
steps may also be repeated to configure different options.
Step 1 Enter enable mode.
Router> enable