Traffic Utilization


Recommended Posts

look at the port that connects them. I can post up some examples when get to work.

so here is example..

#sho int g2/1/48

GigabitEthernet2/1/48 is up, line protocol is up (connected)

Hardware is C6k 1000Mb 802.3, address is f0f7.556a.303f (bia f0f7.556a.303f)

Description: snipped gi2/0/37

MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,

reliability 255/255, txload 6/255, rxload 167/255

Encapsulation ARPA, loopback not set

Keepalive set (10 sec)

Full-duplex, 1000Mb/s, media type is 10/100/1000BaseT

input flow-control is off, output flow-control is off

Clock mode is auto

ARP type: ARPA, ARP Timeout 04:00:00

Last input 00:00:53, output 00:00:53, output hang never

Last clearing of "show interface" counters never

Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0

Queueing strategy: fifo

Output queue: 0/40 (size/max)

5 minute input rate 655008000 bits/sec, 58982 packets/sec

5 minute output rate 25409000 bits/sec, 8216 packets/sec

589082832864 packets input, 748829535384952 bytes, 0 no buffer

Received 313220205 broadcasts (90673342 multicasts)

0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

0 watchdog, 0 multicast, 0 pause input

0 input packets with dribble condition detected

305644305824 packets output, 336064773437748 bytes, 0 underruns

0 output errors, 0 collisions, 4 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier, 0 PAUSE output

0 output buffer failures, 0 output buffers swapped out

This is a port that is connected to WS-C3750G from our 6509

Now this port is in a port channel, so can view that via looking at the port channel number its in

#sho run int gi1/1/48

Building configuration...

Current configuration : 215 bytes

!

interface GigabitEthernet1/1/48

description snipped gi1/0/37

switchport

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 1500-1599

switchport mode trunk

channel-group 48 mode on

end

#sho int po48

Port-channel48 is up, line protocol is up (connected)

Hardware is EtherChannel, address is f0f7.556a.303f (bia f0f7.556a.303f)

MTU 1500 bytes, BW 2000000 Kbit, DLY 10 usec,

reliability 255/255, txload 9/255, rxload 78/255

Encapsulation ARPA, loopback not set

Keepalive set (10 sec)

Full-duplex, 1000Mb/s, media type is unknown

input flow-control is off, output flow-control is off

Members in this channel: Gi1/1/48 Gi2/1/48

ARP type: ARPA, ARP Timeout 04:00:00

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/2000/87/0 (size/max/drops/flushes); Total output drops: 30580

Queueing strategy: fifo

Output queue: 0/40 (size/max)

5 minute input rate 615024000 bits/sec, 58930 packets/sec

5 minute output rate 71985000 bits/sec, 17199 packets/sec

755377119214 packets input, 903610630433665 bytes, 0 no buffer

Received 1062837364 broadcasts (654250035 multicasts)

0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 87 overrun, 0 ignored

0 watchdog, 0 multicast, 0 pause input

0 input packets with dribble condition detected

640185051098 packets output, 712498888550088 bytes, 0 underruns

0 output errors, 0 collisions, 2 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier, 0 PAUSE output

0 output buffer failures, 0 output buffers swapped out

is this what your looking for?

You could also do a

 

#sho int sum 

 *: interface is up
 IHQ: pkts in input hold queue     IQD: pkts dropped from input queue
 OHQ: pkts in output hold queue    OQD: pkts dropped from output queue
 RXBS: rx rate (bits/sec)          RXPS: rx rate (pkts/sec)
 TXBS: tx rate (bits/sec)          TXPS: tx rate (pkts/sec)
 TRTL: throttle count

  Interface               IHQ   IQD  OHQ   OQD  RXBS RXPS  TXBS TXPS TRTL
-------------------------------------------------------------------------
* GigabitEthernet1/1/1     0     0    0     0 175000  158 2237000  515    0
* GigabitEthernet1/1/2     0     0    0     0 30284000  6673 3648000  1969    0
* GigabitEthernet1/1/3     0     0    0     0 4341000  715 6211000  823    0
* GigabitEthernet1/1/4     0     0    0     0 5312000  714 6415000  1013    0
* GigabitEthernet1/1/5     0     0    0     0 304000  230 855000  261    0
* GigabitEthernet1/1/6     0     0    0     0 1064000  285 1264000  261    0
* GigabitEthernet1/1/7     0     0    0     0 124000   39 509000  110    0
* GigabitEthernet1/1/8     0     0    0     0 1054000  150 296000  152    0
Snipped rest of output
if your looking to watch this is real time, graph it etc.. You could use snmp to query specific interfaces and then graph it.. Cacti comes in handy here and is FREE.

More details of what you want exactly would help us point you how to accomplish what your after, are you trying to troubleshoot an issue? Just want to look at this for fun? Do you want to graph it? etc..

You could also turn on ip accounting and look at that for more details, etc. So knowing exactly what your looking for would be helpful

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.