Cisco-IOS-XR-mfwd-oper-sub1

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

  • Version: 2020-10-11

    Cisco-IOS-XR-mfwd-oper-sub1@2020-10-11


    
      submodule Cisco-IOS-XR-mfwd-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-mfwd-oper {
            prefix Cisco-IOS-XR-mfwd-oper;
        }
    
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-mfwd-oper-sub2 {
          revision-date "2020-10-11";
        }
    
        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 mfwd package operational data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-10-11" {
          description
            "Backward compatible addition in leaf ul-interface, customer-mdt-data-tree-sidacl-name, is-customer-mdt-data-tree-sidacl-present and ,is-all-customer-routes-for-tree-sid-data-mdt";
        }
    
        revision "2019-08-27" {
          description
            "Initial IOS-XR MFWD native model";
        }
    
        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.0";
    
        typedef Rsi-vrf-id {
          type uint32;
          description "Rsi vrf id";
        }
    
        typedef Ipv4-mfwd-intf-create-state {
          type enumeration {
            enum "interface-state-unknown" {
              value 0;
              description
                "Interface create status unknown";
            }
            enum "interface-create-received" {
              value 1;
              description "Interface created";
            }
            enum "interface-delete-received" {
              value 2;
              description "Interface deleted";
            }
          }
          description
            "Ipv4 mfwd intf create state";
        }
    
        typedef Ipv4-mfwd-idb-intf {
          type enumeration {
            enum "physical-interface" {
              value 0;
              description "Physical interface";
            }
            enum "vlan-over-bundle-interface" {
              value 1;
              description
                "Vlan over Bundle interface";
            }
            enum "layer3-tunnel-interface" {
              value 2;
              description
                "Layer 3 tunnel interface";
            }
            enum "layer2-bundle-interface" {
              value 3;
              description
                "Layer 2 bundle interface";
            }
            enum "loopback-interface" {
              value 4;
              description "Loopback interface";
            }
            enum "service-virtual-interface" {
              value 5;
              description
                "Service virtual interface";
            }
            enum "mdt-interface" {
              value 6;
              description "MDT interface";
            }
            enum "unsupported-interface" {
              value 7;
              description
                "Unsupported interface";
            }
            enum "bridged-virtual-interface" {
              value 8;
              description
                "Bridged virtual interface";
            }
            enum
              "pointto-point-protocol-over-ethernet-interface" {
              value 9;
              description
                "Point to Point Protocol Over Ethernet";
            }
            enum "psuedo-wire-ether-interface" {
              value 10;
              description
                "Psuedo Wire Ether Interface";
            }
            enum
              "vlan-over-psuedo-wire-interface" {
              value 11;
              description
                "Vlan over Psuedo Wire Interface";
            }
            enum "csi-interface" {
              value 12;
              description "CSI Interface";
            }
          }
          description "Ipv4 mfwd idb intf";
        }
    
        typedef Ipv4-mfwd-show-encap {
          type enumeration {
            enum "any" {
              value 0;
              description "Any Type";
            }
            enum "lsmid" {
              value 1;
              description "LSM Type";
            }
            enum "teifh" {
              value 2;
              description "TE Type";
            }
            enum "gre" {
              value 3;
              description "GRE Type";
            }
            enum "nh" {
              value 4;
              description "Nexthop Type";
            }
            enum "timofrr" {
              value 5;
              description "MOFRR Type";
            }
          }
          description "Ipv4 mfwd show encap";
        }
    
        typedef Mfwd-afi {
          type enumeration {
            enum "ipv4-unicast" {
              value 0;
              description "IP v4 unicast";
            }
            enum "ipv6-unicast" {
              value 1;
              description "IP v6 unicast";
            }
          }
          description "Address family";
        }
    
        typedef Ipv4-mfwd-show-ctid {
          type enumeration {
            enum "any" {
              value 0;
              description "any";
            }
            enum "ipv4" {
              value 1;
              description "ipv4";
            }
            enum "ipv6" {
              value 2;
              description "ipv6";
            }
            enum "none" {
              value 3;
              description "none";
            }
          }
          description "Ipv4 mfwd show ctid";
        }
    
        typedef Ipv4-mfwd-tbl-location {
          type enumeration {
            enum "remote-table" {
              value 0;
              description "Remote table";
            }
            enum "pending-local-table" {
              value 1;
              description "Pending local table";
            }
            enum "local-table" {
              value 2;
              description "Local table";
            }
          }
          description "Ipv4 mfwd tbl location";
        }
    
        typedef Ipv4-mfwd-nsf-modes {
          type enumeration {
            enum "undefined" {
              value -1;
              description "undefined";
            }
            enum "boot" {
              value 0;
              description "boot";
            }
            enum "normal" {
              value 1;
              description "normal";
            }
            enum "no-mfwd" {
              value 2;
              description "no mfwd";
            }
            enum "mcast-nsf" {
              value 3;
              description "mcast nsf";
            }
            enum "updating" {
              value 4;
              description "updating";
            }
          }
          description "Ipv4 mfwd nsf modes";
        }
      }  // submodule Cisco-IOS-XR-mfwd-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.