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

Hi I wanted to know what command can I use to perform a rescan in Solaris10 u4/u5 64 bit machine. I know once the disks are added we can perform a rescan using the following commands drvconfig-->disks--> cfgadm OR devfsadm But they will detect the disks and once the disks are remove the entries are still shown unless the disks are removed. So is there another command or a script that could help me find that disks were removed from my solaris machine.

2 Answers  


How ill you remove the subdisk and plexus

4 Answers  


How to configure email notification in solaris 8? We are using netbackup 5

0 Answers   India Today,


Explain FSCK

2 Answers  


what is differnce between boot -s and boot -S ?

3 Answers  






How to find memory status i.e.. it is full like 100%?

5 Answers   HP,


How to clear the failing flag on a veritas volume manager disk:

3 Answers   IBM,


how to configure ethernet card.

4 Answers  


If a main.cf files corrupted how will you rectify

3 Answers  


What is UMASK

2 Answers  


How would you truncate a log file that is growing too large if you don't have space to compress it or to move it somewhere else? How would you do it?

3 Answers  


How to start llt and gab

1 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)