3com switch counters

DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
Quick one that I cant seem to find an answer to.

On cico switches you can either do

show counters
or some thing like
show int | in input

so see the port statices

how ever I can't find the same on 3COM

I can reset teh counters

and do a []dis int g1/0/3 which shows all the in status

but I want a list of interfaces with there basic usage stats in a clear list

interface         input       output

1                   45764      7365
2                   62531      35656   
3                   48923      45748

any ideas for 3COM solution
  • If you can't explain it simply, you don't understand it well enough. Albert Einstein
  • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.

Comments

  • drkatdrkat Banned Posts: 703
    http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02608748/c02608748.pdf

    maybe get you on the right path


    display interface ??


     

     

    Example

    To display configuration information on Ethernet port 1/0/1, enter the following:

    <4500>
    display interface Ethernet 1/0/1



     


     


     


    The information displays in the following format:


    Ethernet1/0/1 current state : UP


    IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 00e0-fc00-0010


    The Maximum Transmit Unit is 1500


    Media type is twisted pair, loopback not set


    Port hardware type is 100_BASE_TX


    100Mbps-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 1536


    Broadcast MAX-ratio: 100%


    Allow jumbo frame to pass


    PVID: 1


    Mdi type: auto


    Port link-type: access


    Tagged VLAN ID : none


    Untagged VLAN ID : 1


    Last 300 seconds input: 0 packets/sec 0 bytes/sec


    Last 300 seconds output: 0 packets/sec 0 bytes/sec


    Input(total): 0 packets, 0 bytes


    - broadcasts, - multicasts


    Input(normal): 0 packets, 0 bytes


    0 broadcasts, 0 multicasts


    Input: 0 input errors, 0 runts, 0 giants, 0 throttles, 0 CRC


    0 frame, - overruns, - aborts, - ignored, - parity errors


    Output(total): 0 packets, 0 bytes


    - broadcasts, - multicasts, - pauses


    Output(normal): 0 packets, 0 bytes


    0 broadcasts, 0 multicasts, 0 pauses


    Output: 0 output errors, - underruns, - buffer failures


    - aborts, 0 deferred, 0 collisions, 0 late collisions


    - lost carrier, - no carrier
  • DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
    yep but that just displays the whole lot for each port.

    I am wanting to look at port usage stats for over 400 ports, so I want to be able to filter it to an easier to read format.

    it seems 3com does not allow support this icon_sad.gif

    I want to out put it as a list containing interfaces, packets in, packets out.

    Some thing that is simple on cisco devices.
    • If you can't explain it simply, you don't understand it well enough. Albert Einstein
    • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Sign In or Register to comment.