Editing network management parameters using CLI

Last Updated : Apr 26, 2023 |

Procedure

  1. Log in to the EMS CLI interface using administrative privileges.
  2. Run the following command to list all the configured network configurations:
    sbceconfigurator.py network-config-show
  3. Run the following command to export the network configuration to your system:
    sbceconfigurator.py network-config-export <Network Name>
    Important:

    It is recommended not to rename the exported file. Renaming the file will fail the importing of the edited file.

  4. Edit the required fields in the exported file.
  5. Run the following command to import the updated network configuration back to the EMS server:
    sbceconfigurator.py network-config-import <NetworkConfig filename>