GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ECLAT-LSADDR(1) Eclat User Reference ECLAT-LSADDR(1)

eclat-lsaddr, eclat-describe-addresses - return information about IP addresses in your account

eclat lsaddr [-v] [--vpc] [FILTER...]

eclat lsaddr --help

This command returns information about Elastic IP addresses allocated for your account. By default all allocated addresses are described. This can be changed by specifying one or more filters. When filters are supplied, only those addresses that match all of them are returned.

-v,--vpc
Describe VPC addresses. By default, standard (EC2) addresses are displayed. This option alters this behavior.

instance-id=string
The ID of the instance the address is associated with.
public-ip=string
Piblic IP address.
allocation-id=string
The allocation ID of the address (for VPC addresses only).
association-id=string
The association ID of the address (for VPC addresses only).
network-interface-id=stringf
The network interface this IP is associated with (for VPC addresses only).
network-interface-owner-id=string
The owner ID.
private-ip-address=string
The private IP address associated with the Elastic IP (for VPC addresses only).

The default output is organized in three to eight columns separated by single TAB characters. The first three columns are common for any address domain. The first column lists the interface type (standard of vpc). The second one shows the IP address. The third column contains the ID of the instance this address is associated with. For VPC addresses, additional five columns are output: interface ID, interface owner ID, private IP address, allocation ID and association ID.

$ eclat lsaddr
standard	192.0.2.1	i-f15ebb98
standard	198.51.100.2

eclat(1), eclat-mkaddr(1), eclat-rmaddr(1), eclat-assocaddr(1), eclat-disassaddr(1).

Sergey Poznyakoff

Report bugs to <bug-eclat@gnu.org.ua>.

Copyright © 2012-2018 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

January 26, 2015 ECLAT

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.