Cisco-IOS-XR-um-mibs-cbqosmib-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR mibs-cbqosmib package configuration. This YANG module au...

  • Version: 2020-12-08

    Cisco-IOS-XR-um-mibs-cbqosmib-cfg@2020-12-08


    
      module Cisco-IOS-XR-um-mibs-cbqosmib-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-um-mibs-cbqosmib-cfg";
    
        prefix um-mibs-cbqosmib-cfg;
    
        import Cisco-IOS-XR-um-snmp-server-cfg {
          prefix a1;
        }
        import cisco-semver {
          prefix semver;
        }
    
        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 mibs-cbqosmib package configuration.
         
         This YANG module augments the
         modules with configuration data.
         
         Copyright (c) 2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-12-08" {
          description "Initial release";
        }
    
        semver:module-version "1.0.0";
    
        augment /a1:snmp-server-mibs {
          container cbqosmib {
            description
              "Configure CBQoSMIB parameters";
            container cache {
              presence
                "Indicates a cache node is configured.";
              description
                "Enable CBQoSMIB stats data caching";
              container refresh {
                description
                  "Cache refresh interval";
                leaf time {
                  type uint32 {
                    range "5..60";
                  }
                  description
                    "Cache refresh time in seconds ";
                }
              }  // container refresh
    
              container service-policy {
                description
                  "Maximum number of service policies to cache the statistics for";
                leaf count {
                  type uint32 {
                    range "1..5000";
                  }
                  description
                    "Number of service-policy stats";
                }
              }  // container service-policy
            }  // container cache
    
            container persist {
              presence
                "Indicates a persist node is configured.";
              description
                "Persist CBQoSMIB config, service-policy and object indices";
            }  // container persist
    
            container member-stats {
              presence
                "Indicates a member-stats node is configured.";
              description
                "Enable bundle member interface statistics retrieval";
            }  // container member-stats
    
            container test-collisions {
              presence
                "Indicates a test-collisions node is configured.";
              description
                "Enable test code for testing persistency file creation on collision";
            }  // container test-collisions
          }  // container cbqosmib
        }
      }  // module Cisco-IOS-XR-um-mibs-cbqosmib-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.