Specifications

B-370
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
service (cfm-srv)
service (cfm-srv)
To configure a maintenance association within a maintenance domain and place the command-line
interface (CLI) into Ethernet connectivity fault management (CFM) service configuration mode
(config-ecfm-srv), use the service command in Ethernet CFM configuration mode. To remove the
configuration, use the no form of this command.
service {ma-name | ma-num [vlan-id vlan-id]
no service {ma-name | ma-num [vlan-id vlan-id]
Syntax Description
Command Default No maintenance associations are configured.
Command Modes Ethernet CFM configuration (config-ether-cfm)
Command History
Usage Guidelines The maintenance association ID (MAID) is a combination of a maintenance domain ID and the short
maintenance association name, and the length of the MAID TLV should not exceed 48 characters.
If you configure the same short maintenance association name for two VLANs in the same domain, an
error message is displayed and the command is rejected.
If you specify the service direction as down (outward to the LAN), you can create multiple outward
services at the same level containing an overlapping set of VLANs. The set of VLANs in an outward
service can also overlap with inward services. A set of VLANs between inward services at the same level
must be unique.
Examples The following example shows how to configure a maintenance association with the ID 10, VLAN 17,
and service direction toward the LAN within the customerA maintenance domain:
Router(config)# ethernet cfm domain customerA level 5
Router(config-ether-cfm)# service 10 vlan-id 17 direction down
Router(config-ether-cfm)#
ma-name Short maintenance association name.
ma-num Integer from 0 to 65535 that identifies the maintenance association.
vlan-id (Optional) Configures a primary VLAN.
vlan-id (Optional) Integer from 1 to 4094 that identifies the primary VLAN.
Release Modification
12.2(33)SXI2 This command was introduced.
12.2(33)MRA This command was integrated into Cisco IOS Release 12.2(33)MRA.