Error statistics for all interfaces

Post Reply
harmen

Error statistics for all interfaces

Post by harmen »

Hi everyone,

Can anybody tell me if there is a way to show all error statistics for all interfaces(ports) with a single command in 7750 SR?

"show port statistics | detail" shows only ingress egress packets but not errors. Errors are being shown with "show port IOM/MDA/PORT" command per port, but I would like to see errors from all ports at this moment.

Thanks in Advance.
mivens
Member
Posts: 262
Joined: 28 Sep 2012 06:34

Re: Error statistics for all interfaces

Post by mivens »

Don't think there's a way to do it for all ports on a node at once but you can do it for all ports on an IOM/IMM.

For example, for an IMM48 in slot 3 (where the ports are from 3/1/1 to 3/2/24):

Code: Select all

show port 3/[1..2]/[1..24] | match "^Errors|Interface" expression
Or for more detail:

Code: Select all

show port 3/[1..2]/[1..24] | match "Errors|Interface" expression
harmen

Re: Error statistics for all interfaces

Post by harmen »

Better than nothing, thank you very much.
Post Reply

Return to “7750 SR”