Use this command to set the maintenance domain level for the current context.
level | Specifies the level for this MD for this command mode context. Valid values are 0 - 7. The default value is 0. |
The MD level defaults to 0.
Default MD Configuration mode. Maintenance Domain Configuration mode.
The CFM service network is partitioned into maintenance levels. Each maintenance level is defined by the reach and scope of the organization which administers the network equipment. Higher maintenance levels exist at the edge of the network. Network customers typically own these higher levels. Lower maintenance levels typically reside closer to the network core, and are usually reserved for service providers or network operators. Maintenance levels are hierarchical in nature. Higher maintenance levels encapsulate lower maintenance levels.
The “no” form of this command sets the maintenance domain level to the default value of 0.
This example shows how to set the system default maintenance domain level to 5:
System(rw-config)->cfm default-md default System(su-config-cfm-default-md-def)->level 5 System(su-config-cfm-default-md-def)->
This example shows how to configure the default maintenance domain VLAN level to 5 for VLAN 111:
System(rw-config)->cfm default-md vid 111 System(su-config-cfm-default-md.111)->level 5 System(su-config-cfm-default-md.1)->
This example shows how to configure the level to 5 for the myMD1 maintenance domain:
System(rw-config)->cfm md string-name myMD1 System(su-config-cfm-md.1)->level 5 System(su-config-cfm-md.1)->