HW/OS2012. 3. 20. 10:55
# ioscan -kfnC lan Class I H/W Path Driver S/W State H/W Type Description =================================================================== lan 0 0/1/2/0 igelan CLAIMED INTERFACE HP PCI-X 1000Base-T Dual-port Built-in lan 1 0/1/2/1 igelan CLAIMED INTERFACE HP PCI-X 1000Base-T Dual-port Built-in lan 2 0/2/1/0 iether CLAIMED INTERFACE HP A7012-60601 PCI/PCI-X 1000Base-T Dual-port Adapter lan 3 0/2/1/1 iether CLAIMED INTERFACE HP A7012-60601 PCI/PCI-X 1000Base-T Dual-port Adapter # netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lan3 1500 192.168.1.0 192.168.1.111 3454677725 0 6272124915 0 0 lo0 32808 127.0.0.0 127.0.0.1 41908491 0 41908501 0 0 # ifconfig lan3 lan3: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO> inet 192.168.1.111 netmask ffffff00 broadcast 192.168.1.255 # lanscan Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI Path Address In# State NamePPA ID Type Support Mjr# 0/0/0/0 0x00108396916A 0 UP lan0 snap0 1 ETHER Yes 119 1/2/0/0 0x00306E06938A 1 UP lan1 snap1 2 ETHER Yes 119 1/8/0/0 0x00306E4A05B1 3 UP lan3 snap3 3 ETHER Yes 119 0/10/0/0 0x00306E39732B 2 UP lan2 snap2 4 ETHER Yes 119 # lanadmin -x 3 Speed = 1000 Full-Duplex. Autonegotiation = On. # lanadmin -X auto_off 3 # options auto_on Set the card in autonegotiation mode auto_off Turn off Auto-Negotiation mode for a 1000Base-SX card fctrl on Turn on receive flow control fctrl off Turn off receive flow control 10hd Set the speed of a 1000Base-T card to 10 Mbps half-duplex 10fd Set the speed of a 1000Base-T card to 10 Mbps full-duplex 100hd Set the speed of a 1000Base-T card to 100 Mbps half-duplex 100fd Set the speed of a 1000Base-T card to 100 Mbps full-duplex send_max_bufs Set send buffer coalescing threshold [1 - 128] default 10 recv_max_bufs Set receive buffer coalescing threshold [1 - 256] default 1 send_coal_ticks Set send interrupt coalescing ticks [0 - 10000000] default 150 recv_coal_ticks Set receive interrupt coalescing ticks [0 - 10000000] default 0 stats clear Clear all driver and adapter statistics
Posted by [TheWon]