How to review multiple MAC Addess in Solaris?

Answers were Sorted based on User's Feedback



How to review multiple MAC Addess in Solaris?..

Answer / p.sivasakthi

#ifconfig -a

Is This Answer Correct ?    10 Yes 2 No

How to review multiple MAC Addess in Solaris?..

Answer / swapnil

#ifconfig -a
Usin this command you can find out MAC address

Is This Answer Correct ?    9 Yes 2 No

How to review multiple MAC Addess in Solaris?..

Answer / manoj

prtconf -vp|grep mac
eeprom |grep mac

Is This Answer Correct ?    10 Yes 4 No

How to review multiple MAC Addess in Solaris?..

Answer / srinivas rao.muvva

dmesg|grep -i mac
prtconf|grep -i mac
ifconfig -a

Is This Answer Correct ?    0 Yes 0 No

How to review multiple MAC Addess in Solaris?..

Answer / venugopal adep

You can use following command to get mac address

# arp -a |grep `hostname` | awk '{print $1 " " $5}'
e1000g1 00:14:4f:82:47:d7
e1000g5 00:14:4f:82:47:d9
e1000g0 00:14:4f:82:47:d6

Is This Answer Correct ?    0 Yes 0 No

How to review multiple MAC Addess in Solaris?..

Answer / ram kumar

Re: How to review multiple MAC Addess in Solaris?

Is This Answer Correct ?    0 Yes 0 No

How to review multiple MAC Addess in Solaris?..

Answer / p.r.l.prasanna

#prtconf
by this command you can find out multiple MAC address

Is This Answer Correct ?    4 Yes 6 No

How to review multiple MAC Addess in Solaris?..

Answer / vasu

dmesg |grep -i mac

we get all mac address

Is This Answer Correct ?    1 Yes 3 No

How to review multiple MAC Addess in Solaris?..

Answer / lochan

prtconnf | grep local_mac_address

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Solaris Commands Interview Questions

How many file to modify the host name to be changed without rebooting the system.

2 Answers  


Where the veritas disk information store.

2 Answers  


How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command

2 Answers   DELL,


What is environmental? How to add environmental variables in run level 3 & how to edit?

1 Answers   Wipro,


You can receive e-mail, but when u try to send e-mail .. u can't send any. What is wrong?

4 Answers  






what is the difference between solaris 8&9,

2 Answers   BN, IBM, SUN,


How to find the kernel bit version or architecture

5 Answers  


how do u configure the disk

5 Answers  


How to find the network card speed

3 Answers  


How to mirror and unmirror a disk?

1 Answers  


What is the difference between dsk and rdsk

3 Answers  


What are the differences between the command line and graphical user interface?

0 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)