Tuesday, 21 October 2008
To locate the MAC (Media Access Control) address (in the form ff:ff:ff:ff:ff:ff) using AIX use the command:
netstat -v |pg

Look for the section starting ETHERNET STATISTICS (interface) – underneath this will be the Hardware Address. This netstat command may return more than one entry – to identify the appropriate interface use the command:
netstat -i
This command will list the interface name, network, and address. The interface name should match the one presented above.
Related
- Find your Apple iPhone MAC address
- How to clear the drop down address bar in Internet Explorer
- Re-engineering the network continued
- Sending email from a distribution list (group)
- Adding Printers in TS


