Configuring BA Classifiers
You configure BA classifiers for IPv6 on network interfaces because the DSCPs have been explicitly rewritten on the edge routers. To configure a BA classifier for IPv6 DSCPs, include the
dscp-ipv6statement and give the classifier a name. Then import the default classifier and specify the forwarding class, loss priority, and code points for each established traffic class at the[edit class-of-service]hierarchy level.[edit class-of-service]classifiers {dscp-ipv6IPv6-classifier{import default; # Uses the DSCP default map.forwarding-classbe-DATA-class{loss-priority high code-points 000001;}forwarding-classef-FIN-class{loss-priority high code-points 101111;}forwarding-classaf-AV-class{loss-priority high code-points 001100;}forwarding-classnc-CONTROL-class{loss-priority high code-points 110001;}}}