From: mohm senad on
the Question is how to get the mac adress of NOT plumbed network
interfaces.

It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but
what about not plumbed interfaces.

the local-mac-address? is set to true.

Thx
potros

From: PM on
mohm senad wrote:
> the Question is how to get the mac adress of NOT plumbed network
> interfaces.
>
> It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but
> what about not plumbed interfaces.
>
May be 'arp' is your friend
From: mohm senad on
On Mon, 07 Feb 2005 20:00:43 +0100, PM <pm(a)gmx.de> wrote:

>mohm senad wrote:
>> the Question is how to get the mac adress of NOT plumbed network
>> interfaces.
>>
>> It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but
>> what about not plumbed interfaces.
>>
>May be 'arp' is your friend

as I wrote the interface is not plumbed! it has no IP-addr. It is used
for heart-beat, without IP.
From: Chris Lawson on
mohm senad wrote:

> the Question is how to get the mac adress of NOT plumbed network
> interfaces.
>
> It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but
> what about not plumbed interfaces.
>
> the local-mac-address? is set to true.
>
> Thx
> potros
>

# prtconf -pv | grep local-mac-address
will give you some, but sadly not all the info.
--
Chris
From: brandysimon@gmail.com on
`prtpicl -v`
may work