openconfig-relay-agent

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

  • Version: 2016-05-16

    openconfig-relay-agent@2016-05-16


    
      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 "2016-05-16" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
      }  // module openconfig-relay-agent
    

© 2023 YumaWorks, Inc. All rights reserved.