This module contains a collection of YANG definitions for Cisco IOS-XR fia-internal-tcam package operational data. This module ...
Version: 2019-04-05
module Cisco-IOS-XR-fia-internal-tcam-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-fia-internal-tcam-oper"; prefix fia-internal-tcam-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-fia-internal-tcam-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 fia-internal-tcam package operational data. This module contains definitions for the following management objects: controller: Controller Resources 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.1"; container controller { config false; description "Controller Resources"; container dpa { description "Controller DPA operational data"; container nodes { description "DPA data for available nodes"; list node { key "node-name"; description "DPA operational data for a particular node"; container external-tcam-resources { description "External TCAM Resource Information"; list npu-tcam { description "Information of tcam npu card"; leaf npu-id { type uint32; description "Unique Identifier for npu tcam"; } list tcam-bank { description "Details of fia tcam bank"; leaf bank-id { type string; description "Unique Identifier for Bank"; } leaf bank-key-size { type string; description "Size of Bank Key"; } leaf bank-free-entries { type uint32; description "No of Entries not having bank data"; } leaf bank-inuse-entries { type uint32; description "No of Entries having bank data"; } leaf owner { type string; description "Name of Owner for this tcam bank"; } leaf nof-dbs { type uint32; description "Count of database entries of fia tcam bank"; } list bank-db { description "Database info of fia tcam bank"; leaf db-id { type uint32; description "Unique Identifier for database"; } leaf db-inuse-entries { type uint32; description "Number of elements having valid values"; } leaf db-prefix { type string; description "Prefix for database categories"; } } // list bank-db } // list tcam-bank } // list npu-tcam } // container external-tcam-resources container internal-tcam-resources { description "Internal TCAM Resource Information"; list npu-tcam { description "Information of tcam npu card"; leaf npu-id { type uint32; description "Unique Identifier for npu tcam"; } list tcam-bank { description "Details of fia tcam bank"; leaf bank-id { type string; description "Unique Identifier for Bank"; } leaf bank-key-size { type string; description "Size of Bank Key"; } leaf bank-free-entries { type uint32; description "No of Entries not having bank data"; } leaf bank-inuse-entries { type uint32; description "No of Entries having bank data"; } leaf owner { type string; description "Name of Owner for this tcam bank"; } leaf nof-dbs { type uint32; description "Count of database entries of fia tcam bank"; } list bank-db { description "Database info of fia tcam bank"; leaf db-id { type uint32; description "Unique Identifier for database"; } leaf db-inuse-entries { type uint32; description "Number of elements having valid values"; } leaf db-prefix { type string; description "Prefix for database categories"; } } // list bank-db } // list tcam-bank } // list npu-tcam } // container internal-tcam-resources leaf node-name { type xr:Node-id; description "Node ID"; } } // list node } // container nodes } // container dpa } // container controller } // module Cisco-IOS-XR-fia-internal-tcam-oper
© 2023 YumaWorks, Inc. All rights reserved.