Cisco-IOS-XR-pbr-oper

This module contains a collection of YANG definitions for Cisco IOS-XR pbr package operational data. This module contains defin...

  • Version: 2020-02-21

    Cisco-IOS-XR-pbr-oper@2020-02-21


    
      module Cisco-IOS-XR-pbr-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-pbr-oper";
    
        prefix pbr-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-pbr-oper-sub1 {
          revision-date "2020-02-21";
        }
    
        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 pbr package operational data.
    
    This module contains definitions
    for the following management objects:
      pbr: PBR operational data
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-02-21" {
          description
            "Adding HTTP Redirect stats per subs interface";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.1";
    
        container pbr {
          config false;
          description "PBR operational data";
          container nodes {
            description
              "Node-specific PBR operational data";
            list node {
              key "node-name";
              description
                "PBR operational data for a particular node";
              container policy-map {
                description
                  "Operational data for policymaps";
                container interfaces {
                  description
                    "Operational data for all interfaces";
                  list interface {
                    key "interface-name";
                    description
                      "PBR action data for a particular interface";
                    container direction {
                      description
                        "PBR direction";
                      container input {
                        description
                          "PBR policy statistics";
                        uses PBR-STATS;
                      }  // container input
                    }  // container direction
    
                    leaf interface-name {
                      type xr:Interface-name;
                      description
                        "Name of the interface";
                    }
                  }  // list interface
                }  // container interfaces
              }  // container policy-map
    
              leaf node-name {
                type xr:Node-id;
                description "The node";
              }
            }  // list node
          }  // container nodes
        }  // container pbr
      }  // module Cisco-IOS-XR-pbr-oper
    

© 2023 YumaWorks, Inc. All rights reserved.