openconfig-aft-summary

This module provides summary of aft entry counts per protocol type for each network instance.

  • Version: 2023-11-09

    openconfig-aft-summary@2023-11-09


    
      module openconfig-aft-summary {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/aft-summary";
    
        prefix oc-aftsummary;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-yang-types {
          prefix oc-yang-types;
        }
        import openconfig-policy-types {
          prefix oc-pol-types;
        }
        import openconfig-network-instance {
          prefix oc-ni;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        www.openconfig.net";
    
        description
          "This module provides summary of aft entry counts per protocol type for each network
        instance.";
    
        revision "2023-11-09" {
          description "Initial version.";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
      }  // module openconfig-aft-summary
    

© 2023 YumaWorks, Inc. All rights reserved.