From 946ca2996bd74a2c55ecde1c76014426ef25317e Mon Sep 17 00:00:00 2001 From: netravnen <1938389+netravnen@users.noreply.github.com> Date: Wed, 1 May 2024 16:14:56 +0200 Subject: [PATCH] Cisco Nexus 93180YC-FX3: Set is_powered -eq true --- device-types/Cisco/N9K-C93180YC-FX3.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/device-types/Cisco/N9K-C93180YC-FX3.yaml b/device-types/Cisco/N9K-C93180YC-FX3.yaml index 5e040c4e..72f3ea53 100644 --- a/device-types/Cisco/N9K-C93180YC-FX3.yaml +++ b/device-types/Cisco/N9K-C93180YC-FX3.yaml @@ -5,6 +5,7 @@ part_number: N9K-C93180YC-FX3 slug: cisco-n9k-c93180yc-fx3 u_height: 1 is_full_depth: true +is_powered: true console-ports: - name: console type: rj-45 @@ -122,6 +123,6 @@ interfaces: mgmt_only: true module-bays: - name: PS1 - position: '1' + position: "1" - name: PS2 - position: '2' + position: "2"