Create MPs and the CCM Transmission Interval
  
  
    
      Within an
        MA,
        you configure the following MPs: 
      
        - Maintenance end points (MEPs), which are one of the following
          types:
- 
          
            - UP MEPs—transmit CCMs and maintain CCM database
- DOWN MEPs—transmit CCMs and maintain CCM database
 
- Maintenance intermediate points (MIPs)—pass CCMs through
Each MEP must have an ID that is unique for that MEP throughout the
        MA.
     
    - 
        To configure UP and DOWN MEPs and its unique MEP ID, use
          the following command:
        configure
            cfm domain domain_name
            association
            association_name [ports
            port_list
            add [[end-point [up|down] mepid {group
            group_name}] | [intermediate-point]] 
- 
        To change the MEP ID on an existing MEP, use the following
          command:
        configure
          cfm domain domain-name association association_name ports port_list end-point [up | down] mepid mepid  
- 
        To delete UP and DOWN MEPs, use the following
          command:
        configure
            cfm domain domain-name
            association
            association_name
            ports
            port_list  delete end-point [up | down] intermediate-point
           
- 
        To configure a MIP, use the following command:
        configure
            cfm domain domain_name
            association
            association_name [ports
            port_list
            add [[end-point [up|down] mepid {group
            group_name}] | [intermediate-point]] 
- 
        To delete a MIP, use the following command:
        configure
            cfm domain domain_name
            association
            association_name [ports
            port_list
            delete [[end-point [up|down] mepid {group
            group_name}] | [intermediate-point]] 
- 
        To configure the transmission interval for the MEP to send
          CCMs, use the following command:
        configure
          cfm domain domain_name association association_name {ports port_list end-point [up | down]} transmit-interval [3|10|100|1000|10000|60000|600000]  
- 
        To unconfigure the transmission interval for the MEP to
          send CCMs and return it to the default, use the following command:
        unconfigure
          cfm domain domain_name association association_name {ports port_list end-point [up | down]} transmit-interval  
- 
        To enable of disable a MEP, use the following
          command:
        configure
          cfm domain domain_name association association_name ports port_list end-point [up | down] [enable | disable]