Intel 10/100 Manual Do Utilizador

Página de 93
67
Console Command Reference
C H A P T E R
3
get-eth-cnt
get-eth-cnt <port-number>
Displays the Ethernet Statistics Counters for port 
port-number
. This is
almost identical to the Ethernet-like Statistics Group of the Ethernet
MIB.
SYS_console> get-eth-cnt 1
 Ethernet Statistics for port 1
 =================================
 Transmit    OK    :   2817886
 Underflow   Errors:         0
 Exces Coll  Errors:         0
 Exces Fctrl Errors:         0
 Receive     EOF   :   2896502
 Receive     OK    :   2896498
 Overflow    Errors:         0
 CRC         Errors:         0
 Alignment   Errors:         0
 Runt        Errors:         4
 Lost/Fctrl  Errors:         0
 Too Long    Errors:         0
 =================================
get-colls-cnt
get-colls-cnt <port-number>
Displays the Ethernet collision statistics for each port. This is nearly
identical to the Ethernet-like collisions statistics group of the Ethernet
MIB and displays the collision count distribution for this port. If a
packet still collides on the 16th count, the packet is dropped.
SYS_console> get-colls-cnt 1
 Ethernet Collision Distribution for port 1
 ==================================================
  0 collison count :   2819392
  1 collison count :        10
  2 collison count :        13
  3 collison count :         4
  4 collison count :         3
  5 collison count :         2
  6 collison count :         0
  7 collison count :         2
  8 collison count :         2
  9 collison count :         0
 10 collison count :         0
 11 collison count :         0
 12 collison count :         0
 13 collison count :         0
 14 collison count :         0
 15 collison count :         0
 16 collison count :         0
 ==================================================
NOTE
Collisions on the first few
counts are normal. However,
if collisions occur past the
10th count, you should
reconfigure your network so
devices that mostly talk to
each other are on the same
segment.