Comware Based
1833914 Members
2124 Online
110063 Solutions
New Discussion

3com 5500 Pipe Command to show ports with just errors

 
Dan88
Occasional Contributor

3com 5500 Pipe Command to show ports with just errors

I am looking to do a display interfaces with the | command to show me the GigabitEthernet interface and the errors on that interface.  I want it to output what interface it is and the input: and output: errors.   I found a post from earlier and tested it to see if it worked, but all I would get was the input total and output total.  It wouldn't tell me the ports.  I found a document that talks about the python scripting from HP, but I can't figure our how to code this.  Could someone please help?

Input: 665 input errors, 0 runts, 0 giants, 0 throttles
663 CRC, 0 frame, - overruns, 2 aborts
- ignored, - parity errors

Output: 35 output errors, - underruns, - buffer failures
0 aborts, 0 deferred, 0 collisions, 0 late collisions
35 lost carrier, - no carrier

 

<BRB-Admin-A110A-Core>dis inter gig 1/0/47
GigabitEthernet1/0/47 current state: UP
IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 7848-5957-912b
Description: Patch Panel Port 105-6D
Loopback is not set
Media type is twisted pair
Port hardware type is 1000_BASE_T
10Mbps-speed mode, full-duplex mode
Link speed type is autonegotiation, link duplex type is autonegotiation
Flow-control is not enabled
The Maximum Frame Length is 12288
Broadcast MAX-ratio: 100%
Unicast MAX-ratio: 100%
Multicast MAX-ratio: 100%
Allow jumbo frame to pass
PVID: 60
Mdi type: auto
Port link-type: access
Tagged VLAN ID : none
Untagged VLAN ID : 60
Port priority: 0
Last clearing of counters: Never
Peak value of input: 28167 bytes/sec, at 2018-11-05 13:50:56
Peak value of output: 1086559 bytes/sec, at 2018-11-05 13:53:06
Last 300 seconds input: 0 packets/sec 0 bytes/sec 0%
Last 300 seconds output: 0 packets/sec 37 bytes/sec 0%
Input (total): 224354 packets, 21124261 bytes
223131 unicasts, 189 broadcasts, 356 multicasts, 0 pauses
Input (normal): 223676 packets, - bytes
223131 unicasts, 189 broadcasts, 356 multicasts, 0 pauses
Input: 665 input errors, 0 runts, 0 giants, 0 throttles
663 CRC, 0 frame, - overruns, 2 aborts
- ignored, - parity errors
Output (total): 458284 packets, 532861591 bytes
377866 unicasts, 8800 broadcasts, 71618 multicasts, 0 pauses
Output (normal): 458284 packets, - bytes
377866 unicasts, 8800 broadcasts, 71618 multicasts, 0 pauses
Output: 35 output errors, - underruns, - buffer failures
0 aborts, 0 deferred, 0 collisions, 0 late collisions
35 lost carrier, - no carrier

1 REPLY 1
Anonymous
Not applicable

Re: 3com 5500 Pipe Command to show ports with just errors