Cisco-IOS-XR-es-acl-oper

This module contains a collection of YANG definitions for Cisco IOS-XR es-acl package operational data. This module contains de...

  • Version: 2019-04-05

    Cisco-IOS-XR-es-acl-oper@2019-04-05


    
      module Cisco-IOS-XR-es-acl-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-es-acl-oper";
    
        prefix es-acl-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
        import Cisco-IOS-XR-common-acl-datatypes {
          prefix dt1;
        }
    
        include Cisco-IOS-XR-es-acl-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
         Customer Service
         
         Postal: 170 West Tasman Drive
         San Jose, CA 95134
         
         Tel: +1 800 553-NETS
         
         E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
         for Cisco IOS-XR es-acl package operational data.
         
         This module contains definitions
         for the following management objects:
           es-acl: Root class of ES ACL Oper schema tree
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-05-01" {
          description
            "Fixing backward compatibility error in module.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.0";
    
        typedef Es-acl-name {
          type xr:Cisco-ios-xr-string {
            length "1..64";
          }
          description "Es acl name";
        }
    
        container es-acl {
          config false;
          description
            "Root class of ES ACL Oper schema tree";
          container active {
            description
              "Out Of Resources, Limits to the resources
             allocatable";
            container oor {
              description
                "Out Of Resources, Limits to the resources
               allocatable";
              container acl-summary {
                description
                  "Resource Limits pertaining to ACLs only";
                container details {
                  description
                    "Details containing the resource limits of the
                   ACLs";
                  uses ES-ACL-EDM-OOR-DETAIL;
                }  // container details
              }  // container acl-summary
    
              container oor-acls {
                description
                  "Resource occupation details for ACLs";
                list oor-acl {
                  key "name";
                  description
                    "Resource occupation details for a particular
                   ACL";
                  leaf name {
                    type Es-acl-name;
                    description
                      "Name of the Access List";
                  }
    
                  uses ES-ACL-EDM-OOR-DETAIL;
                }  // list oor-acl
              }  // container oor-acls
            }  // container oor
    
            container list {
              description "List containing ACLs";
              container acls {
                description
                  "ACL class displaying Usage and Entries";
                list acl {
                  key "name";
                  description
                    "Name of the Access List";
                  container acl-sequence-numbers {
                    description
                      "Table of all the SequenceNumbers per ACL";
                    list acl-sequence-number {
                      key "sequence-number";
                      description
                        "Sequence Number of an ACL entry";
                      leaf sequence-number {
                        type dt1:Acl-sequence-number-range;
                        description
                          "ACLEntry Sequence Number";
                      }
    
                      uses ES-ACL-EDM-ACE;
                    }  // list acl-sequence-number
                  }  // container acl-sequence-numbers
    
                  leaf name {
                    type Es-acl-name;
                    description
                      "Name of the Access List";
                  }
                }  // list acl
              }  // container acls
            }  // container list
    
            container usages {
              description
                "Table of Usage statistics of ACLs at different
               nodes";
              list usage {
                description
                  "Usage statistics of an ACL at a node";
                leaf location {
                  type xr:Node-id;
                  description
                    "Node where ACL is applied";
                }
    
                leaf application-id {
                  type dt1:Acl-usage-app-id-enum;
                  description "Application ID";
                }
    
                leaf name {
                  type Es-acl-name;
                  description "Name of the ACL";
                }
    
                leaf usage-details {
                  type string;
                  mandatory true;
                  description
                    "Usage Statistics Details";
                }
              }  // list usage
            }  // container usages
          }  // container active
        }  // container es-acl
      }  // module Cisco-IOS-XR-es-acl-oper
    

© 2023 YumaWorks, Inc. All rights reserved.