Cisco-IOS-XR-rsi-agent-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR rsi-agent package operational data. Copyright (c) 201...

  • Version: 2020-12-18

    Cisco-IOS-XR-rsi-agent-oper-sub1@2020-12-18


    
      submodule Cisco-IOS-XR-rsi-agent-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-rsi-agent-oper {
            prefix Cisco-IOS-XR-rsi-agent-oper;
        }
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR rsi-agent package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-12-18" {
          description
            "Fixed range for producer name
           2020-09-21
             Fixing yang oper coverage";
        }
    
        revision "2019-08-14" {
          description
            "Fixing yang oper coverage";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-02-13" {
          description
            "Fixing yang oper coverage.";
        }
    
        revision "2018-11-26" {
          description
            "Fixing yang usability issues.";
        }
    
        revision "2018-01-24" {
          description "Fixed datatype issues";
        }
    
        revision "2018-01-11" {
          description
            "Add rsip node into schema.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.1.0";
        semver:module-version "2.0.0";
        semver:module-version "1.0.0";
    
        typedef Ra-edm-tbl-attr {
          type enumeration {
            enum "ra-edm-tbl-attr-flow-spec" {
              value 0;
              description "Flowspec";
            }
            enum "ra-edm-tbl-attr-max" {
              value 1;
              description "None";
            }
          }
          description "Attribute type";
        }
    
        typedef Rsi-vr-id {
          type uint32;
          description "Rsi vr id";
        }
    
        typedef Rsi-vrf-id {
          type uint32;
          description "Rsi vrf id";
        }
    
        typedef Rsi-safi {
          type enumeration {
            enum "mgmt-rsi-safi-ucast" {
              value 1;
              description "Unicast";
            }
            enum "mgmt-rsi-safi-mcast" {
              value 2;
              description "Multicast";
            }
            enum "mgmt-rsi-safi-flow-spec" {
              value 133;
              description "Flowspec";
            }
            enum "mgmt-rsi-safi-bier" {
              value 241;
              description "Bier";
            }
          }
          description "RSI SAFI type";
        }
    
        typedef Rsi-afi {
          type enumeration {
            enum "mgmt-rsi-afi-ipv4" {
              value 1;
              description "IPv4";
            }
            enum "mgmt-rsi-afi-ipv6" {
              value 2;
              description "IPv6";
            }
          }
          description "RSI AFI type";
        }
    
        typedef Rsi-tbl-id {
          type uint32;
          description "Rsi tbl id";
        }
    
        typedef Rsi-role-type-et {
          type enumeration {
            enum "role-type-invalid" {
              value 0;
              description "Invalid Role";
            }
            enum "role-type-standard" {
              value 1;
              description
                "Operating in Standard Role";
            }
            enum "role-type-core" {
              value 2;
              description
                "Operating in Core Role";
            }
            enum "role-type-cust" {
              value 3;
              description
                "Operating in Customer Role";
            }
            enum "role-type-no-interest" {
              value 4;
              description
                "Operating in not-interested Role";
            }
            enum "role-type-vpn-only-cust" {
              value 5;
              description
                "Operating in VPN Only Customer Role";
            }
          }
          description "Role type";
        }
      }  // submodule Cisco-IOS-XR-rsi-agent-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.