[afnog] RED drops under class-of-service
ibtisam jamal
ibty.jamal at gmail.com
Wed Nov 2 10:47:03 UTC 2011
Hi ,
Please see the interface queues below we have seeing RED droped packets
,could it be something wrong in the configurations.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2011.11.02 13:16:13
=~=~=~=~=~=~=~=~=~=~=~=
DSSR01 (ttyp0)
--- JUNOS 10.4R1.9 built 2010-12-04 09:20:43 UTC
i> show configuration class-of-service | no-more
classifiers {
dscp mpbn_dscp_class {
forwarding-class best-effort {
loss-priority high code-points dscp_BE;
loss-priority low code-points dscp_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-points dscp_AF12;
loss-priority low code-points dscp_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-points dscp_EF;
}
forwarding-class network-control {
loss-priority high code-points dscp_nc_CS7;
loss-priority low code-points dscp_nc_CS6;
}
}
exp mpbn_exp_class {
forwarding-class best-effort {
loss-priority high code-points exp_BE;
loss-priority low code-points exp_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-points exp_AF12;
loss-priority low code-points exp_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-points exp_EF;
}
forwarding-class network-control {
loss-priority high code-points exp_nc_CS7;
loss-priority low code-points exp_nc_CS6;
}
}
ieee-802.1 mpbn_ieee_802.1_class {
forwarding-class best-effort {
loss-priority high code-points ieee_802.1_BE;
loss-priority low code-points ieee_802.1_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-points ieee_802.1_AF12;
loss-priority low code-points ieee_802.1_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-points ieee_802.1_EF;
}
forwarding-class network-control {
loss-priority high code-points ieee_802.1_nc_CS7;
loss-priority low code-points ieee_802.1_nc_CS6;
}
}
}
code-point-aliases {
dscp {
dscp_nc_CS7 111000;
dscp_nc_CS6 110000;
dscp_EF 101110;
dscp_AF11 001010;
dscp_AF12 001100;
dscp_BE1 000001;
dscp_BE 000000;
}
exp {
exp_nc_CS7 111;
exp_nc_CS6 110;
exp_EF 010;
exp_AF11 100;
exp_AF12 101;
exp_BE1 000;
exp_BE 001;
}
ieee-802.1 {
ieee_802.1_nc_CS7 111;
ieee_802.1_nc_CS6 110;
ieee_802.1_EF 010;
ieee_802.1_AF11 100;
ieee_802.1_AF12 101;
ieee_802.1_BE1 000;
ieee_802.1_BE 001;
}
}
drop-profiles {
Interactive_Drop {
interpolate {
fill-level [ 80 90 100 ];
drop-probability [ 0 25 100 ];
}
}
BG_Drop {
interpolate {
fill-level [ 70 80 90 ];
drop-probability [ 0 25 100 ];
}
}
Sigtran_Drop {
fill-level 100 drop-probability 100;
}
Stream_Drop {
fill-level 70 drop-probability 100;
}
}
interfaces {
ge-0/0/0 {
scheduler-map MPBN_IP_2;
unit 100 {
classifiers {
dscp mpbn_dscp_class;
}
rewrite-rules {
dscp mpbn_dscp_rewrite;
}
}
unit 110 {
classifiers {
dscp mpbn_dscp_class;
}
rewrite-rules {
dscp mpbn_dscp_rewrite;
}
}
unit 120 {
classifiers {
dscp mpbn_dscp_class;
}
rewrite-rules {
dscp mpbn_dscp_rewrite;
}
}
unit 134 {
classifiers {
dscp mpbn_dscp_class;
}
rewrite-rules {
dscp mpbn_dscp_rewrite;
}
}
unit 175 {
classifiers {
dscp mpbn_dscp_class;
}
rewrite-rules {
dscp mpbn_dscp_rewrite;
}
}
}
ge-0/0/1 {
scheduler-map MPBN_IP_2;
unit * {
classifiers {
exp mpbn_exp_class;
}
rewrite-rules {
exp mpbn_exp_rewrite;
}
}
}
ge-0/0/2 {
scheduler-map MPBN_IP_2;
unit * {
classifiers {
exp mpbn_exp_class;
}
rewrite-rules {
exp mpbn_exp_rewrite;
}
}
}
ge-0/0/3 {
scheduler-map MPBN_IP_2;
unit * {
classifiers {
ieee-802.1 mpbn_ieee_802.1_class;
}
rewrite-rules {
ieee-802.1 mpbn_ieee_802.1_rewrite;
}
}
}
fe-0/3/0 {
unit * {
classifiers {
exp mpbn_exp_class;
}
rewrite-rules {
exp mpbn_exp_rewrite;
}
}
}
ge-1/2/1 {
scheduler-map MPBN_IP;
unit * {
classifiers {
exp mpbn_exp_class;
}
rewrite-rules {
exp mpbn_exp_rewrite;
}
}
}
ge-1/2/2 {
scheduler-map MPBN_IP_2;
unit * {
classifiers {
exp mpbn_exp_class;
}
rewrite-rules {
exp mpbn_exp_rewrite;
}
}
}
}
rewrite-rules {
dscp mpbn_dscp_rewrite {
forwarding-class best-effort {
loss-priority high code-point dscp_BE;
loss-priority low code-point dscp_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-point dscp_AF12;
loss-priority low code-point dscp_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-point dscp_EF;
}
forwarding-class network-control {
loss-priority high code-point dscp_nc_CS7;
loss-priority low code-point dscp_nc_CS6;
}
}
exp mpbn_exp_rewrite {
forwarding-class best-effort {
loss-priority high code-point exp_BE;
loss-priority low code-point exp_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-point exp_AF12;
loss-priority low code-point exp_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-point exp_EF;
}
forwarding-class network-control {
loss-priority high code-point exp_nc_CS7;
loss-priority low code-point exp_nc_CS6;
}
}
ieee-802.1 mpbn_ieee_802.1_rewrite {
forwarding-class best-effort {
loss-priority high code-point ieee_802.1_BE;
loss-priority low code-point ieee_802.1_BE1;
}
forwarding-class assured-forwarding {
loss-priority high code-point ieee_802.1_AF12;
loss-priority low code-point ieee_802.1_AF11;
}
forwarding-class expedited-forwarding {
loss-priority low code-point ieee_802.1_EF;
}
forwarding-class network-control {
loss-priority high code-point ieee_802.1_nc_CS7;
loss-priority low code-point ieee_802.1_nc_CS6;
}
}
}
scheduler-maps {
MPBN_IP {
forwarding-class network-control scheduler NC_IP;
forwarding-class expedited-forwarding scheduler EF_IP;
forwarding-class assured-forwarding scheduler AF_IP;
forwarding-class best-effort scheduler BE_IP;
}
MPBN_IP_2 {
forwarding-class network-control scheduler NC_IP_2;
forwarding-class expedited-forwarding scheduler EF_IP_2;
forwarding-class assured-forwarding scheduler AF_IP_2;
forwarding-class best-effort scheduler BE_IP_2;
}
}
schedulers {
schedulers;
NC_IP {
transmit-rate percent 5;
buffer-size percent 5;
priority low;
}
EF_IP {
transmit-rate percent 70;
buffer-size percent 60;
priority high;
}
AF_IP {
transmit-rate percent 20;
buffer-size percent 30;
priority low;
drop-profile-map loss-priority low protocol any drop-profile
Sigtran_Drop;
drop-profile-map loss-priority high protocol any drop-profile
Stream_Drop;
}
BE_IP {
transmit-rate percent 5;
buffer-size remainder;
priority low;
drop-profile-map loss-priority low protocol any drop-profile
Interactive_Drop;
drop-profile-map loss-priority high protocol any drop-profile
BG_Drop;
}
NC_IP_2 {
transmit-rate percent 5;
buffer-size percent 5;
priority low;
}
EF_IP_2 {
transmit-rate percent 75;
buffer-size percent 60;
priority high;
}
AF_IP_2 {
transmit-rate percent 15;
buffer-size percent 30;
priority low;
drop-profile-map loss-priority low protocol any drop-profile
Sigtran_Drop;
drop-profile-map loss-priority high protocol any drop-profile
Stream_Drop;
}
BE_IP_2 {
transmit-rate percent 5;
buffer-size remainder;
priority low;
drop-profile-map loss-priority low protocol any drop-profile
Interactive_Drop;
drop-profile-map loss-priority high protocol any drop-profile
BG_Drop;
}ibtisam at DSSR01 <%7Dibtisam at DSSR01>>
ibtisam at DSSR01> show interfaces queue ge-0/0/* | ma no-more
Physical interface: ge-0/0/0, Enabled, Physical link is Up
Interface index: 169, SNMP ifIndex: 724
Forwarding classes: 16 supported, 4 in use
Ingress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 692679758 64800 pps
Bytes : 383442435215 292925088 bps
Transmitted:
Packets : 692679758 64800 pps
Bytes : 383442435215 292925088 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 1752420660 160001 pps
Bytes : 160554766030 117956456 bps
Transmitted:
Packets : 1717113093 155379 pps
Bytes : 157318357524 114551744 bps
Tail-dropped packets : Not Available
RED-dropped packets : 35307567 4622 pps
RED-dropped bytes : 3236408506 3404712 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 32823339 2977 pps
Bytes : 17677179806 12720000 bps
Transmitted:
Packets : 32769085 2974 pps
Bytes : 17649393484 12716528 bps
Tail-dropped packets : Not Available
RED-dropped packets : 54254 3 pps
RED-dropped bytes : 27786322 3472 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 7346390 678 pps
Bytes : 1496637378 1153592 bps
Transmitted:
Packets : 7346390 678 pps
Bytes : 1496637378 1153592 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Forwarding classes: 16 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 570724066 53371 pps
Bytes : 316807219391 243574968 bps
Transmitted:
Packets : 570724066 53371 pps
Bytes : 316807219391 243574968 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 1281204029 121454 pps
Bytes : 117262216639 89843296 bps
Transmitted:
Packets : 1281204029 121456 pps
Bytes : 117262216639 89851488 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 94079711 8801 pps
Bytes : 27315395085 19564880 bps
Transmitted:
Packets : 94079711 8801 pps
Bytes : 27315395085 19564880 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 20113810 2104 pps
Bytes : 3756369598 3235832 bps
Transmitted:
Packets : 20113810 2104 pps
Bytes : 3756369598 3235832 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Packet Forwarding Engine Chassis Queues:
Queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 717917234 66807 pps
Bytes : 361993928034 276819528 bps
Transmitted:
Packets : 717917233 66806 pps
Bytes : 376753932441 287811192 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 3771407507 353302 pps
Bytes : 265824876718 200861816 bps
Transmitted:
Packets : 3771407516 353303 pps
Bytes : 345596271950 260395824 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 154556416 14743 pps
Bytes : 51800865736 37770312 bps
Transmitted:
Packets : 154556416 14743 pps
Bytes : 54908591178 40133272 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 34558513 3282 pps
Bytes : 6041390982 4780864 bps
Transmitted:
Packets : 34558513 3282 pps
Bytes : 6685519573 5276568 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Physical interface: ge-0/0/1, Enabled, Physical link is Up
Interface index: 170, SNMP ifIndex: 725
Description: DARSR01-ARSR01 sTM1 - ARNSR01 ge-0/0/0
Forwarding classes: 16 supported, 4 in use
Ingress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 1390025 45 pps
Bytes : 203310715 47184 bps
Transmitted:
Packets : 1390025 45 pps
Bytes : 203310715 47184 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 642746854 58626 pps
Bytes : 59631207411 43638392 bps
Transmitted:
Packets : 642739523 58626 pps
Bytes : 59630529033 43638392 bps
Tail-dropped packets : Not Available
RED-dropped packets : 7331 0 pps
RED-dropped bytes : 678378 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 17959634 1621 pps
Bytes : 8221331903 5799216 bps
Transmitted:
Packets : 17959634 1621 pps
Bytes : 8221331903 5799216 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 16669451 1389 pps
Bytes : 3311614472 2483320 bps
Transmitted:
Packets : 16669451 1389 pps
Bytes : 3311614472 2483320 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Forwarding classes: 16 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 24449400 2274 pps
Bytes : 14218513659 10535776 bps
Transmitted:
Packets : 24449400 2274 pps
Bytes : 14218513659 10535776 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 449400928 39381 pps
Bytes : 41344026048 29033976 bps
Transmitted:
Packets : 449400928 39381 pps
Bytes : 41344026048 29033976 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 11416974 954 pps
Bytes : 7085670236 4589280 bps
Transmitted:
Packets : 11416974 954 pps
Bytes : 7085670236 4589280 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 181021 13 pps
Bytes : 35135510 15768 bps
Transmitted:
Packets : 181021 13 pps
Bytes : 35135510 15768 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Packet Forwarding Engine Chassis Queues:
Queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 717917234 66807 pps
Bytes : 361993928034 276819528 bps
Transmitted:
Packets : 717917233 66806 pps
Bytes : 376753932441 287811192 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 3771407507 353302 pps
Bytes : 265824876718 200861816 bps
Transmitted:
Packets : 3771407516 353303 pps
Bytes : 345596271950 260395824 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 154556416 14743 pps
Bytes : 51800865736 37770312 bps
Transmitted:
Packets : 154556416 14743 pps
Bytes : 54908591178 40133272 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 34558513 3282 pps
Bytes : 6041390982 4780864 bps
Transmitted:
Packets : 34558513 3282 pps
Bytes : 6685519573 5276568 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Physical interface: ge-0/0/2, Enabled, Physical link is Up
Interface index: 171, SNMP ifIndex: 726
Description: New Dar Site
Forwarding classes: 16 supported, 4 in use
Ingress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 19371897 1879 pps
Bytes : 3568897121 4435824 bps
Transmitted:
Packets : 19371897 1879 pps
Bytes : 3568897121 4435824 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 1122860364 110803 pps
Bytes : 108881127626 86612688 bps
Transmitted:
Packets : 1122796841 110797 pps
Bytes : 108874992754 86608016 bps
Tail-dropped packets : Not Available
RED-dropped packets : 63523 6 pps
RED-dropped bytes : 6134872 4672 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 42077159 3944 pps
Bytes : 15287409467 10881968 bps
Transmitted:
Packets : 42077159 3944 pps
Bytes : 15287409467 10881968 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 1851972 252 pps
Bytes : 353444557 319680 bps
Transmitted:
Packets : 1851972 252 pps
Bytes : 353444557 319680 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Forwarding classes: 16 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 40312289 3869 pps
Bytes : 16417847725 12343088 bps
Transmitted:
Packets : 40312289 3869 pps
Bytes : 16417847725 12343088 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 1456292029 137844 pps
Bytes : 140191362812 106672696 bps
Transmitted:
Packets : 1456292029 137844 pps
Bytes : 140191362812 106672696 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 18628630 1770 pps
Bytes : 7130593211 5277056 bps
Transmitted:
Packets : 18628630 1770 pps
Bytes : 7130593211 5277056 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 500080 51 pps
Bytes : 81984727 68024 bps
Transmitted:
Packets : 500080 51 pps
Bytes : 81984727 68024 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Packet Forwarding Engine Chassis Queues:
Queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 717917234 66807 pps
Bytes : 361993928034 276819528 bps
Transmitted:
Packets : 717917233 66806 pps
Bytes : 376753932441 287811192 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 3771407507 353302 pps
Bytes : 265824876718 200861816 bps
Transmitted:
Packets : 3771407516 353303 pps
Bytes : 345596271950 260395824 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 154556416 14743 pps
Bytes : 51800865736 37770312 bps
Transmitted:
Packets : 154556416 14743 pps
Bytes : 54908591178 40133272 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 34558513 3282 pps
Bytes : 6041390982 4780864 bps
Transmitted:
Packets : 34558513 3282 pps
Bytes : 6685519573 5276568 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Physical interface: ge-0/0/3, Enabled, Physical link is Up
Interface index: 172, SNMP ifIndex: 727
Description: Inter Site Link - DSSR02 ge-0/0/3
Forwarding classes: 16 supported, 4 in use
Ingress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 89224561 9374 pps
Bytes : 64494016245 55432680 bps
Transmitted:
Packets : 89224561 9374 pps
Bytes : 64494016245 55432680 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 607767424 57269 pps
Bytes : 56860380966 42952752 bps
Transmitted:
Packets : 607570003 57263 pps
Bytes : 56841924612 42947984 bps
Tail-dropped packets : Not Available
RED-dropped packets : 197421 6 pps
RED-dropped bytes : 18456354 4768 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 14518163 1280 pps
Bytes : 7490580394 5210656 bps
Transmitted:
Packets : 14518163 1280 pps
Bytes : 7490580394 5210656 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 1623869 157 pps
Bytes : 231738986 177744 bps
Transmitted:
Packets : 1623869 157 pps
Bytes : 231738986 177744 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Forwarding classes: 16 supported, 4 in use
Egress queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 82480334 7784 pps
Bytes : 30753364823 23274792 bps
Transmitted:
Packets : 82480334 7784 pps
Bytes : 30753364823 23274792 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 584783573 52456 pps
Bytes : 54367010609 38851424 bps
Transmitted:
Packets : 584783573 52456 pps
Bytes : 54367010609 38851424 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 30442177 2926 pps
Bytes : 13690145071 10333896 bps
Transmitted:
Packets : 30442177 2926 pps
Bytes : 13690145071 10333896 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 13744411 1122 pps
Bytes : 2876474009 2014688 bps
Transmitted:
Packets : 13744411 1122 pps
Bytes : 2876474009 2014688 bps
Tail-dropped packets : Not Available
RED-dropped packets : 0 0 pps
RED-dropped bytes : 0 0 bps
Packet Forwarding Engine Chassis Queues:
Queues: 4 supported, 4 in use
Queue: 0, Forwarding classes: best-effort
Queued:
Packets : 717917234 66807 pps
Bytes : 361993928034 276819528 bps
Transmitted:
Packets : 717917233 66806 pps
Bytes : 376753932441 287811192 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 1, Forwarding classes: expedited-forwarding
Queued:
Packets : 3771407507 353302 pps
Bytes : 265824876718 200861816 bps
Transmitted:
Packets : 3771407516 353303 pps
Bytes : 345596271950 260395824 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 2, Forwarding classes: assured-forwarding
Queued:
Packets : 154556416 14743 pps
Bytes : 51800865736 37770312 bps
Transmitted:
Packets : 154556416 14743 pps
Bytes : 54908591178 40133272 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0 bps
Queue: 3, Forwarding classes: network-control
Queued:
Packets : 34558513 3282 pps
Bytes : 6041390982 4780864 bps
Transmitted:
Packets : 34558513 3282 pps
Bytes : 6685519573 5276568 bps
Tail-dropped packets : 0 0 pps
RED-dropped packets : 0 0 pps
Low, non-TCP : 0 0 pps
Low, TCP : 0 0 pps
High, non-TCP : 0 0 pps
High, TCP : 0 0 pps
RED-dropped bytes : 0 0 bps
Low, non-TCP : 0 0 bps
Low, TCP : 0 0 bps
High, non-TCP : 0 0 bps
High, TCP : 0 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://afnog.org/pipermail/afnog/attachments/20111102/c64696a6/attachment-0001.html>
More information about the afnog
mailing list