Config update
nectl interface bond config-update
Update bond interface configuration
Synopsis
Updates configuration parameters for an existing bond interface. Only the specified parameters will be changed.
nectl interface bond config-update [flags]
Examples
nectl interface bond config-update --id <uuid> --mode balance-tcp --lacp-active
nectl interface bond config-update --id <uuid> --mode balance-slb --rebalance-interval 5000
nectl interface bond config-update --id <uuid> --lacp-interval fast --lacp-fallback-ab
Options
-h, --help help for config-update
--id string Bond interface ID (required)
--lacp-active Enable active LACP mode (for balance-tcp)
--lacp-fallback-ab Fallback to active-backup if LACP fails (for balance-tcp)
--lacp-interval string LACP interval (fast/slow) (for balance-tcp)
--mode string Bond mode (balance-slb, balance-tcp, active-backup)
--rebalance-interval int32 Rebalance interval in ms (min 1000, for balance-slb)
Options inherited from parent commands
--host string gRPC server host (default "127.0.0.1")
--port uint16 gRPC server port (default 30666)
SEE ALSO
- nectl interface bond - Manage bond interfaces