shutdown (cluster)
 
   
  Isolates the MCT node by shutting down
		all components. 
 Syntax
 
	 
				shutdown 
					{
					all
					|
					clients
					}
				
			
 
	 
				no shutdown 
					{
					all
					|
					clients
					}
				
			
  
	 Command Default
 
		 The MCT node is disabled. 
 
	 
 
	 Modes
 
		 Cluster configuration mode 
 
	 
		Parameters
			
				
					- all
 
					- Shuts down all client interfaces, VxLAN and L2VPN tunnels, and the
						peer-interface. Any CCP and keepalive sessions are brought down as
						well.
 
				
				
					- all
 
					- Shuts down all client
						interfaces, VxLAN and L2VPN tunnels, and the peer-interface. Any CCP and
						keepalive sessions are brought down as well.
 
				
				
					- client
 
					- Shuts down all client
						interfaces while keeping the peer-interface up.
 
				
			
		
 
	 Usage Guidelines
 
		 Enter no shutdown to enable
				the peers/clients. 
 
	 
 Examples
 
	  
		 To shutdown all access to an MCT: 
 
		device# configure terminal
device(config)# cluster MCT1
device(config-cluster-MCT1)# shutdown all
 
	  
	  
		 To redirect all traffic to the peer node: 
 
		device# configure terminal
device(config)# cluster MCT1 
device(config-cluster-MCT1)# shutdown clients