Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to get a MAC address

524 views
Skip to first unread message

Dr. Richard Kopec

unread,
Sep 25, 2007, 3:41:34 PM9/25/07
to
I have an IBM RS/6000 7043 43P model 140 running AIX 5.3. Can anyone
tell me how to get it to tell me its MAC address?

Thanks!

Paul Landay

unread,
Sep 25, 2007, 3:58:33 PM9/25/07
to Dr. Richard Kopec

Start with 'lsdev -C -c adapter | grep ent' to
to see what ethernet adapters AIX recognizes.
Then do 'lscfg -v -l ent0' (repeat for ent1,
etc. if you have multiple adapters) to see
what the burned-in MAC address is. Then do
'lsattr -E -l ent0' to see if a locally administered
address has been assigned to that adapter.

If the adapter is in use (by tcp/ip or some
other network protocol) you can also do
'netstat -v ent0' to see the address that
adapter presented to the switch/hub.

Paul Landay

Dr. Richard Kopec

unread,
Sep 25, 2007, 4:17:23 PM9/25/07
to
Thanks!

JimK

unread,
Sep 25, 2007, 8:35:26 PM9/25/07
to
ifconfig -a

Roy

unread,
Sep 26, 2007, 1:56:44 AM9/26/07
to

I think

netstat -i

is easiest

Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en0 1500 link#2 0.4.ac.e4.96.f3 73596196 0 73672128 0
0

0 new messages