[j-nsp] Class of Service on EX3200
Ala' Amira
aamira at bluezonejordan.com
Sat May 7 19:04:38 EDT 2011
Hi All,
Am trying to implement class of service on ex3200 switch with 2 forwarding
classes but after committing the configuration and do show command it gave
me this warning
-## Warning: statement ignored: unsupported platform (ex3200-24t). In
addition to the traffic is prevented totally from the lowest queue-num which
is wrong result.
So does this issue is an effect from the warning above or it is a limitation
on EX 3200 or something wrong in the configuration in below,
LAB_Core# show firewall
family inet {
filter cos {
term 1 {
from {
destination-address {
192.168.20.20/32;
}
}
then {
loss-priority low;
forwarding-class L-L;
accept;
}
}
term 2 {
from {
destination-address {
192.168.20.30/32;
}
}
then {
loss-priority low;
forwarding-class Wimax;
accept;
}
}
term 3 {
then accept;
}
}
}
LAB_Core# show class-of-service
forwarding-classes {
##
## Warning: statement ignored: unsupported platform (ex3200-24t)
##
class L-L queue-num 3 priority high;
##
## Warning: statement ignored: unsupported platform (ex3200-24t)
##
class Wimax queue-num 2 priority high;
}
interfaces {
ge-0/0/1 {
shaping-rate 4m;
}
}
scheduler-maps {
SCHED-MAP {
forwarding-class L-L scheduler L-L;
forwarding-class Wimax scheduler Wimax;
}
}
schedulers {
L-L {
transmit-rate 1m;
shaping-rate 1m;
buffer-size percent 2;
priority strict-high;
}
Wimax {
transmit-rate 3m;
buffer-size percent 3;
priority strict-high;
}
}
Regards,
Ala' Amira
More information about the juniper-nsp
mailing list