Specifications
4-36
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 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 template command to configure a template and enter template configuration mode.
Router(config)# template oam-temp
Step 5 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 6 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 7 Use the ethernet oam link-monitor symbol-period command to configure a threshold or window for
error symbols, in number of symbols.
Router(config-if)# ethernet oam link-monitor symbol-period threshold high 299
Step 8 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 9 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 10 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 11 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 12 Use the exit command to exit configuration mode.
Router(config)# exit
Router#
Step 13 Use the interface command to specify the interface to which you want to apply the template.
Router(config)# interface gigabitethernet 0/3
Router(config-if)#
Step 14 Use the source template command to apply the configuration template to the interface.
Router(config-if)# source template oam-temp
Step 15 Use the end command to exit configuration mode.