|
NAMEeclat-lsaddr, eclat-describe-addresses - return information about IP addresses in your accountSYNOPSISeclat lsaddr [-v] [--vpc] [FILTER...]eclat lsaddr --help DESCRIPTIONThis 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.OPTIONS
FILTERS
OUTPUTThe 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.EXAMPLE$ eclat lsaddr standard 192.0.2.1 i-f15ebb98 standard 198.51.100.2 SEE ALSOeclat(1), eclat-mkaddr(1), eclat-rmaddr(1), eclat-assocaddr(1), eclat-disassaddr(1).AUTHORSSergey PoznyakoffBUG REPORTSReport bugs to <bug-eclat@gnu.org.ua>.COPYRIGHTCopyright © 2012-2018 Sergey PoznyakoffLicense 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.
Visit the GSP FreeBSD Man Page Interface. |