This module contains a collection of YANG definitions for Cisco IOS-XR dpa-port-mapper package operational data. This module co...
Version: 2019-04-05
module Cisco-IOS-XR-dpa-port-mapper-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-dpa-port-mapper-oper"; prefix dpa-port-mapper-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-dpa-port-mapper-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 dpa-port-mapper package operational data. This module contains definitions for the following management objects: oor: Out of Resource 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.1"; container oor { config false; description "Out of Resource Data"; container nodes { description "OOR data for available nodes"; list node { key "node-name"; description "DPA operational data for a particular node"; container summary { description "Summary"; leaf red { type uint32; description "interfaces in red state"; } leaf green { type uint32; description "interfaces in green state"; } leaf yel-low { type uint32; description "interfaces in yellow state"; } } // container summary container interface-names { description "OOR Interface Information"; list interface-name { key "interface-name"; description "OOR Data for particular interface"; leaf interface-name { type xr:Cisco-ios-xr-string; description "The name of the interface"; } list interface { description "Interface details"; leaf interface-name { type string; description "Name of the interface"; } leaf interface-status { type string; description "The current state of the interface"; } leaf time-stamp { type string; description "Timestamp"; } leaf npu-id { type string; description "Npuid of the interface"; } leaf hardware-resource { type string; description "Type of harware resoruce"; } } // list interface } // list interface-name } // container interface-names leaf node-name { type xr:Node-id; description "Node ID"; } } // list node } // container nodes } // container oor } // module Cisco-IOS-XR-dpa-port-mapper-oper
© 2023 YumaWorks, Inc. All rights reserved.