[j-nsp] Help, problem with ingress queues
Andrey Ermishin
eas at etherway.ru
Thu Apr 24 01:43:15 EDT 2014
Hi mates.
I have problem with ingress queues at interface.
My config:
show configuration class-of-service
forwarding-classes {
class cs1 queue-num 1;
}
show configuration firewall filter test_input
term rule_CS1 {
from {
dscp cs1;
}
then {
count cnt_cs1;
forwarding-class cs1;
}
}
term default {
then {
count cnt_default;
accept;
}
}
show configuration interfaces ae8
description TEST;
vlan-tagging;
aggregated-ether-options {
lacp {
active;
}
}
unit 21 {
vlan-id 21;
family inet {
filter {
input-list test_input;
}
address 192.168.175.17/30;
}
}
Input traffic is matched:
Filter: ae8.0-i
Counters:
Name Bytes Packets
cnt_cs1-ae8.0-i 51166671869 222133896
cnt_default-ae8.0-i 2682631066721 4509341003
But not in queues
show interfaces queue ae8 ingress
Physical interface: ae8, Enabled, Physical link is Up
Interface index: 136, SNMP ifIndex: 544
Description: EW-SE1-LAG
Forwarding classes: 16 supported, 4 in use
Ingress queues: 8 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 0 0 pps
Bytes : 0 0 bps
Transmitted:
Packets : 0 0 pps
Bytes : 0 0 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low : 0 0 pps
Medium-low : 0 0 pps
Medium-high : 0 0 pps
High : 0 0 pps
RED-dropped bytes : 0 0 bps
Low : 0 0 bps
Medium-low : 0 0 bps
Medium-high : 0 0 bps
High : 0 0 bps
Queue: 1, Forwarding classes: cs1
Queued:
Packets : 0 0 pps
Bytes : 0 0 bps
Transmitted:
Packets : 0 0 pps
Bytes : 0 0 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low : 0 0 pps
Medium-low : 0 0 pps
Medium-high : 0 0 pps
High : 0 0 pps
RED-dropped bytes : 0 0 bps
Low : 0 0 bps
Medium-low : 0 0 bps
Medium-high : 0 0 bps
High : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 0 0 pps
Bytes : 0 0 bps
Transmitted:
Packets : 0 0 pps
Bytes : 0 0 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low : 0 0 pps
Medium-low : 0 0 pps
Medium-high : 0 0 pps
High : 0 0 pps
RED-dropped bytes : 0 0 bps
Low : 0 0 bps
Medium-low : 0 0 bps
Medium-high : 0 0 bps
High : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 0 0 pps
Bytes : 0 0 bps
Transmitted:
Packets : 0 0 pps
Bytes : 0 0 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low : 0 0 pps
Medium-low : 0 0 pps
Medium-high : 0 0 pps
High : 0 0 pps
RED-dropped bytes : 0 0 bps
Low : 0 0 bps
Medium-low : 0 0 bps
Medium-high : 0 0 bps
High : 0 0 bps
--
Andrey Ermishin, Etherway ISP.
More information about the juniper-nsp
mailing list