[j-nsp] Class of Service on EX3200
Ala' Amira
aamira at bluezonejordan.com
Thu May 5 07:32:29 EDT 2011
Hi All,
Am tring to implement class of service on ex3200 switch with 2 forewading
classes but after commiting the configuration and do show command it gave
me this warning
-## Warning: statement ignored: unsupported platform (ex3200-24t). In
addition to the traffic is preveted 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;
}
}
set firewall family inet filter cos term 1 from destination-address
192.168.20.20/32
set firewall family inet filter cos term 1 then loss-priority low
set firewall family inet filter cos term 1 then forwarding-class L-L
set firewall family inet filter cos term 1 then accept
set firewall family inet filter cos term 2 from destination-address
192.168.20.30/32
set firewall family inet filter cos term 2 then loss-priority low
set firewall family inet filter cos term 2 then forwarding-class Wimax
set firewall family inet filter cos term 2 then accept
set firewall family inet filter cos term 3 then accept
set class-of-service forwarding-classes class L-L queue-num 3
set class-of-service forwarding-classes class L-L priority high
set class-of-service forwarding-classes class Wimax queue-num 2
set class-of-service forwarding-classes class Wimax priority high
set class-of-service interfaces ge-0/0/1 shaping-rate 4m
set class-of-service scheduler-maps SCHED-MAP forwarding-class L-L scheduler
L-L
set class-of-service scheduler-maps SCHED-MAP forwarding-class Wimax
scheduler Wimax
set class-of-service schedulers L-L transmit-rate 1m
set class-of-service schedulers L-L buffer-size percent 2
set class-of-service schedulers L-L priority l strict-high
set class-of-service schedulers Wimax transmit-rate 3m
set class-of-service schedulers Wimax buffer-size percent 3
set class-of-service schedulers Wimax priority strict-high
Regards,
Ala' Amira
More information about the juniper-nsp
mailing list