ietf-diffserv-target

This module contains a collection of YANG definitions for configuring diffserv specification implementations. Copyright (c) 201...

  • Version: 2015-04-07

    ietf-diffserv-target@2015-04-07


    
      module ietf-diffserv-target {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:ietf-diffserv-target";
    
        prefix target;
    
        import ietf-interfaces {
          prefix if;
        }
    
        organization
          "IETF NETMOD (Netmod Working Group) Working Group";
    
        contact
          "WG Web:   <http://tools.ietf.org/wg/netmod/>
         WG List:  <mailto:netmod@ietf.org>
         
         WG Chair: Juergen Schoenwaelder  
                   <mailto:j.schoenwaelder@jacobs-university.de>
         
         WG Chair: Tom Nadeau
                   <mailto:tnadeau@lucidvision.com>
         
         Editor:   Aseem Choudhary
                   <mailto:asechoud@cisco.com>
         
         Editor:   Shitanshu Shah
                   <mailto:svshah@cisco.com>";
    
        description
          "This module contains a collection of YANG definitions for
         configuring diffserv specification implementations.
         
         Copyright (c) 2014 IETF Trust and the persons identified as
         authors of the code.  All rights reserved.
         
         Redistribution and use in source and binary forms, with or
         without modification, is permitted pursuant to, and subject
         to the license terms contained in, the Simplified BSD License
         set forth in Section 4.c of the IETF Trust's Legal Provisions
         Relating to IETF Documents
         (http://trustee.ietf.org/license-info).
         
         This version of this YANG module is part of RFC XXXX; see
         the RFC itself for full legal notices.";
    
        revision "2015-04-07" {
          description
            "Latest revision diffserv based policy applied to a target";
          reference
            "RFC XXXX";
    
        }
    
    
        identity direction {
          description
            "This is identity of traffic direction";
        }
    
        identity inbound {
          base direction;
          description
            "Direction of traffic coming into the network entry";
        }
    
        identity outbound {
          base direction;
          description
            "Direction of traffic going out of the network entry";
        }
    
        feature target-inline-policy-config {
          description
            "This feature allows the policy configuration 
           directly under a target.";
        }
      }  // module ietf-diffserv-target
    

© 2023 YumaWorks, Inc. All rights reserved.