This module contains a collection of YANG definitions for Cisco IOS-XR ledmgr package operational data. This module contains de...
Version: 2019-10-15
module Cisco-IOS-XR-ledmgr-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-ledmgr-oper"; prefix ledmgr-oper; import cisco-semver { prefix semver; } include Cisco-IOS-XR-ledmgr-oper-sub1 { revision-date "2019-10-15"; } 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 ledmgr package operational data. This module contains definitions for the following management objects: led-management: LED operational data Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-10-15" { description "IOS XR 7.0.12 revision."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.0.0"; semver:module-version "1.0.0"; container led-management { config false; description "LED operational data"; container locations { description "Table of LED Locations"; list location { key "name"; description "Location"; container leds { description "LED operational data"; list led { key "name"; description "LED"; leaf name { type string; description "LED Name"; } leaf led-name { type string; description "name of led"; } leaf led-mode { type string; description "mode of led"; } leaf led-color { type string; description "color of led"; } } // list led } // container leds leaf name { type string; description "External node name (as seen in show platform)"; } } // list location } // container locations } // container led-management } // module Cisco-IOS-XR-ledmgr-oper
© 2023 YumaWorks, Inc. All rights reserved.