This module contains a collection of YANG definitions for Cisco IOS-XR lpts-pa package operational data. This module contains d...
Version: 2020-06-24
module Cisco-IOS-XR-lpts-pa-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-lpts-pa-oper"; prefix lpts-pa-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-lpts-pa-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-pa package operational data. This module contains definitions for the following management objects: lpts-pa: lpts pre-ifib data Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-06-24" { description "added task-name to LptsPA class."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.1"; semver:module-version "1.0.1"; container lpts-pa { config false; description "lpts pre-ifib data"; container entry-xr { description "lpts pa bindings"; list entry { key "entry"; description "Data for single PA Binding"; leaf entry { type xr:Cisco-ios-xr-string; description "Single Binding entry"; } container ctime { description "Creation Time"; leaf tv-sec { type uint32; description "Time Sec"; } leaf tv-nsec { type uint32; description "Time Nanosec"; } } // container ctime container utime { description "Update Time"; leaf tv-sec { type uint32; description "Time Sec"; } leaf tv-nsec { type uint32; description "Time Nanosec"; } } // container utime leaf location { type uint32; description "Rack/slot/instance"; } leaf client-id { type uint32; description "Client ID"; } leaf vid { type uint32; description "VR/VRF ID"; } leaf cookie { type uint32; description "Cookie"; } leaf l3protocol { type uint32; description "Layer 3 protocol"; } leaf l4protocol { type uint32; description "Layer 4 protocol"; } leaf smask { type uint32; description "Filter operation"; } leaf ifs { type uint32; description "Ifhandle"; } leaf ptype { type uint32; description "Packet type"; } leaf local-ip { type yang:hex-string; description "Local address"; } leaf remote-ip { type yang:hex-string; description "Remote address"; } leaf local-len { type uint8; description "Local address length"; } leaf remote-len { type uint8; description "Remote address length"; } leaf local-port { type uint16; description "Local port"; } leaf remote-port { type uint16; description "Remote port"; } leaf packet-misc { type uint32; description "L5 info"; } leaf scope { type uint32; description "Scope"; } leaf client-flags { type uint32; description "Client flags"; } leaf min-ttl { type uint8; description "Minimum TTL"; } leaf lazy-bindq-delay { type uint32; description " lazy binding queue delay"; } leaf ptq-delay { type uint32; description " pending transactions queue delay"; } } // list entry } // container entry-xr container entries { description "lpts pa clients"; list entry { key "entry"; description "Data for single PA Client"; leaf entry { type xr:Cisco-ios-xr-string; description "Single Client entry"; } leaf flags { type uint32; description "Client flags"; } leaf open-flags { type uint32; description "Open flags"; } leaf location { type uint32; description "Rack/slot/instance"; } leaf client-id { type uint32; description "Client ID"; } leaf times { type yang:hex-string; description "Transaction statisitics"; } } // list entry } // container entries } // container lpts-pa } // module Cisco-IOS-XR-lpts-pa-oper
© 2023 YumaWorks, Inc. All rights reserved.