You are on page 1of 1

firewall

{
family inet {
filter 2G-QoS {
term EF {
from {
dscp ef;
}
then forwarding-class VOICE;
}
term STREAMING {
from {
dscp af41;
}
then forwarding-class STREAMING;
}
term INTERACTIVE {
from {
dscp af21;
}
then forwarding-class BUSINESS;
}
term BACKGROUND {
from {
dscp be;
}
then forwarding-class INTERNET;
}
}
filter 3G-QoS {
term RSL {
from {
dscp ef;
}
then forwarding-class VOICE;
}
term OML {
from {
dscp af41;
}
then forwarding-class STREAMING;
}
term DATA {
from {
dscp af21;
}
then forwarding-class BUSINESS;
}
term OTHER {
from {
dscp be;
}
then forwarding-class INTERNET;
}
}
}
}

You might also like