Global IP Addresses

globalip assign

Assigns the GLOBALIP to TARGETIP.

GLOBALIP should be either the Global IP address, or the SoftLayer_Network_Subnet_IpAddress_Global id See slcli globalip list TARGETIP should be either the target IP address, or the SoftLayer_Network_Subnet_IpAddress id See slcli subnet list Example:

slcli globalip assign 12345678 9.111.123.456
This command assigns Global IP address with ID 12345678 to a target device whose IP address is 9.111.123.456

slcli globalip assign 123.4.5.6 6.5.4.123
Global IPs can be specified by their IP address
globalip assign [OPTIONS] GLOBALIP [TARGETIP]...

Options

--target <target>

choose the type. vlan, ip, hardware, vsi

Options:

vlan | ip | hardware | vsi

--target-id <target_id>

The identifier for the destination resource to route this subnet to.

Arguments

GLOBALIP

Required argument

TARGETIP

Optional argument(s)

More information about types and identifiers on https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/route/

globalip cancel

Cancel global IP.

Example:

slcli globalip cancel 12345
globalip cancel [OPTIONS] IDENTIFIER

Options

-f, --force

Force operation without confirmation

Arguments

IDENTIFIER

Required argument

globalip create

Creates a global IP.

Example::

slcli globalip create -v6 This command creates an IPv6 address.

globalip create [OPTIONS]

Options

-v6, --ipv6

Order a IPv6 IP

--test <test>

test order

-f, --force

Force operation without confirmation

globalip list

List all global IPs.

Example::

slcli globalip list

globalip list [OPTIONS]

Options

--ip-version <ip_version>

Display only IPv4

Options:

v4 | v6

globalip unassign

Unroutes IDENTIFIER

IDENTIFIER should be either the Global IP address, or the SoftLayer_Network_Subnet_IpAddress_Global id Example:

slcli globalip unassign 123456

slcli globalip unassign 123.43.22.11
globalip unassign [OPTIONS] IDENTIFIER

Arguments

IDENTIFIER

Required argument