NIC config

s there a way to find out what NIC cards and type of cards installed on the system while system is running.. I can do prtdiag and prtconf and see that there are NIC installed on the system, but on some v210 it does not tell me if it's bge/ce/hme etc..

I am looking for following info;

* How many cards installed?

* What type of cards? ie(ce/hme/bg..etc)

* Which one are active out of available

Any tool out there that can give me the info I want?

[484 byte] By [babuajay] at [2007-11-26 10:41:38]
# 1
prtconf -D | grep network...this should show you all NIC's in the device tree and the driver associated with that device. ce,hme,etc.orgrep network /etc/path_to_inst...this should show you all NIC's in the device tree and the hardware path to those devices.
Sun4u at 2007-7-7 2:53:23 > top of Java-index,General,Network Configurations...