![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1010567.1 : Sun Fire[TM] V240 bge interface has high error rate at Cisco Catalyst WS-C4006
PreviouslyPublishedAs 214540 Applies to:Sun Fire V210 Server - Version All Versions and laterSun Fire V240 Server - Version All Versions and later All Platforms SymptomsA link between a Sun Fire [TM] V240 with a bge interface and a Cisco Catalyst
WS-C4006 is not established well as long as the ports
- are left in default configuration or
- are set to 1Gb/s full-duplex forced (autonegotiation off).
The link shows poor performance due to high input packet errors at the bge
interface.
# netstat -i 10 input bge0 output input (Total) output packets errs packets errs colls packets errs packets errs colls 29804 25911 56433 0 0 29881 25911 56510 0 0 29064 23963 54946 0 0 29064 23963 54946 0 0 CauseLink Operational Parameter Mismatch
Solution
# ndd -set /dev/bge0 adv_1000fdx_cap 1
# ndd -set /dev/bge0 adv_1000hdx_cap 0 # ndd -set /dev/bge0 adv_100fdx_cap 0 # ndd -set /dev/bge0 adv_100hdx_cap 0 # ndd -set /dev/bge0 adv_10fdx_cap 0 # ndd -set /dev/bge0 adv_10hdx_cap 0 # ndd -set /dev/bge0 adv_autoneg_cap 1
See bge Product page <Document 1395856.1> . bge, Cisco, Catalyst Previously Published As 72197
References<NOTE:1001843.1> - bge Gigabit Ethernet - First Checks<NOTE:1395856.1> - Product Support Document for bge Gigabit Ethernet Attachments This solution has no attachment |
||||||||||||
|