openconfig-relay-agent

This module describes a model for configuration and operational state related to relay agents typically used for DHCP and BOOTP ...

  • Version: 2018-11-21

    openconfig-relay-agent@2018-11-21


    
      module openconfig-relay-agent {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/relay-agent";
    
        prefix oc-relay;
    
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module describes a model for configuration and operational
        state related to relay agents typically used for DHCP and BOOTP
        packets.  The supports both DHCP and DHCPv6 and device-wide and
        per-interface settings.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2016-05-16" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.1";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-relay-agent
    

© 2023 YumaWorks, Inc. All rights reserved.