Cisco-IOS-XR-eigrp-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR eigrp package operational data. Copyright (c) 2013-20...

  • Version: 2020-09-14

    Cisco-IOS-XR-eigrp-oper-sub1@2020-09-14


    
      submodule Cisco-IOS-XR-eigrp-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-eigrp-oper {
            prefix Cisco-IOS-XR-eigrp-oper;
        }
    
        import ietf-inet-types {
          prefix inet;
        }
        import ietf-yang-types {
          prefix yang;
        }
        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 eigrp package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-09-14" {
          description
            "Changed Internal tag value to 32-bit.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-04-05" {
          description
            "Oper supported provided for oper data.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.1";
    
        typedef Eigrp-bd-soo {
          type enumeration {
            enum "none" {
              value 0;
              description "No SoO configured";
            }
            enum "as" {
              value 1;
              description "AS:nn format";
            }
            enum "ipv4-address" {
              value 2;
              description
                "IPV4Address:nn format";
            }
            enum "four-byte-as" {
              value 3;
              description "AS2.AS:nn format";
            }
          }
          description "EIGRP SoO types";
        }
    
        typedef Eigrp-bd-path-rib-state {
          type enumeration {
            enum "active-path" {
              value 0;
              description "Active path";
            }
            enum "backup-path" {
              value 1;
              description "Backup path";
            }
            enum "path-sent-to-rib" {
              value 2;
              description "Path sent to RIB";
            }
            enum "path-not-selected" {
              value 3;
              description
                "Path not selected for installation in RIB";
            }
            enum "error-state" {
              value 4;
              description "Path in error state";
            }
          }
          description "Eigrp bd path rib state";
        }
    
        typedef Eigrp-bd-delay-unit {
          type enumeration {
            enum "none" {
              value 0;
              description "No Delay configured";
            }
            enum "ten-microsecond" {
              value 1;
              description
                "Delay in 10's of Microseconds";
            }
            enum "picosecond" {
              value 2;
              description "Delay in Picoseconds";
            }
            enum "microsecond" {
              value 3;
              description
                "Delay in Microseconds";
            }
          }
          description "EIGRP delay unit";
        }
    
        typedef Eigrp-bd-path-origin {
          type enumeration {
            enum "connected" {
              value 0;
              description
                "connected destination";
            }
            enum "static-redistributed" {
              value 1;
              description
                "static redistribution";
            }
            enum "connected-redistributed" {
              value 2;
              description
                "connected redistribution";
            }
            enum "subscriber-redistributed" {
              value 3;
              description
                "subscriber redistribution";
            }
            enum "redistributed" {
              value 4;
              description
                "redistributed destination";
            }
            enum "vpnv4-sourced" {
              value 5;
              description "vpnv4 destination";
            }
            enum "vpnv6-sourced" {
              value 6;
              description "vpnv6 destination";
            }
            enum "summary" {
              value 7;
              description "summary destination";
            }
            enum "dummy" {
              value 8;
              description
                "bogus drdb used for sia transmission";
            }
            enum "eigrp-destination" {
              value 9;
              description "igrp2 destination";
            }
            enum "origin-count" {
              value 10;
              description "Number of org types";
            }
          }
          description "EIGRP path origin";
        }
    
        typedef Eigrp-bd-path-send-flag {
          type enumeration {
            enum "no-send-pending" {
              value 0;
              description
                "No packet send pending";
            }
            enum "multicast-update-pending" {
              value 1;
              description
                "Multicast update pending";
            }
            enum "multicast-query-pending" {
              value 2;
              description
                "Multicast query pending";
            }
            enum "reply-pending" {
              value 3;
              description "Reply pending";
            }
            enum "sia-query-pending" {
              value 4;
              description "SIA Query pending";
            }
            enum "sia-reply-pending" {
              value 5;
              description "SIA Reply pending";
            }
          }
          description "EIGRP path send flag";
        }
    
        typedef Eigrp-bd-metric-version {
          type enumeration {
            enum "metric-version32-bit" {
              value 0;
              description
                "Metric version is 32 bit";
            }
            enum "metric-version64-bit" {
              value 1;
              description
                "Metric version is 64 bit";
            }
          }
          description "EIGRP metric version";
        }
      }  // submodule Cisco-IOS-XR-eigrp-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.