The code snippet is intended to configure VLAN 10 in Cisco UCS. After creating the VLAN object and adding it with handle.add_mo(newvlan), it is essential to commit the changes to the UCS Manager for them to take effect. This is done by invoking handle.commit(). Without this step, the changes will not be saved, and VLAN 10 will not be configured.
Cisco UCS Manager API Reference Guide
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit