Specifications

17-16
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 17 Configuring Ethernet OAM, CFM, and E-LMI
Configuring Ethernet CFM
Use the no form of each command to remove a configuration or to return to the default settings.
This is a sample configuration for a port MEP:
Switch(config)# ethernet cfm domain abc level 3
Switch(config-ecfm)# service PORTMEP port
Switch(config-ecfm-srv)# mep mpid 222
Switch(config-ecfm-srv)# continuity-check
Switch(config-ecfm-srv)# continuity-check static rmep
Switch(config-ecfm-srv)# exit
Switch(config-ecfm)# exit
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# ethernet cfm mep domain abc mpid 111 port
Switch(config-if)# end
Step 7
continuity-check loss-threshold
threshold-value
(Optional) Set the number of continuity check
messages to be missed before declaring that an MEP
is down. The range is 2 to 255; the default is 3.
Step 8
continuity-check static rmep Enable checking of the incoming continuity check
message from a remote MEP that is configured in the
MEP list.
Step 9
exit Return to ethernet-cfm configuration mode.
Step 10
exit Return to global configuration mode.
Step 11
interface interface-id Identify the port MEP interface and enter interface
configuration mode.
Step 12
ethernet cfm mep domain domain-name mpid
identifier port
Configure the interface as a port MEP for the
domain.
domain domain-name—Specify the name of the
created domain.
mpid identifier—Enter a maintenance end point
identifier. The identifier must be unique for each
VLAN (service instance). The range is 1 to
8191.
Step 13
end Return to privileged EXEC mode.
Step 14
show ethernet cfm maintenance-points
remote static
Verify the configuration.
Step 15
show ethernet cfm errors [configuration] Enter this command after you enable CFM
crosscheck to display the results of the crosscheck
operation. Enter the configuration keyword to
display the configuration error list.
Step 16
copy running-config startup-config (Optional) Save your entries in the configuration
file.
Command Purpose