Reset connection syncing parameters
        
        
          
            
              Reset external cache and request resync with other systems
            
            sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_external_cache
          
          
            
              Reset internal cache and request resync with other systems
            
            sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_internal_cache
          
        
      
    
  
  
    
      
        
          Restart the connection tracking synchronization service
        
        sudo ${vyos_op_scripts_dir}/conntrack_sync.py restart
      
    
  
  
    
      
        
          Show connection tracking synchronization information
        
        
          
            
              Show connection tracking cache entries
            
            
              
                
                  Show external connection tracking cache entries
                
                sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache
                
                  
                    
                      Show external main connection tracking cache entries
                    
                    sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache
                  
                  
                    
                      Show external expect connection tracking cache entries
                    
                    sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_expect
                  
                
              
              
                
                  Show internal connection tracking cache entries
                
                sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache
                
                  
                    
                      Show internal main connection tracking cache entries
                    
                    sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache
                  
                  
                    
                      Show internal expect connection tracking cache entries
                    
                    sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_expect
                  
                
              
            
          
          
            
              Show connection syncing statistics
            
            sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_statistics
          
          
            
              Show conntrack-sync status
            
            sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_status