openconfig-aft

A model describing the forwarding entries installed on a network element. It should be noted that this model is not expected to ...

  • Version: 2017-01-13

    openconfig-aft@2017-01-13


    
      module openconfig-aft {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/aft";
    
        prefix oc-aft;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import openconfig-aft-types {
          prefix oc-aftt;
        }
        import openconfig-mpls-types {
          prefix oc-mplst;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-packet-match-types {
          prefix oc-pkt-match-types;
        }
        import openconfig-policy-types {
          prefix oc-pol-types;
        }
        import openconfig-types {
          prefix oc-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "A model describing the forwarding entries installed on a network
    element. It should be noted that this model is not expected to
    align 1:1 with the underlying structure used directly by a
    forwarding element (e.g., linecard), but rather provide an
    abstraction that can be consumed by an NMS to observe, and in some
    cases manipulate, the internal forwarding database in a simplified
    manner. Since the underlying model of the forwarding table is not
    expected to align with this model, the structure described herein
    is referred to as an Abstract Forwarding Table (AFT), rather than
    the FIB.";
    
        revision "2017-01-13" {
          description
            "Updated revision to address review comments";
          reference
            "0.2.1";
    
        }
    
        revision "2016-09-07" {
          description
            "Initial revision for external review";
          reference
            "0.2.0";
    
        }
    
        oc-ext:openconfig-version "0.2.1";
      }  // module openconfig-aft
    

© 2023 YumaWorks, Inc. All rights reserved.