openconfig-system-terminal

This module defines configuration and operational state data related to remote terminal services such as ssh and telnet.

  • Version: 2018-11-21

    openconfig-system-terminal@2018-11-21


    
      module openconfig-system-terminal {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/system/terminal";
    
        prefix oc-sys-term;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
    related to remote terminal services such as ssh and telnet.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.3.1";
    
        }
    
        revision "2017-09-18" {
          description
            "Updated to use OpenConfig types modules";
          reference
            "0.3.0";
    
        }
    
        revision "2017-07-06" {
          description
            "Move to oc-inet types, add IETF attribution, add RADIUS
    counters, changed password leaf names to indicate hashed";
          reference
            "0.2.0";
    
        }
    
        revision "2017-01-29" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.1";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-system-terminal
    

© 2023 YumaWorks, Inc. All rights reserved.