Monitoring Forwarding and Drop Events on the Egress Queue
Purpose
Display information about forwarding and drop event counts on the egress queue.
Action
To display events for a specific interface:
host1#show egress-queue events interface gigabitEthernet 1/0committed conformed exceeded ratetraffic forwarded drop drop drop periodinterface class events events events events count---------------------- ------- --------- --------- --------- --------- ---------ip GigabitEthernet1/0 tc1 132 0 0 0 132tc2 132 132 0 0 132tc3 6 0 132 0 132tc4 0 0 0 132 132To display events for an L2TP session:
host1#show egress-queue events l2tp-session session1To display events for a tunnel interface, specify the interface at the root of the scheduler hierarchy located on the tunnel-service interface or at the same hierarchy for LNS GRE tunnel traffic:
host1#show egress-queue events tunnel-server 6/0To display events for queues only on the specified interface and not stacked above the interface:
host1#show egress-queue events gigabitEthernet 1/0 explicitTo display the sum of events for the queues bound to interfaces that are stacked above the specified interface:
host1#show egress-queue events gigabitEthernet 1/0 summaryTo display events for queues belonging to a specific traffic class:
host1#show egress-queue events gigabitEthernet 1/0 traffic-class voiceTo filter output based on the number of events that exceed the specified value.
host1#show egress-queue events gigabitEthernet 1/0 event-exceeding committedhost1#show egress-queue events gigabitEthernet 1/0 event-exceeding conformedhost1#show egress-queue events gigabitEthernet 1/0 event-exceeding exceededhost1#show egress-queue events gigabitEthernet 1/0 event-exceeding forwardedMeaning
Table 43 lists the show egress-queue events command output fields.
- Configuring Event Statistics
- show egress-queue events command