Cisco-IOS-XR-lpts-ifib-oper

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

  • Version: 2020-06-24

    Cisco-IOS-XR-lpts-ifib-oper@2020-06-24


    
      module Cisco-IOS-XR-lpts-ifib-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-lpts-ifib-oper";
    
        prefix lpts-ifib-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-lpts-ifib-oper-sub1 {
          revision-date "2020-06-24";
        }
    
        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 lpts-ifib package operational data.
    
    This module contains definitions
    for the following management objects:
      lpts-ifib: lpts ifib database
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-06-24" {
          description
            "added task-name to LptsIfib class.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-12-17" {
          description
            "slice-id/entry type changed from Integer to Hex-integer.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
        semver:module-version "1.0.1";
    
        container lpts-ifib {
          config false;
          description "lpts ifib database";
          container nodes {
            description "Node ifib database";
            list node {
              key "node-name";
              description "Per node slice ";
              container slice-ids {
                description "Slice specific";
                list slice-id {
                  key "slice-name";
                  description "slice types";
                  leaf slice-name {
                    type xr:Cisco-ios-xr-string;
                    description "Type value";
                  }
    
                  list entry {
                    key "entry";
                    description
                      "Data for single pre-ifib entry";
                    leaf entry {
                      type xr:Hex-integer;
                      description
                        "Single Pre-ifib entry";
                    }
    
                    leaf destination-type {
                      type string;
                      description
                        "Destination Key Type";
                    }
    
                    leaf destination-value {
                      type string;
                      description
                        "Destination Port/ICMP Type/IGMP Type";
                    }
    
                    leaf source-port {
                      type string;
                      description "Source port";
                    }
    
                    leaf destination-addr {
                      type string;
                      description
                        "Destination IP Address";
                    }
    
                    leaf source-addr {
                      type string;
                      description
                        "Source IP Address";
                    }
    
                    leaf vrf-name {
                      type string;
                      description "VRF Name";
                    }
    
                    leaf vid {
                      type uint32;
                      description "VRF ID";
                    }
    
                    leaf l3protocol {
                      type uint32;
                      description
                        "Layer 3 Protocol";
                    }
    
                    leaf l4protocol {
                      type uint32;
                      description
                        "Layer 4 Protocol";
                    }
    
                    leaf intf-name {
                      type string;
                      description
                        "Interface Name";
                    }
    
                    leaf intf-handle {
                      type uint32;
                      description
                        "Interface Handle";
                    }
    
                    leaf is-syn {
                      type uint8;
                      description "Is SYN";
                    }
    
                    leaf opcode {
                      type string;
                      description "Opcode";
                    }
    
                    leaf accepts {
                      type uint64;
                      description
                        "Packets matched to accept";
                    }
    
                    leaf drops {
                      type uint64;
                      description
                        "Packets matched to drop";
                    }
    
                    leaf flow-type {
                      type string;
                      description "Flow type";
                    }
    
                    leaf listener-tag {
                      type string;
                      description "Listener Tag";
                    }
    
                    leaf local-flag {
                      type uint8;
                      description "Local Flag";
                    }
    
                    leaf is-fgid {
                      type uint8;
                      description
                        "Is FGID or not";
                    }
    
                    leaf deliver-list-short {
                      type string;
                      description
                        "Deliver List Short Format";
                    }
    
                    leaf deliver-list-long {
                      type string;
                      description
                        "Deliver List Long Format";
                    }
    
                    leaf min-ttl {
                      type uint8;
                      description "Minimum TTL";
                    }
    
                    leaf pending-ifibq-delay {
                      type uint32;
                      description
                        "pending ifib queue delay";
                    }
    
                    leaf sl-ifibq-delay {
                      type uint32;
                      description
                        "sl_ifibq delay";
                    }
    
                    leaf ifib-program-time {
                      type string;
                      description
                        "ifib program time in netio";
                    }
                  }  // list entry
                }  // list slice-id
              }  // container slice-ids
    
              leaf node-name {
                type xr:Node-id;
                description "The node name";
              }
            }  // list node
          }  // container nodes
        }  // container lpts-ifib
      }  // module Cisco-IOS-XR-lpts-ifib-oper
    

© 2023 YumaWorks, Inc. All rights reserved.