cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2773
Views
5
Helpful
2
Replies

show platform port-asic stat drop on non-master switch

I have a 2 switch, 3750 stack. Switch 1 is the master. I have QOS enabled. When I enter the following command:

show platform port-asic stats drop fastEthernet 1/0/1

it works, but if I enter the command

show platform port-asic stats drop fastEthernet 2/0/1

I receive the following error:

%Command Rejected: interface 'FastEthernet2/0/1' is not local port

How do I look at port drops for a non-maser switch in a stack?

1 Accepted Solution

Accepted Solutions

You need to prefix the command with 'remote command x' where 'x' is the stack member. For example:

remote command 2 show platform port-asic stats drop fastethernet 2/0/1

In the latest 12.2(50)SE IOS the drop and enqueue stats from these commands are included in the 'show mls qos interface statistics' command.

HTH

Andy

View solution in original post

2 Replies 2

You need to prefix the command with 'remote command x' where 'x' is the stack member. For example:

remote command 2 show platform port-asic stats drop fastethernet 2/0/1

In the latest 12.2(50)SE IOS the drop and enqueue stats from these commands are included in the 'show mls qos interface statistics' command.

HTH

Andy

Brilliant! Thanks!

Review Cisco Networking for a $25 gift card