vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello all. Does anyone know the command to show the MAC address on NIC Card. For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to give me the IP address. What command do I use to reveal the MAC address? Thanks. |
| |||
| try netstat: http://www.unet.univie.ac.at/aix/cmd...s4/netstat.htm R. Guzman wrote: > Hello all. Does anyone know the command to show the MAC address on NIC Card. > > For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to > give me the IP address. > > What command do I use to reveal the MAC address? > > Thanks. > > |
| |||
| "R. Guzman" <ralphguzman@earthlink.net> wrote in message news:<DrPxc.19852$Yd3.8333@newsread3.news.atl.eart hlink.net>... > Hello all. Does anyone know the command to show the MAC address on NIC Card. > > For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to > give me the IP address. > > What command do I use to reveal the MAC address? > > Thanks. ping the ipaddress, then arp. |
| |||
| "R. Guzman" <ralphguzman@earthlink.net> wrote in message news:<DrPxc.19852$Yd3.8333@newsread3.news.atl.eart hlink.net>... > Hello all. Does anyone know the command to show the MAC address on NIC Card. > > For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to > give me the IP address. > > What command do I use to reveal the MAC address? > > Thanks. Try lscfg -vl en0 | grep "Network Address" |
| |||
| Thanks, this worked for me. Though, the was no en0 but ent0 instead. "tjchamp" <tjchamp@qwest.net> wrote in message news:b7729758.0406100556.7c10eed0@posting.google.c om... > "R. Guzman" <ralphguzman@earthlink.net> wrote in message news:<DrPxc.19852$Yd3.8333@newsread3.news.atl.eart hlink.net>... > > Hello all. Does anyone know the command to show the MAC address on NIC Card. > > > > For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to > > give me the IP address. > > > > What command do I use to reveal the MAC address? > > > > Thanks. > > Try lscfg -vl en0 | grep "Network Address" |
| ||||
| "R. Guzman" <ralphguzman@earthlink.net> wrote in message news:<DrPxc.19852$Yd3.8333@newsread3.news.atl.eart hlink.net>... > Hello all. Does anyone know the command to show the MAC address on NIC Card. > > For example, on a F40, with a Token Ring NIC, I can issue "ifconfig tr0" to > give me the IP address. > > What command do I use to reveal the MAC address? > > Thanks. netstat -in |