67

Console Command Reference

CHAPTER 3
get-eth-cnt
get-eth-cnt <port-number>
Displays the Ethernet Statistics Counters for port port-number. This isalmost identical to the Ethernet-like Statistics Group of the EthernetMIB.
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 nearlyidentical to the Ethernet-like collisions statistics group of the EthernetMIB and displays the collision count distribution for this port. If apacket 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.