Traffic

How to see network cards in solaris10

How to see network cards in solaris10

# more /etc/path_to_inst

see in the last lines
"/pci@1d,700000/network@2" 2 "bge"

This shows u have 2 network cards

# ifconfig -a - This will show the active card bge0

bge0: flags=1000843 UP,BROADCAST,RUNNING,MULTICAST,IPv4 mtu 1500 index 2
inet 192.122.100.126 netmask ffffff00 broadcast 146.122.157.255
ether 0:3:ba:25:47:c9\
bge1: flags=1000844 Down,BROADCAST,RUNNING,MULTICAST,IPv4 mtu 1500


To Find the MAC address of other card use

# ifconfig bge1 plumb

use this to activate for the time being u can use unplumb to deactivate if dont require.

#ifconfig -a

It display both the cards with MAC address.

Thanks
Naveen

0 comments:

Post a Comment