This module provides CLI for Status, ATTN, ALARM LED's. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved.
Version: 2021-02-05
module Cisco-IOS-XR-sysadmin-led-mgr-ui { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-led-mgr-ui"; prefix led_mgr; import Cisco-IOS-XR-sysadmin-show-trace { prefix show_trace; } import cisco-semver { prefix semver; } 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 provides CLI for Status, ATTN, ALARM LED's. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-05" { description "Adding support for Bay3 attention LED configuration"; } revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2017-05-01" { description "Namespace change to comply with Cisco guidelines on namespace"; } revision "2012-03-25" { description "changed leds to location, and added all"; } revision "2012-03-15" { description "Initial revision of led commands, march 25 changed leds to location"; } semver:module-version "2.0.0"; semver:module-version "1.0.0"; container led { config false; description "Calvados Led Manager Status, Attn, Alarm inventory"; list location { key "location"; leaf location { type string; } list led_attributes { key "led_name"; leaf location { type string; } leaf print_header { type boolean; default "false"; } leaf loc_header { type boolean; default "false"; } leaf led_name { type string; } leaf led_mode { type string; } leaf led_color { type string; } } // list led_attributes } // list location list trace { key "buffer"; config false; description "show traceable processes"; leaf buffer { type string; } list location { key "location_name"; leaf location_name { type string; } list all-options { key "option"; leaf option { type string; } list trace-blocks { leaf data { type string; description "Trace output block"; } } // list trace-blocks } // list all-options } // list location } // list trace } // container led } // module Cisco-IOS-XR-sysadmin-led-mgr-ui
© 2023 YumaWorks, Inc. All rights reserved.