Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-LSADDR(1) 	      Eclat User Reference		 ECLAT-LSADDR(1)

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

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

     eclat lsaddr --help

DESCRIPTION
     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.

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

FILTERS
     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 ad-
	    dresses only).

OUTPUT
     The default output is organized in three to eight columns separated by sin-
     gle TAB characters.  The first three columns are common for any address do-
     main.  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 ad-
     dress, allocation ID and association ID.

EXAMPLE
     $ eclat lsaddr
     standard  192.0.2.1 i-f15ebb98
     standard  198.51.100.2

SEE ALSO
     eclat(1), eclat-mkaddr(1), eclat-rmaddr(1), eclat-assocaddr(1),  eclat-dis-
     assaddr(1).

AUTHORS
     Sergey Poznyakoff

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

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

ECLAT				January 26, 2015		 ECLAT-LSADDR(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-lsaddr&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help