openconfig-messages

This module defines configuration and operational state data related to Syslog messages that a device may generate. These messa...

  • Version: 2018-08-13

    openconfig-messages@2018-08-13


    
      module openconfig-messages {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/messages";
    
        prefix oc-messages;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-system-logging {
          prefix oc-log;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
    related to Syslog messages that a device may generate.
    
    These messages are historically obtained through the Syslog
    transport, however this module allows for obtaining them through
    an alternative transport, such as a Subscribe operation over an
    RPC.
    
    This module does not usurp traditional syslog servers, which may
    still be configured through the
    /yang/system/openconfig-system.yang model, rather it provies the
    Operator with an alternative method of consuming messages.";
    
        revision "2018-08-13" {
          description "Initial draft.";
          reference
            "0.0.1";
    
        }
    
        oc-ext:openconfig-version "0.0.1";
    
        identity DEBUG_SERVICE {
          description
            "Base identity for debug services. Identities within this base
    identity are to be augmented in by vendors.";
        }
      }  // module openconfig-messages
    

© 2023 YumaWorks, Inc. All rights reserved.