Thank you Dave and Chuck and all who have replied.
I now have a working configuration which does what I wanted (using
default forwarding classes and default rewrite rules to make it
concise).
class-of-service {
classifiers {
ieee-802.1 pasolink {
forwarding-class best-effort {
loss-priority low code-points [ 000 001 ];
}
forwarding-class expedited-forwarding {
loss-priority low code-points [ 010 011 ];
}
forwarding-class assured-forwarding {
loss-priority low code-points [ 100 101 ];
}
forwarding-class network-control {
loss-priority low code-points [ 110 111 ];
}
}
}
interfaces {
/* access port */
ge-0/0/0 {
unit 0 {
forwarding-class assured-forwarding;
}
}
/* trunk port */
ge-0/0/22 {
unit 0 {
classifiers {
ieee-802.1 pasolink;
}
rewrite-rules {
ieee-802.1 default;
}
}
}
/* trunk port */
ge-0/0/23 {
unit 0 {
classifiers {
ieee-802.1 pasolink;
}
rewrite-rules {
ieee-802.1 default;
}
}
}
}
}
--
Victor Sudakov, VAS4-RIPE, VAS47-RIPN
sip:[email protected]
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp