Global IP Addresses
globalip assign
Assigns the subnet to a target.
- Example::
slcli globalip assign 12345678 9.111.123.456 This command assigns IP address with ID 12345678 to a target device whose IP address is 9.111.123.456
globalip assign [OPTIONS] IDENTIFIER
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
- IDENTIFIER
Required argument
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
Unassigns a global IP from a target.
globalip unassign [OPTIONS] IDENTIFIER
Arguments
- IDENTIFIER
Required argument