Use this command to enter Maintenance Association (MA) Configuration mode for the specified MA.
string-name name | Specifies the MA name as a string of up to 43 characters. |
vid-name vlan | Specifies the MA name as a VLAN ID. Valid values are 0 - 4094. |
id-name index | Specifies the MA name as an index value. Valid values are 0 - 65535. |
None.
Maintenance Domain Configuration mode.
A maintenance association (MA) uniquely identifies a service within an MD. A service may be defined by an individual VLAN. There may be multiple MAs within a domain. Subsets of devices residing within the domain are collectively configured to form these associations. The devices belonging to a particular association will communicate among themselves to implement the various features provided by CFM.
One of three naming conventions can be used to identify a CFM MA:
A non-configurable index value is associated with every MD and MA. This index value appears in the prompt to provide context to the prompt. For example, the prompt (rw-config-cfm-ma.1) is for the MA index 1 configuration context. Use show cfm md ma to display the index value for each configured MA.
This example shows how to enter configuration command mode for the myMD1 maintenance domain and enter MA configuration mode for the maintenance association named myMA1:
System(rw-config)->cfm md string-name myMD1 System(rw-config-cfm-md.1)->ma string-name myMA1 System(rw-config-cfm-ma.1)->
This example shows how to enter configuration command mode for the myMD1 maintenance domain and enter MA configuration mode for the maintenance association identified by vid-name type 1000. Note that since this is the second maintenance association created in maintenance domain myMD1, the MA index number is 2 (shown in the prompt).
System(rw-config)->cfm md string-name myMD1 System(rw-config-cfm-md.1)->ma vid-name 1000 System(srw-config-cfm-ma.2)->