Перейти к содержанию

Vlans

nectl network l2 update vlans

Update VLANs to an L2 network

nectl network l2 update vlans [flags]

Examples

%s network l2 update vlans --id <uuid> --add 10-20 --remove 100,200

Options

  -a, --add string      List of VLAN IDs (comma separated)
  -h, --help            help for vlans
      --id string       L2 Network ID (required)
  -r, --remove string   List of VLAN IDs (comma separated)

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO