Re: [j-nsp] COS - IP Precedence rewrite

From: Kirby Files (kfiles@masergy.com)
Date: Tue Aug 28 2001 - 17:58:51 EDT


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