Network Configuration Solaris
Here some tips for network configuration and checking using solaris. Normally the you can look inside /etc/system or /etc/rc2.d
- enable network card bge0
- configure IP/netmask and interface up
- check link status
1
link status 0 = Link Down
link status 1 = Link Up
- check link speed
1
link speed 0 = 10 Mbps
link speed 1 = 100 Mbps
link speed 1000 = 1 Gbit
- check link mode
1
link mode 0 = Half-Duplex mode (FDX)
link mode 1 = Full-Duplex mode (HDX)
- check NIC configuration
adv_1000fdx_cap (read and write)
adv_1000hdx_cap (read and write)
adv_100fdx_cap (read and write)
adv_100hdx_cap (read and write)
adv_10fdx_cap (read and write)
adv_10hdx_cap (read and write)
adv_autoneg_cap (read and write)
adv_pause_cap (read and write)
adv_asym_pause_cap (read and write)
link_status (read only)
link_speed (read only)
link_duplex (read only)
loop_mode (read only)
#ndd /dev/bge0 [apa apa]
