A Few AIX commands
To find network interface card information in AIX, issue the commad:
# entstat -d <network interface id>
To find out the network interface id, issue the command:
# ifconfig -a
Few ways to find mac address of a network card:
# ifconfig -a (as root)
# lscfg -vl <network card id> (for AIX)
# netstat -v
# entstat <network card id> (for AIX)
====