Skip to content

Commit 6327f97

Browse files
committed
Configure iDRAC to enable LLDP receive feature
1 parent ab58242 commit 6327f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/understack-workflows/understack_workflows/bmc_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"SNMP.1.SNMPProtocol": {"expect": "All", "new_value": "0"},
1212
"SNMP.1.AgentCommunity": {"expect": "public", "new_value": "public"},
1313
"SNMP.1.AlertPort": {"expect": 161, "new_value": 161},
14+
"SwitchConnectionView.1.Enable": {"expect": "Enabled", "new_value": "Enabled"},
1415
}
1516

1617
REDFISH_PATH = "/redfish/v1/Managers/iDRAC.Embedded.1/Attributes"

0 commit comments

Comments
 (0)