Display NIC Counters

Note

Note

This procedure only applies to XA1400 Series.

Use the following procedure to display the NIC statistics and counters.

Procedure

  1. To enter User EXEC mode, log on to the switch.
  2. Display NIC counter statistics:

    show io nic-counters

Example

Switch:1# show io nic-counters

======== PORT 1 NIC STATS ========

bash-4.3# ethtool -S eth1 | grep -v queue
NIC statistics:
     rx_packets: 3698179
     tx_packets: 500856
     rx_bytes: 273670137
     tx_bytes: 67740387
     rx_broadcast: 1905912
     tx_broadcast: 117620
     rx_multicast: 1622656
     tx_multicast: 285392
     multicast: 1622656
     collisions: 0
     rx_crc_errors: 0
     rx_no_buffer_count: 0
     rx_missed_errors: 0
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 0
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 0
     rx_long_length_errors: 0
     rx_short_length_errors: 0
     rx_align_errors: 0
     tx_tcp_seg_good: 0
     tx_tcp_seg_failed: 0
     rx_flow_control_xon: 0
     rx_flow_control_xoff: 0
     tx_flow_control_xon: 0
     tx_flow_control_xoff: 0
     rx_long_byte_count: 273670137
     tx_dma_out_of_sync: 0
     tx_smbus: 0
     rx_smbus: 0
     dropped_smbus: 0
     os2bmc_rx_by_bmc: 0
     os2bmc_tx_by_bmc: 0
     os2bmc_tx_by_host: 0

    os2bmc_rx_by_host: 0
     tx_hwtstamp_timeouts: 0
     rx_hwtstamp_cleared: 0
     rx_errors: 0
     tx_errors: 0
     tx_dropped: 0
     rx_length_errors: 0
     rx_over_errors: 0
     rx_frame_errors: 0
     rx_fifo_errors: 0
     tx_fifo_errors: 0
     tx_heartbeat_errors: 0