List of used mac address

Hi There is way to list the all used mac addresses from the MAC Address Pool? Can be through API or Shell CLI command... can be anyway... but is it possible? Have a good week, Cheers! -- Att, Jorge Visentini +55 55 98432-9868

Hi,
On 2 Sep 2024, at 17:34, Jorge Visentini <jorgevisentini@gmail.com> wrote:
There is way to list the all used mac addresses from the MAC Address Pool? Can be through API or Shell CLI command... can be anyway... but is it possible?
You can try sudo -u postgres psql --pset "pager=off" --dbname engine --command "SELECT mac_addr FROM vm_interface;" k

Oh, hi. It worked here. Good to know. Many thanks! Em ter., 3 de set. de 2024 às 04:47, Konstantin Shalygin <k0ste@k0ste.ru> escreveu:
Hi,
On 2 Sep 2024, at 17:34, Jorge Visentini <jorgevisentini@gmail.com> wrote:
There is way to list the all used mac addresses from the MAC Address Pool? Can be through API or Shell CLI command... can be anyway... but is it possible?
You can try
sudo -u postgres psql --pset "pager=off" --dbname engine --command "SELECT mac_addr FROM vm_interface;"
k
-- Att, Jorge Visentini +55 55 98432-9868
participants (2)
-
Jorge Visentini
-
Konstantin Shalygin