Admin-Ahead Community

General Category => General Discussion => Topic started by: Aby on July 30, 2014, 02:43:26 pm

Title: A Few AIX commands...
Post by: Aby on July 30, 2014, 02:43:26 pm
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)

====