This module contains a collection of YANG definitions for Cisco IOS-XR cofo-infra package operational data. This module contain...
Version: 2019-04-05
module Cisco-IOS-XR-cofo-infra-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-cofo-infra-oper"; prefix cofo-infra-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-cofo-infra-oper-sub1 { revision-date "2019-04-05"; } 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 cofo-infra package operational data. This module contains definitions for the following management objects: cofo: COFO operational data Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.0"; container cofo { config false; description "COFO operational data"; container nodes { description "Node-specific COFO operational data"; list node { key "node-name"; description "COFO operational data for a particular node"; container client-ids { description "COFO Client data"; list client-id { key "id"; description "COFO client id"; leaf id { type uint32 { range "1..7"; } description "Specific Client identifier"; } leaf connection-handle { type uint32; description "Connection Handle"; } leaf peer-handle { type uint32; description "Peer Handle"; } leaf client-id { type uint32; description "Client ID"; } leaf purge-timeout { type uint32; description "Purge timeout"; } leaf host-client { type boolean; description "host client"; } leaf connection-state { type uint32; description "Connection state"; } leaf-list topic-subscribed { type uint32; description "Topic Subscribed"; } leaf-list topic-published { type uint32; description "Topic Published"; } } // list client-id } // container client-ids container topic-ids { description "COFO SDR database"; list topic-id { key "id"; description "COFO topic id"; leaf id { type uint32 { range "1..8"; } description "Specific Topic identifier"; } leaf topic-id { type uint32; description "Topic ID"; } list database-info-struct { description "Database info struct"; leaf sdr-id { type uint32; description "SDR ID"; } list client-db-info-struct { description "Client db info struct"; leaf total-objects { type uint32; description "Total objects"; } leaf total-valid-items-in-db { type uint32; description "Total valid items in db"; } list cofo-object-published-array { description "Cofo object published array"; container object-add-time { description "Cofo object add time"; leaf tv-sec { type uint32; description "tv sec"; } leaf tv-nsec { type uint64; description "tv nsec"; } } // container object-add-time container object-delete-time { description "Cofo object delete time"; leaf tv-sec { type uint32; description "tv sec"; } leaf tv-nsec { type uint64; description "tv nsec"; } } // container object-delete-time container object-txl-add-time { description "Cofo object txl add time"; leaf tv-sec { type uint32; description "tv sec"; } leaf tv-nsec { type uint64; description "tv nsec"; } } // container object-txl-add-time container object-txl-encode-time { description "Cofo object txl encode time"; leaf tv-sec { type uint32; description "tv sec"; } leaf tv-nsec { type uint64; description "tv nsec"; } } // container object-txl-encode-time leaf client-id { type uint32; description "Client ID"; } leaf object-id { type uint32; description "Object ID"; } leaf insert-count { type uint32; description "Insert Count"; } leaf item-state { type uint32; description "Item State"; } leaf cofo-infra-object-key { type yang:hex-string; description "Cofo infra object key"; } leaf cofo-infra-object-value { type yang:hex-string; description "Cofo infra object value"; } } // list cofo-object-published-array } // list client-db-info-struct } // list database-info-struct } // list topic-id } // container topic-ids leaf node-name { type xr:Node-id; description "The node"; } } // list node } // container nodes } // container cofo } // module Cisco-IOS-XR-cofo-infra-oper
© 2024 YumaWorks, Inc. All rights reserved.