This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module holds chassis bmc da...
Version: 2021-02-02
module Cisco-IOS-XR-sysadmin-show-bmc { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-show-bmc"; prefix show_bmc; import cisco-semver { prefix semver; } 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 contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module holds chassis bmc data. Copyright (c) 2021 by Cisco Systems, Inc. All rights reserved. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-02" { description "Initial revision"; } semver:module-version "1.0.0"; container bmc { config false; description "BMC Info"; container brief { list chassis_serial { key "serial_number"; leaf serial_number { type string; } container brief-data { leaf racknum { type string; } leaf ip_address { type string; } } // container brief-data } // list chassis_serial } // container brief } // container bmc } // module Cisco-IOS-XR-sysadmin-show-bmc
© 2023 YumaWorks, Inc. All rights reserved.