restconf
   
   
      Enable or disable the Representational State
                                Transfer Configuration Protocol (RESTCONF) server.
    
      Syntax
         
         
            - 
               
                  default restconf
                     <enable | tcp-port | tls | trap-notification>
               
             
            - 
               
                  no restconf <enable |
                     install-cert-file | tls | trap-notification>
               
             
            - 
               
                  restconf <enable |
                     install-cert-file WORD<1-128> | tcp-port <1-49151> | tls |
                     trap-notication>
               
             
         
      
      Command Parameters
         
         
            
               - enable
 
               - Enables the RESTCONF server.
 
            
            
               - install-cert-file WORD <1-128>
 
               - Installs the certificate file for
                     RESTCONF.
 
            
            
               - tcp-port <1-49151>
 
               - Specifies the TCP port to use for
                  the RESTCONF server. The default is 8080.
 
            
            
               - tls
 
               - Enables or disables TLS/SSL for
                  the RESTCONF server. The default is disable.
 
            
            
               - trap-notification
 
               - Enables or disables trap
                  notification with the RESTCONF protocol is not available. The default is enable.
 
            
         
      
      Default
         
         The default value is disable.
      
      Command Mode
         
         Application Configuration