- 
        To create an MLAG peer switch association structure, use
          the following command:
        
          create mlag peer peer_name
          
        
       - 
        To delete a peer switch, use the following command:
        
          delete mlag peer peer_name
          
        
       - 
        To associate an MLAG peer structure with an MLAG peer
          switch IP address, use the following command:
        
          configure mlag peer peer_name
            ipaddress
            peer_ip_address {vr
            VR}
        
       - 
        To unconfigure the association, use the following
          command:
        
          unconfigure mlag peer peer_name
            ipaddress
          
        
       - 
        To configure the time interval between health check hello
          packets exchanged between MLAG peer switches, use the following command:
        
          configure mlag peer peer_name
            interval
            msec
          
        
       - 
        To unconfigure the time interval setting and reset the
          interval to the default of 1000 ms, use the following command:
        
          unconfigure mlag peer peer_name
            interval
          
        
       - 
        To bind a local port or LAG to an MLAG specified with an integer
          identifier, use the following command:
        
          enable mlag port port
            peer
            peer_name
            id
            identifier
          
        
       - 
        To disable a local port or LAG from an MLAG, use the
          following command:
        
          disable mlag port port
          
        
       - 
        To enable the current ports associated
          with the given MLAG ID, use the following command:
        
enable ports [mlag-id
				mlag_id]
       - 
        To disable the current ports associated
          with the given MLAG ID, use the following command:
        
disable ports [mlag-id
				mlag_id]
       - 
        To set a preference for having a fast convergence time or
          conserving access lists, use the following command:
        
          configure mlag ports convergence-control [conserve-access-lists | fast]
        
        
          
Note   
Executing the 
refresh policy command with MLAG configuration
            may result in health check hellos not reaching the CPU. To avoid MLAG peer connectivity
            disruption, you can either execute the 
disable
              access-list refresh blackhole command or temporarily increase the peer hello
            interval to a large value (for instance, 10000 ms) and reset it back once refresh policy
            is complete.
 
         
       - 
        To enable or disable MLAG linkup isolation, use the
          following command:
        
configure mlag ports link-up-isolation [on | off]
       - 
        To start orchestration mode, use the following command:
        
start orchestration
        mlag
        peer_name
       - 
        To stop orchestration mode, use the following command:
        
stop {orchestration} 
       - 
        To configure MLAG reload delay timer, use the following command:
        
configure mlag ports
          reload-delay
        reload-delay
       - 
        To enable MLAG reload delay timer, use the following command:
        
enable mlag port reload-delay
       - 
        To disable MLAG reload delay timer, use the following command:
        
disable mlag port reload-delay
       - 
        To view the configured MLAG reload delay timer setting, use the following
          command:
        
show mlag ports {port_list}
       - 
        To rename an existing MLAG peer, use the following command:
        
configure { mlag
					peer } peer_name
				name
				new_peer_name