[j-nsp] BA Classifier DSCP Wildcard?

Paolo Autore pautore at columbus-networks.com
Thu Aug 16 15:23:16 EDT 2007


?
here ya go-- this works for me--- at the edges you need to write a firewall policy that sets incoming traffic to a forwarding class
 
classifiers {
    dscp DSCP-BA {
        import default;
        forwarding-class best-effort {
            loss-priority low code-points [ 101110 001110 001100 001010 ];
        }
        forwarding-class business {
            loss-priority low code-points dscp-business;
        }
        forwarding-class real-time {
            loss-priority low code-points dscp-real-time;
        }
    }

code-point-aliases {
    dscp {
        /* code point DSCP32 */
        dscp-real-time 100000;
        /* code point DSCP16 */
        dscp-business 010000;
    }
}

________________________________

From: juniper-nsp-bounces at puck.nether.net on behalf of George Amen
Sent: Thu 8/16/2007 1:55 PM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] BA Classifier DSCP Wildcard?



Running JUNOS 8.3, M box
Trying to write a BA classifier
- Class 'a' matches for EF
- Class 'b' matche for AF21
- Class 'c' is required to match all other DSCP values,

any idea if JUNOS allows this flexibility in BA classifiers?


Thanks
-GA
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp




More information about the juniper-nsp mailing list