We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab58242 commit 6327f97Copy full SHA for 6327f97
python/understack-workflows/understack_workflows/bmc_settings.py
@@ -11,6 +11,7 @@
11
"SNMP.1.SNMPProtocol": {"expect": "All", "new_value": "0"},
12
"SNMP.1.AgentCommunity": {"expect": "public", "new_value": "public"},
13
"SNMP.1.AlertPort": {"expect": 161, "new_value": 161},
14
+ "SwitchConnectionView.1.Enable": {"expect": "Enabled", "new_value": "Enabled"},
15
}
16
17
REDFISH_PATH = "/redfish/v1/Managers/iDRAC.Embedded.1/Attributes"
0 commit comments