I haven't caught up with j-nsp in a while, but I just noticed you hadn't gotten a reply to this question. You really want to use the firewall to accomplish this:
firewall {
filter COS-dest {
term low-pri {
from {
source-address 10.0.1.0/24;
}
then {
output-queue 0;
}
}
term hi-pri {
from {
source-address 10.0.2.0/24;
}
then {
output-queue 1;
}
}
}
Then use COS maps to do the precedence-rewrite on output.
--- Kirby Files Sr. Mgr. Backbone Eng. Masergy Communications kfiles@masergy.com
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:37 EDT