sdm admin network vnm

NAME:
   sdm admin network vnm - manage Virtual Networking Mode (VNM)

USAGE:
   sdm admin network vnm command [command options] [arguments...]

COMMANDS:
   subnet    show the current VNM subnet configuration
   update    update the organization's VNM subnet or default connectivity mode. Follow this with the reassign command to reassign any resource IPs outside of the new subnet. WARNING: Updating the organization's subnet will disconnect all sessions affected by the update.
   reassign  reassign resource IPs within the VNM subnet, or reassign VNM resources to loopback if no subnet is configured. WARNING: This will disconnect all sessions to resources being reassigned.
   clear     clear the organization's VNM subnet. Follow this with the reassign command to reassign any resources with VNM IPs back to the loopback IP. WARNING: This will disconnect all VNM sessions.

OPTIONS:
   --help, -h  show help

subnet

NAME:
   sdm admin network vnm subnet - show the current VNM subnet configuration

USAGE:
   sdm admin network vnm subnet [command options] [arguments...]

DESCRIPTION:

    This command shows the current VNM subnet configuration for the organization.


OPTIONS:
   --timeout value  set time limit for command

update

NAME:
   sdm admin network vnm update - update the organization's VNM subnet or default connectivity mode. Follow this with the reassign command to reassign any resource IPs outside of the new subnet. WARNING: Updating the organization's subnet will disconnect all sessions affected by the update.

USAGE:
   sdm admin network vnm update [command options] [<address/bits>]

DESCRIPTION:

    This tool updates the VNM subnet for the organization. It must be within the scope of private IP classes (A, B, or C) and Shared IP Space (CGNAT).


OPTIONS:
   --dry             allows to see how the network will look like before applying the change
   --default-to-vnm  defaults IP allocation for new resources to use VNM rather than loopback
   --force           skip prompting for confirmation
   --timeout value   set time limit for command

reassign

NAME:
   sdm admin network vnm reassign - reassign resource IPs within the VNM subnet, or reassign VNM resources to loopback if no subnet is configured. WARNING: This will disconnect all sessions to resources being reassigned.

USAGE:
   sdm admin network vnm reassign [command options] [arguments...]

DESCRIPTION:

    This command reassigns all resources to new IP addresses within the organization's VNM subnet.
    If no VNM subnet is configured, it moves resources with VNM IP addresses back to loopback addresses.
    This is a non-reversible operation that will disconnect active sessions.


OPTIONS:
   --exclude-loopback  excludes resources currently assigned a loopback IP from being reassigned a VNM IP
   --force             skip prompting for confirmation
   --timeout value     set time limit for command

clear

NAME:
   sdm admin network vnm clear - clear the organization's VNM subnet. Follow this with the reassign command to reassign any resources with VNM IPs back to the loopback IP. WARNING: This will disconnect all VNM sessions.

USAGE:
   sdm admin network vnm clear [command options] [arguments...]

DESCRIPTION:

    This command clears the organization's VNM subnet configuration, effectively disabling VNM.


OPTIONS:
   --dry            shows what would happen without applying changes
   --force          skip prompting for confirmation
   --timeout value  set time limit for command

Last updated

Was this helpful?