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

Difference between LDOM and Domain?

2 Answers   IBM,


how many zones can we create?

11 Answers   HSBC,


what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)

3 Answers   Systel,


My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?

2 Answers  


How can you see the system firewll?

0 Answers   Thomson Reuters,






What is meant by persistant binding?

0 Answers   ITC Infotech,


How will you take ufsdump and ufsrestore in a sing command line?

2 Answers  


How to enable the crashdump?

1 Answers   IBM,


How to add a tape deck on Sun Solaris version 10

2 Answers  


How can u find a file which is logged in last week?

0 Answers  


What is the difference between init 1 and init s ?

1 Answers  


How will you ad new aliases name

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)