cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1044
Views
0
Helpful
6
Replies

nx-os command to view all interface input and output rate

zulfikhar2000
Level 1
Level 1

Is there a way in nx-os where I can view all interface input and output rate, so that I dont have to go each interface & check ?

6 Replies 6

try below

#sh inter | inc rate

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

This doesn’t help…If the switch have 100 ports we can’t trace…

True, but as MHM added, possibly you just need to further refine your regex.

(PT) e.g.:

Router#sh int | include (is down)|(rate)
GigabitEthernet0/0/0 is administratively down, line protocol is down (disabled)
Queueing strategy: fifo
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
GigabitEthernet0/0/1 is administratively down, line protocol is down (disabled)
Queueing strategy: fifo
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
GigabitEthernet0/0/2 is administratively down, line protocol is down (disabled)
Queueing strategy: fifo
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
Vlan1 is administratively down, line protocol is down
Queueing strategy: fifo
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec

Cisco's regex.

I try 
show interface | include input , output, and rate 
all show the rate but the problem not show interface for each line. 
if you dont want interface number then | inlcude is ok if not 
please mention that and I will make deep dive.
thanks  

thiru.vel10
Level 1
Level 1

Capture the output show interface and filter using Grep tool 

 show interface e4/1 , e4/2 | i Ethernet4|rate <<- I found this command try it 
thanks 

Review Cisco Networking for a $25 gift card