[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Mar 20 16:02:49 CDT 2014


Index: core.mus.onenet.net
===================================================================
--- core.mus.onenet.net	(revision 111994)
+++ core.mus.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MUSKOGEE-MX480-RE0> show system commit 
+#   2014-03-20 15:12:39 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:12:10 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:33:44 CST by jeremyt via cli commit synchronize
 #   2014-03-03 15:32:05 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 #   2014-02-26 11:12:30 CST by andrew via netconf commit synchronize
 #   2014-02-26 10:54:43 CST by joel via cli commit synchronize
-#   2014-02-25 19:04:52 CST by rnordmark via cli commit synchronize
 # grnoc-mon at MUSKOGEE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -242,7 +242,7 @@
 # grnoc-mon at MUSKOGEE-MX480-RE0> show system uptime 
 # System booted: 2013-12-21 00:37 CST 
 # Protocols started: 2013-12-21 00:39 CST 
-# Last configured: 2014-03-03 16:12 CST  by rnordmark
+# Last configured: 2014-03-20 15:12 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MUSKOGEE-MX480-RE0> show interface terse 
@@ -316,7 +316,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MUSKOGEE-MX480-RE0> show configuration 
-## Last commit: 2014-03-03 16:12:10 CST by rnordmark
+## Last commit: 2014-03-20 15:12:39 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -994,36 +994,85 @@
 }
 class-of-service {
     classifiers {
-        dscp dscp-default {
+        dscp dscp-onenet {
             import default;
+            forwarding-class expedited-forwarding {
+                loss-priority low code-points [ cs3 cs4 ];
+                loss-priority high code-points cs5;
+            }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
+    drop-profiles {
+        T1-interpolated {
+            interpolate {
+                fill-level [ 50 75 ];
+                drop-probability [ 0 25 ];
+            }
+        }
+    }
     forwarding-classes {
-        class data queue-num 0;
-        class voice queue-num 1;
-        class video queue-num 2;
+        class best-effort queue-num 0;
+        class expedited-forwarding queue-num 2;
+        class assured-forwarding queue-num 1;
         class network-control queue-num 3;
+        class scavenger-service queue-num 4;
     }
     interfaces {
+        lsq-* {
+            scheduler-map t1-sch-map;
+            unit * {
+                classifiers {
+                    dscp dscp-onenet;
+                    exp exp-onenet;
+                }
+            }
+        }
+        t1-* {
+            scheduler-map t1-sch-map;
+            unit * {
+                classifiers {
+                    dscp dscp-onenet;
+                    exp exp-onenet;
+                }
+            }
+        }
         all {
             scheduler-map sch-map;
             unit * {
                 classifiers {
-                    dscp dscp-default;
+                    dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
     }
     scheduler-maps {
         sch-map {
-            forwarding-class data scheduler data-sch;
-            forwarding-class voice scheduler voice-sch;
-            forwarding-class video scheduler video-sch;
+            forwarding-class best-effort scheduler best-effort-sch;
+            forwarding-class expedited-forwarding scheduler expedited-forwarding-sch;
             forwarding-class network-control scheduler network-control-sch;
+            forwarding-class assured-forwarding scheduler assured-forwarding-sch;
+            forwarding-class scavenger-service scheduler scavenger-service-sch;
         }
+        t1-sch-map {
+            forwarding-class best-effort scheduler best-effort-sch;
+            forwarding-class expedited-forwarding scheduler t1-expedited-forwarding-sch;
+            forwarding-class network-control scheduler network-control-sch;
+            forwarding-class assured-forwarding scheduler t1-assured-forwarding-sch;
+            forwarding-class scavenger-service scheduler scavenger-service-sch;
+        }
     }
     schedulers {
-        data-sch {
+        best-effort-sch {
             transmit-rate {
                 remainder;
             }
@@ -1031,15 +1080,16 @@
                 remainder;
             }
             priority low;
+            drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
         }
-        voice-sch {
+        assured-forwarding-sch {
             transmit-rate percent 5;
             buffer-size percent 5;
             priority high;
         }
-        video-sch {
-            transmit-rate percent 5;
-            buffer-size percent 5;
+        expedited-forwarding-sch {
+            transmit-rate percent 50;
+            buffer-size percent 25;
             priority high;
         }
         network-control-sch {
@@ -1047,6 +1097,20 @@
             buffer-size percent 5;
             priority high;
         }
+        scavenger-service-sch {
+            transmit-rate percent 0;
+            buffer-size percent 0;
+            priority low;
+        }
+        t1-assured-forwarding-sch {
+            transmit-rate percent 90;
+            buffer-size percent 60;
+            priority medium-high;
+        }
+        t1-expedited-forwarding-sch {
+            buffer-size percent 25;
+            priority strict-high;
+        }
     }
 }
 security {
@@ -1244,6 +1308,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 routing-instances {
     ONENET-PoP-APPLIANCES-L3VPN {

Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net	(revision 114189)
+++ core1.dc.onenet.net	(working copy)
@@ -853,7 +853,7 @@
 #lsi.1059470 up up
 #lsi.1059471 up up
 #lsi.1059473 up up
-#lsi.1059479 up up
+#lsi.1059480 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: hub.alt.onenet.net
===================================================================
--- hub.alt.onenet.net	(revision 114202)
+++ hub.alt.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ALTUS-M120-RE0> show system commit 
+#   2014-03-20 15:08:16 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 14:56:09 CDT by jeremyt via cli commit synchronize
 #   2014-03-12 09:16:50 CDT by donnie via cli commit synchronize
 #   2014-03-05 16:48:18 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:09:13 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:01:07 CST by jeremyt via cli commit synchronize
-#   2014-02-26 11:12:32 CST by andrew via netconf commit synchronize
 # grnoc-mon at ALTUS-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at ALTUS-M120-RE0> show system uptime 
 # System booted: 2013-12-30 19:52 CST 
 # Protocols started: 2013-12-30 19:53 CST 
-# Last configured: 2014-03-20 14:56 CDT  by jeremyt
+# Last configured: 2014-03-20 15:08 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at ALTUS-M120-RE0> show interface terse 
@@ -394,7 +394,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ALTUS-M120-RE0> show configuration 
-## Last commit: 2014-03-20 14:56:09 CDT by jeremyt
+## Last commit: 2014-03-20 15:08:16 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.bar.onenet.net
===================================================================
--- hub.bar.onenet.net	(revision 112996)
+++ hub.bar.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at BARTLESVILLE-M120-RE0> show system commit 
+#   2014-03-20 15:08:37 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:00:47 CDT by jeremyt via cli commit synchronize
 #   2014-03-07 09:52:42 CST by joe via cli commit synchronize
 #   2014-03-03 16:13:51 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:01:27 CST by jeremyt via cli commit synchronize
 #   2014-03-03 15:28:50 CST by rnordmark via cli commit synchronize
-#   2014-03-03 15:27:51 CST by rnordmark via cli commit confirmed, rollback in 3mins synchronize
-#   2014-02-26 11:12:41 CST by andrew via netconf commit synchronize
 # grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -270,7 +270,7 @@
 # grnoc-mon at BARTLESVILLE-M120-RE0> show system uptime 
 # System booted: 2013-05-30 22:18 CDT 
 # Protocols started: 2013-05-30 23:11 CDT 
-# Last configured: 2014-03-07 09:52 CST  by joe
+# Last configured: 2014-03-20 15:08 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at BARTLESVILLE-M120-RE0> show interface terse 
@@ -419,7 +419,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at BARTLESVILLE-M120-RE0> show configuration 
-## Last commit: 2014-03-07 09:52:42 CST by joe
+## Last commit: 2014-03-20 15:08:37 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1232,14 +1232,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1258,10 +1264,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1270,6 +1277,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1278,6 +1286,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1535,6 +1544,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at BARTLESVILLE-M120-RE0> show ospf neighbor 

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 114209)
+++ hub.chi.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CHICKASHA-M120-RE0> show system commit 
+#   2014-03-20 15:23:24 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:08:47 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:01:51 CDT by jeremyt via cli commit synchronize
 #   2014-03-05 16:53:36 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:11:20 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:01:37 CST by jeremyt via cli commit synchronize
-#   2014-02-27 08:17:53 CST by donnie via cli commit synchronize
-#   2014-02-26 11:12:29 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:04:14 CST by rnordmark via cli commit synchronize
 # grnoc-mon at CHICKASHA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +268,7 @@
 # grnoc-mon at CHICKASHA-M120-RE0> show system uptime 
 # System booted: 2013-12-22 02:53 CST 
 # Protocols started: 2013-12-22 02:55 CST 
-# Last configured: 2014-03-05 16:53 CST  by jeremyt
+# Last configured: 2014-03-20 15:23 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at CHICKASHA-M120-RE0> show interface terse 
@@ -309,7 +309,7 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down
@@ -416,7 +416,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at CHICKASHA-M120-RE0> show configuration 
-## Last commit: 2014-03-05 16:53:36 CST by jeremyt
+## Last commit: 2014-03-20 15:23:24 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1240,14 +1240,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1266,10 +1272,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1278,6 +1285,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1286,6 +1294,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1543,6 +1552,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at CHICKASHA-M120-RE0> show ospf neighbor 

Index: hub.dur.onenet.net
===================================================================
--- hub.dur.onenet.net	(revision 114205)
+++ hub.dur.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DURANT-M120-RE0> show system commit 
+#   2014-03-20 15:24:39 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 14:48:44 CDT by jeremyt via cli commit synchronize
 #   2014-03-18 14:30:04 CDT by jeremyt via cli commit synchronize
 #   2014-03-18 14:14:05 CDT by jeremyt via cli commit synchronize
 #   2014-03-18 13:51:35 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 #   2014-03-14 16:49:57 CDT by root via other
-#   2014-03-14 16:44:37 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at DURANT-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at DURANT-M120-RE0> show system uptime 
 # System booted: 2013-05-26 00:18 CDT 
 # Protocols started: 2013-05-26 00:24 CDT 
-# Last configured: 2014-03-20 14:48 CDT  by jeremyt
+# Last configured: 2014-03-20 15:24 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at DURANT-M120-RE0> show interface terse 
@@ -447,7 +447,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DURANT-M120-RE0> show configuration 
-## Last commit: 2014-03-20 14:48:44 CDT by jeremyt
+## Last commit: 2014-03-20 15:24:39 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.end.onenet.net
===================================================================
--- hub.end.onenet.net	(revision 113324)
+++ hub.end.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-M120-RE0> show system commit 
+#   2014-03-20 15:25:31 CDT by jeremyt via cli commit synchronize
 #   2014-03-10 11:22:56 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:10:49 CST by rnordmark via cli commit synchronize
 #   2014-02-26 15:23:02 CST by joel via cli commit confirmed, rollback in 10mins synchronize
 #     Interface clean-up and disable - Joel 20140226 15:22
 #   2014-02-26 11:12:33 CST by andrew via netconf commit synchronize
 #   2014-02-26 10:38:36 CST by joel via cli commit synchronize
-#   2014-02-25 19:03:47 CST by rnordmark via cli commit synchronize
 # grnoc-mon at ENID-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -280,7 +280,7 @@
 # grnoc-mon at ENID-M120-RE0> show system uptime 
 # System booted: 2013-05-30 00:12 CDT 
 # Protocols started: 2013-05-30 00:17 CDT 
-# Last configured: 2014-03-10 11:22 CDT  by jeremyt
+# Last configured: 2014-03-20 15:25 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at ENID-M120-RE0> show interface terse 
@@ -426,7 +426,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-M120-RE0> show configuration 
-## Last commit: 2014-03-10 11:22:56 CDT by jeremyt
+## Last commit: 2014-03-20 15:25:31 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1318,14 +1318,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1344,10 +1350,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1356,6 +1363,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1364,6 +1372,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1621,6 +1630,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 routing-instances {
     VPLS-NORTHWESTERN-OSU {

Index: hub.ida.onenet.net
===================================================================
--- hub.ida.onenet.net	(revision 113998)
+++ hub.ida.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at IDABEL-M120-RE0> show system commit 
+#   2014-03-20 15:11:51 CDT by jeremyt via cli commit synchronize
 #   2014-03-18 16:56:20 CDT by root via other
 #   2014-03-18 16:51:08 CDT by donnie via cli commit confirmed, rollback in 5mins synchronize
 #   2014-03-07 10:05:07 CST by donnie via cli commit synchronize
 #   2014-03-05 16:41:59 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:12:36 CST by rnordmark via cli commit synchronize
-#   2014-02-26 11:12:40 CST by andrew via netconf commit synchronize
 # grnoc-mon at IDABEL-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at IDABEL-M120-RE0> show system uptime 
 # System booted: 2013-11-20 09:18 CST 
 # Protocols started: 2013-11-20 09:20 CST 
-# Last configured: 2014-03-18 16:56 CDT  by root
+# Last configured: 2014-03-20 15:11 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at IDABEL-M120-RE0> show interface terse 
@@ -428,7 +428,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at IDABEL-M120-RE0> show configuration 
-## Last commit: 2014-03-18 16:56:20 CDT by root
+## Last commit: 2014-03-20 15:11:51 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1373,14 +1373,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1399,10 +1405,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1411,6 +1418,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1419,6 +1427,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1676,6 +1685,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at IDABEL-M120-RE0> show ospf neighbor 

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 114208)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2014-03-20 15:13:04 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 14:51:08 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 08:01:00 CDT by joe via cli commit synchronize
 #   2014-03-19 12:48:07 CDT by joe via cli commit synchronize
 #   2014-03-19 09:54:37 CDT by joe via cli commit synchronize
 #   2014-03-19 09:52:58 CDT by joe via cli commit synchronize
-#   2014-03-19 09:23:44 CDT by joe via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -366,7 +366,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2013-04-14 00:17 CDT 
 # Protocols started: 2013-04-14 00:30 CDT 
-# Last configured: 2014-03-20 14:51 CDT  by jeremyt
+# Last configured: 2014-03-20 15:13 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -1946,7 +1946,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2014-03-20 14:51:08 CDT by jeremyt
+## Last commit: 2014-03-20 15:13:04 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.lawm120.onenet.net
===================================================================
--- hub.lawm120.onenet.net	(revision 112322)
+++ hub.lawm120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-M120-RE0> show system commit 
+#   2014-03-20 15:27:00 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:12:05 CDT by jeremyt via cli commit synchronize
 #   2014-03-05 16:56:06 CST by jeremyt via cli commit synchronize
 #   2014-03-05 10:02:43 CST by joe via cli commit synchronize
 #   2014-03-03 16:15:59 CST by rnordmark via cli commit synchronize
 #   2014-02-27 15:34:52 CST by joe via cli commit synchronize
-#   2014-02-26 11:12:40 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:08:15 CST by rnordmark via cli commit synchronize
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +268,7 @@
 # grnoc-mon at LAWTON-M120-RE0> show system uptime 
 # System booted: 2013-05-28 00:36 CDT 
 # Protocols started: 2013-05-28 00:38 CDT 
-# Last configured: 2014-03-05 16:56 CST  by jeremyt
+# Last configured: 2014-03-20 15:27 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show interface terse 
@@ -402,7 +402,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-M120-RE0> show configuration 
-## Last commit: 2014-03-05 16:56:06 CST by jeremyt
+## Last commit: 2014-03-20 15:27:00 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1182,14 +1182,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1208,10 +1214,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1220,6 +1227,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1228,6 +1236,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1490,15 +1499,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }

Index: hub.mca.onenet.net
===================================================================
--- hub.mca.onenet.net	(revision 114021)
+++ hub.mca.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MCALESTER-M120-RE0> show system commit 
+#   2014-03-20 15:27:25 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:12:18 CDT by jeremyt via cli commit synchronize
 #   2014-03-05 16:37:58 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:11:45 CST by rnordmark via cli commit synchronize
 #   2014-02-26 11:12:32 CST by andrew via netconf commit synchronize
 #   2014-02-25 19:04:34 CST by rnordmark via cli commit synchronize
-#   2014-02-24 17:50:30 CST by rnordmark via cli commit synchronize
-#   2014-02-14 14:49:42 CST by rnordmark via cli commit synchronize
 # grnoc-mon at MCALESTER-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -274,7 +274,7 @@
 # grnoc-mon at MCALESTER-M120-RE0> show system uptime 
 # System booted: 2013-06-05 22:45 CDT 
 # Protocols started: 2013-06-05 22:48 CDT 
-# Last configured: 2014-03-05 16:37 CST  by jeremyt
+# Last configured: 2014-03-20 15:27 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MCALESTER-M120-RE0> show interface terse 
@@ -432,7 +432,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MCALESTER-M120-RE0> show configuration 
-## Last commit: 2014-03-05 16:37:58 CST by jeremyt
+## Last commit: 2014-03-20 15:27:25 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1370,14 +1370,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1396,10 +1402,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1408,6 +1415,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1416,6 +1424,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1673,6 +1682,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at MCALESTER-M120-RE0> show ospf neighbor 

Index: hub.ada.onenet.net
===================================================================
--- hub.ada.onenet.net	(revision 114204)
+++ hub.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-M120-RE0> show system commit 
+#   2014-03-20 15:08:04 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 14:54:08 CDT by jeremyt via cli commit synchronize
 #   2014-03-11 16:40:12 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-03-05 16:46:45 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:09:00 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:00:58 CST by jeremyt via cli commit synchronize
-#   2014-02-26 11:12:29 CST by andrew via netconf commit synchronize
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -275,7 +275,7 @@
 # grnoc-mon at ADA-M120-RE0> show system uptime 
 # System booted: 2013-05-26 01:59 CDT 
 # Protocols started: 2013-05-26 02:02 CDT 
-# Last configured: 2014-03-20 14:54 CDT  by jeremyt
+# Last configured: 2014-03-20 15:08 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show interface terse 
@@ -453,7 +453,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-M120-RE0> show configuration 
-## Last commit: 2014-03-20 14:54:08 CDT by jeremyt
+## Last commit: 2014-03-20 15:08:04 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.cla.onenet.net
===================================================================
--- hub.cla.onenet.net	(revision 113735)
+++ hub.cla.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CLAREMORE-M120-RE0> show system commit 
+#   2014-03-20 15:23:43 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:08:58 CDT by jeremyt via cli commit synchronize
 #   2014-03-11 16:50:00 CDT by joe via cli commit synchronize
 #   2014-03-11 16:07:44 CDT by rnordmark via cli commit synchronize
 #   2014-03-03 16:14:08 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:01:48 CST by jeremyt via cli commit synchronize
-#   2014-03-03 15:21:08 CST by josh via cli commit confirmed, rollback in 5mins synchronize
-#   2014-02-26 11:12:41 CST by andrew via netconf commit synchronize
 # grnoc-mon at CLAREMORE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -270,7 +270,7 @@
 # grnoc-mon at CLAREMORE-M120-RE0> show system uptime 
 # System booted: 2013-05-30 22:16 CDT 
 # Protocols started: 2013-05-30 23:11 CDT 
-# Last configured: 2014-03-11 16:50 CDT  by joe
+# Last configured: 2014-03-20 15:23 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at CLAREMORE-M120-RE0> show interface terse 
@@ -414,7 +414,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at CLAREMORE-M120-RE0> show configuration 
-## Last commit: 2014-03-11 16:50:00 CDT by joe
+## Last commit: 2014-03-20 15:23:43 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1208,14 +1208,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1234,10 +1240,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1246,6 +1253,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1254,6 +1262,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1511,6 +1520,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at CLAREMORE-M120-RE0> show ospf neighbor 

Index: hub.okm.onenet.net
===================================================================
--- hub.okm.onenet.net	(revision 113909)
+++ hub.okm.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKMULGEE-M120-RE0> show system commit 
+#   2014-03-20 15:28:49 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:13:30 CDT by jeremyt via cli commit synchronize
 #   2014-03-17 15:26:28 CDT by donnie via cli commit synchronize
 #   2014-03-12 09:22:49 CDT by donnie via cli commit synchronize
 #   2014-03-03 16:13:00 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:37:45 CST by rnordmark via cli commit synchronize
-#   2014-03-03 15:37:01 CST by rnordmark via cli commit confirmed, rollback in 3mins synchronize
-#   2014-02-26 11:12:32 CST by andrew via netconf commit synchronize
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -270,7 +270,7 @@
 # grnoc-mon at OKMULGEE-M120-RE0> show system uptime 
 # System booted: 2013-06-04 22:22 CDT 
 # Protocols started: 2013-06-04 22:38 CDT 
-# Last configured: 2014-03-17 15:26 CDT  by donnie
+# Last configured: 2014-03-20 15:28 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show interface terse 
@@ -430,7 +430,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKMULGEE-M120-RE0> show configuration 
-## Last commit: 2014-03-17 15:26:28 CDT by donnie
+## Last commit: 2014-03-20 15:28:49 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1512,14 +1512,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1538,10 +1544,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1550,6 +1557,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1558,6 +1566,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1815,6 +1824,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show ospf neighbor 

Index: hub.dun.onenet.net
===================================================================
--- hub.dun.onenet.net	(revision 113116)
+++ hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2014-03-20 15:24:22 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:09:10 CDT by jeremyt via cli commit synchronize
 #   2014-03-12 09:30:25 CDT by donnie via cli commit synchronize
 #   2014-03-05 16:48:41 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:08:48 CST by rnordmark via cli commit synchronize
 #   2014-03-03 16:01:56 CST by jeremyt via cli commit synchronize
-#   2014-02-26 13:18:18 CST by joe via cli commit synchronize
-#   2014-02-26 11:12:32 CST by andrew via netconf commit synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2013-05-28 00:52 CDT 
 # Protocols started: 2013-05-28 02:18 CDT 
-# Last configured: 2014-03-12 09:30 CDT  by donnie
+# Last configured: 2014-03-20 15:24 CDT  by jeremyt
 # 
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
 #Interface Admin Link
@@ -419,7 +419,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2014-03-12 09:30:25 CDT by donnie
+## Last commit: 2014-03-20 15:24:22 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1284,14 +1284,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1310,10 +1316,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1322,6 +1329,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1330,6 +1338,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1587,6 +1596,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 routing-instances {
     VPLS-CAMERON-2509 {

Index: hub.pot.onenet.net
===================================================================
--- hub.pot.onenet.net	(revision 114207)
+++ hub.pot.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at POTEAU-M120-RE0> show system commit 
+#   2014-03-20 15:29:40 CDT by jeremyt via cli commit synchronize
 #   2014-03-05 16:43:40 CST by jeremyt via cli commit synchronize
 #   2014-03-03 16:14:17 CST by rnordmark via cli commit synchronize
 #   2014-02-26 17:12:14 CST by joel via cli commit synchronize
 #   2014-02-26 17:08:45 CST by joel via cli commit synchronize
 #   2014-02-26 11:12:40 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:06:40 CST by rnordmark via cli commit synchronize
 # grnoc-mon at POTEAU-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -277,7 +277,7 @@
 # grnoc-mon at POTEAU-M120-RE0> show system uptime 
 # System booted: 2013-10-02 14:04 CDT 
 # Protocols started: 2013-10-02 14:06 CDT 
-# Last configured: 2014-03-05 16:43 CST  by jeremyt
+# Last configured: 2014-03-20 15:29 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at POTEAU-M120-RE0> show interface terse 
@@ -418,7 +418,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at POTEAU-M120-RE0> show configuration 
-## Last commit: 2014-03-05 16:43:40 CST by jeremyt
+## Last commit: 2014-03-20 15:29:40 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1404,14 +1404,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1430,10 +1436,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1442,6 +1449,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1450,6 +1458,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1712,15 +1721,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }

Index: hub.mia.onenet.net
===================================================================
--- hub.mia.onenet.net	(revision 114060)
+++ hub.mia.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MIAMI-M120-RE0> show system commit 
+#   2014-03-20 15:27:53 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:12:31 CDT by jeremyt via cli commit synchronize
 #   2014-03-19 07:13:14 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 #   2014-03-10 16:27:42 CDT by josh via cli commit synchronize
 #   2014-03-10 16:21:21 CDT by josh via cli commit confirmed, rollback in 1mins synchronize
 #   2014-03-03 16:14:00 CST by rnordmark via cli commit synchronize
-#   2014-03-03 15:08:39 CST by jeremyt via cli commit synchronize
-#   2014-03-03 15:07:22 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at MIAMI-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -289,7 +289,7 @@
 # grnoc-mon at MIAMI-M120-RE0> show system uptime 
 # System booted: 2013-05-30 22:17 CDT 
 # Protocols started: 2013-05-30 23:11 CDT 
-# Last configured: 2014-03-19 07:13 CDT  by josh
+# Last configured: 2014-03-20 15:27 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MIAMI-M120-RE0> show interface terse 
@@ -450,7 +450,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MIAMI-M120-RE0> show configuration 
-## Last commit: 2014-03-19 07:13:14 CDT by josh
+## Last commit: 2014-03-20 15:27:53 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1327,14 +1327,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1353,10 +1359,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1365,6 +1372,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1373,6 +1381,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1635,15 +1644,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }

Index: hub.tah.onenet.net
===================================================================
--- hub.tah.onenet.net	(revision 114148)
+++ hub.tah.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TAHLEQUAH-M120-RE0> show system commit 
+#   2014-03-20 15:31:20 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 01:20:11 CDT by rnordmark via cli commit synchronize
 #   2014-03-20 01:13:44 CDT by admin via cli commit synchronize
 #   2014-03-20 01:13:25 CDT by admin via cli commit synchronize
 #   2014-03-20 01:10:32 CDT by admin via cli commit synchronize
 #   2014-03-20 01:02:52 CDT by admin via cli commit synchronize
-#   2014-03-03 16:13:44 CST by rnordmark via cli commit synchronize
 # grnoc-mon at TAHLEQUAH-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -293,7 +293,7 @@
 # grnoc-mon at TAHLEQUAH-M120-RE0> show system uptime 
 # System booted: 2014-03-20 00:43 CDT 
 # Protocols started: 2014-03-20 00:45 CDT 
-# Last configured: 2014-03-20 01:20 CDT  by rnordmark
+# Last configured: 2014-03-20 15:31 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TAHLEQUAH-M120-RE0> show interface terse 
@@ -495,7 +495,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TAHLEQUAH-M120-RE0> show configuration 
-## Last commit: 2014-03-20 01:20:11 CDT by rnordmark
+## Last commit: 2014-03-20 15:31:20 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1659,14 +1659,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1685,10 +1691,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1697,6 +1704,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1705,6 +1713,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1980,6 +1989,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
     policer 500M-POL {
         if-exceeding {
             bandwidth-limit 500m;

Index: hub.tis.onenet.net
===================================================================
--- hub.tis.onenet.net	(revision 114185)
+++ hub.tis.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TISHOMINGO-M120-RE0> show system commit 
+#   2014-03-20 15:31:37 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 10:37:11 CDT by joe via cli commit synchronize
 #   2014-03-20 10:35:18 CDT by joe via cli commit synchronize
 #   2014-03-20 10:35:00 CDT by joe via cli commit synchronize
 #   2014-03-20 10:34:06 CDT by joe via cli commit synchronize
 #   2014-03-11 16:47:05 CDT by joe via cli commit synchronize
-#   2014-03-05 16:39:29 CST by jeremyt via cli commit synchronize
 # grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -273,7 +273,7 @@
 # grnoc-mon at TISHOMINGO-M120-RE0> show system uptime 
 # System booted: 2013-07-31 09:29 CDT 
 # Protocols started: 2013-07-31 09:31 CDT 
-# Last configured: 2014-03-20 10:37 CDT  by joe
+# Last configured: 2014-03-20 15:31 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show interface terse 
@@ -423,7 +423,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TISHOMINGO-M120-RE0> show configuration 
-## Last commit: 2014-03-20 10:37:11 CDT by joe
+## Last commit: 2014-03-20 15:31:37 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1258,14 +1258,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1284,10 +1290,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1296,6 +1303,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1304,6 +1312,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1561,6 +1570,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show ospf neighbor 

Index: hub.ton.onenet.net
===================================================================
--- hub.ton.onenet.net	(revision 113609)
+++ hub.ton.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TONKAWA-M120-RE0> show system commit 
+#   2014-03-20 15:31:59 CDT by jeremyt via cli commit synchronize
 #   2014-03-14 08:57:13 CDT by donnie via cli commit synchronize
 #   2014-03-07 11:04:02 CST by joe via cli commit synchronize
 #   2014-03-07 11:03:20 CST by joe via cli commit synchronize
 #   2014-03-07 11:02:25 CST by joe via cli commit synchronize
 #   2014-03-07 11:00:51 CST by joe via cli commit synchronize
-#   2014-03-07 10:42:30 CST by joe via cli commit synchronize
 # grnoc-mon at TONKAWA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -293,7 +293,7 @@
 # grnoc-mon at TONKAWA-M120-RE0> show system uptime 
 # System booted: 2013-05-29 22:20 CDT 
 # Protocols started: 2013-05-29 22:23 CDT 
-# Last configured: 2014-03-14 08:57 CDT  by donnie
+# Last configured: 2014-03-20 15:31 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at TONKAWA-M120-RE0> show interface terse 
@@ -493,7 +493,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TONKAWA-M120-RE0> show configuration 
-## Last commit: 2014-03-14 08:57:13 CDT by donnie
+## Last commit: 2014-03-20 15:31:59 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1711,14 +1711,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1737,10 +1743,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1749,6 +1756,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1757,6 +1765,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -2037,6 +2046,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
     policer 10M-POL {
         logical-interface-policer;
         if-exceeding {

Index: hub.say.onenet.net
===================================================================
--- hub.say.onenet.net	(revision 113777)
+++ hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2014-03-20 15:30:24 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:09:29 CST by rnordmark via cli commit synchronize
 #   2014-02-26 11:12:33 CST by andrew via netconf commit synchronize
 #   2014-02-25 19:02:39 CST by rnordmark via cli commit synchronize
 #   2014-02-24 17:51:34 CST by rnordmark via cli commit synchronize
 #   2014-02-14 14:50:48 CST by rnordmark via cli commit synchronize
-#   2013-11-11 15:22:29 CST by rnordmark via cli commit synchronize
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +268,7 @@
 # grnoc-mon at SAYRE-M120-RE0> show system uptime 
 # System booted: 2013-05-27 00:46 CDT 
 # Protocols started: 2013-05-27 00:51 CDT 
-# Last configured: 2014-03-03 16:09 CST  by rnordmark
+# Last configured: 2014-03-20 15:30 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -462,7 +462,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-M120-RE0> show configuration 
-## Last commit: 2014-03-03 16:09:29 CST by rnordmark
+## Last commit: 2014-03-20 15:30:24 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1564,14 +1564,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1590,10 +1596,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1602,6 +1609,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1610,6 +1618,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1852,6 +1861,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at SAYRE-M120-RE0> show ospf neighbor 

Index: hub.wil.onenet.net
===================================================================
--- hub.wil.onenet.net	(revision 114095)
+++ hub.wil.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WILBURTON-M120-RE0> show system commit 
+#   2014-03-20 15:33:06 CDT by jeremyt via cli commit synchronize
 #   2014-03-14 08:46:58 CDT by donnie via cli commit synchronize
 #   2014-03-03 16:12:20 CST by rnordmark via cli commit synchronize
 #   2014-03-03 14:45:08 CST by rnordmark via cli commit confirmed, rollback in 2mins synchronize
 #   2014-02-26 11:12:33 CST by andrew via netconf commit synchronize
 #   2014-02-25 19:04:59 CST by rnordmark via cli commit synchronize
-#   2014-02-24 17:52:37 CST by rnordmark via cli commit synchronize
 # grnoc-mon at WILBURTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -275,7 +275,7 @@
 # grnoc-mon at WILBURTON-M120-RE0> show system uptime 
 # System booted: 2013-07-30 14:03 CDT 
 # Protocols started: 2013-07-30 14:05 CDT 
-# Last configured: 2014-03-14 08:46 CDT  by donnie
+# Last configured: 2014-03-20 15:33 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at WILBURTON-M120-RE0> show interface terse 
@@ -446,7 +446,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WILBURTON-M120-RE0> show configuration 
-## Last commit: 2014-03-14 08:46:58 CDT by donnie
+## Last commit: 2014-03-20 15:33:06 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1561,14 +1561,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1587,10 +1593,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1599,6 +1606,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1607,6 +1615,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1906,6 +1915,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at WILBURTON-M120-RE0> show ospf neighbor 

Index: hub.sem.onenet.net
===================================================================
--- hub.sem.onenet.net	(revision 113922)
+++ hub.sem.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-M120-RE0> show system commit 
+#   2014-03-20 15:30:51 CDT by jeremyt via cli commit synchronize
 #   2014-03-14 10:27:04 CDT by donnie via cli commit synchronize
 #   2014-03-14 10:24:34 CDT by donnie via cli commit synchronize
 #   2014-03-14 09:00:12 CDT by donnie via cli commit synchronize
 #   2014-03-12 08:04:21 CDT by joe via cli commit synchronize
 #   2014-03-05 16:35:14 CST by jeremyt via cli commit synchronize
-#   2014-03-05 16:28:32 CST by jeremyt via cli commit synchronize
 # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -267,7 +267,7 @@
 # grnoc-mon at SEMINOLE-M120-RE0> show system uptime 
 # System booted: 2013-06-05 22:38 CDT 
 # Protocols started: 2013-06-05 22:46 CDT 
-# Last configured: 2014-03-14 10:27 CDT  by donnie
+# Last configured: 2014-03-20 15:30 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show interface terse 
@@ -455,7 +455,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SEMINOLE-M120-RE0> show configuration 
-## Last commit: 2014-03-14 10:27:04 CDT by donnie
+## Last commit: 2014-03-20 15:30:51 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1533,14 +1533,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1559,10 +1565,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1571,6 +1578,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1579,6 +1587,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1841,15 +1850,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }

Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net	(revision 114127)
+++ hub.sal.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SALLISAW-M120-RE0> show system commit 
+#   2014-03-20 15:30:12 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:13:19 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:07:14 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:05:49 CST by rnordmark via cli commit confirmed, rollback in 2mins synchronize
 #   2014-02-26 11:12:37 CST by andrew via netconf commit synchronize
 #   2014-02-25 19:05:47 CST by rnordmark via cli commit synchronize
-#   2014-02-24 17:51:26 CST by rnordmark via cli commit synchronize
 # grnoc-mon at SALLISAW-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -272,7 +272,7 @@
 # grnoc-mon at SALLISAW-M120-RE0> show system uptime 
 # System booted: 2013-06-04 22:21 CDT 
 # Protocols started: 2013-06-04 22:33 CDT 
-# Last configured: 2014-03-03 16:13 CST  by rnordmark
+# Last configured: 2014-03-20 15:30 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at SALLISAW-M120-RE0> show interface terse 
@@ -438,7 +438,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SALLISAW-M120-RE0> show configuration 
-## Last commit: 2014-03-03 16:13:19 CST by rnordmark
+## Last commit: 2014-03-20 15:30:12 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1398,14 +1398,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1424,10 +1430,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1436,6 +1443,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1444,6 +1452,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1701,6 +1710,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at SALLISAW-M120-RE0> show ospf neighbor 

Index: hub.mus.onenet.net
===================================================================
--- hub.mus.onenet.net	(revision 114022)
+++ hub.mus.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MUSKOGEE-M120-RE0> show system commit 
+#   2014-03-20 15:28:24 CDT by jeremyt via cli commit synchronize
 #   2014-03-12 06:58:01 CDT by josh via cli commit synchronize
 #   2014-03-04 13:56:02 CST by josh via cli commit synchronize
 #   2014-03-04 13:54:56 CST by josh via cli commit confirmed, rollback in 1mins synchronize
 #   2014-03-03 16:12:04 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:25:12 CST by josh via cli commit confirmed, rollback in 5mins synchronize
-#   2014-02-26 11:12:43 CST by andrew via netconf commit synchronize
 # grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -296,7 +296,7 @@
 # grnoc-mon at MUSKOGEE-M120-RE0> show system uptime 
 # System booted: 2013-12-21 00:36 CST 
 # Protocols started: 2013-12-21 00:38 CST 
-# Last configured: 2014-03-12 06:58 CDT  by josh
+# Last configured: 2014-03-20 15:28 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MUSKOGEE-M120-RE0> show interface terse 
@@ -472,7 +472,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MUSKOGEE-M120-RE0> show configuration 
-## Last commit: 2014-03-12 06:58:01 CDT by josh
+## Last commit: 2014-03-20 15:28:24 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1534,14 +1534,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1560,10 +1566,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1572,6 +1579,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1580,6 +1588,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1855,6 +1864,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 services {
     flow-monitoring {

Index: hub.goo.onenet.net
===================================================================
--- hub.goo.onenet.net	(revision 113351)
+++ hub.goo.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at GOODWELL-M120-RE0> show system commit 
+#   2014-03-20 15:25:47 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:11:38 CDT by jeremyt via cli commit synchronize
 #   2014-03-14 08:41:45 CDT by donnie via cli commit synchronize
 #   2014-03-10 11:13:34 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:10:39 CST by rnordmark via cli commit synchronize
 #   2014-02-26 11:12:32 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:03:40 CST by rnordmark via cli commit synchronize
-#   2014-02-24 17:49:44 CST by rnordmark via cli commit synchronize
 # grnoc-mon at GOODWELL-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -337,7 +337,7 @@
 # grnoc-mon at GOODWELL-M120-RE0> show system uptime 
 # System booted: 2013-06-12 23:03 CDT 
 # Protocols started: 2013-06-12 23:07 CDT 
-# Last configured: 2014-03-14 08:41 CDT  by donnie
+# Last configured: 2014-03-20 15:25 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at GOODWELL-M120-RE0> show interface terse 
@@ -508,7 +508,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at GOODWELL-M120-RE0> show configuration 
-## Last commit: 2014-03-14 08:41:45 CDT by donnie
+## Last commit: 2014-03-20 15:25:47 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1471,14 +1471,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1497,10 +1503,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1509,6 +1516,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1517,6 +1525,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1774,6 +1783,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
     policer COMMODITY-pOLICER {
         if-exceeding {
             bandwidth-limit 38m;

Index: hub.war.onenet.net
===================================================================
--- hub.war.onenet.net	(revision 113018)
+++ hub.war.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WARNER-M120-RE0> show system commit 
+#   2014-03-20 15:32:29 CDT by jeremyt via cli commit synchronize
 #   2014-03-11 16:34:04 CDT by andrew via cli commit synchronize
 #   2014-03-11 16:19:42 CDT by andrew via cli commit synchronize
 #   2014-03-03 16:12:46 CST by rnordmark via cli commit synchronize
 #   2014-03-03 15:31:14 CST by josh via cli commit confirmed, rollback in 5mins synchronize
 #   2014-02-26 11:12:34 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:05:19 CST by rnordmark via cli commit synchronize
 # grnoc-mon at WARNER-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -297,7 +297,7 @@
 # grnoc-mon at WARNER-M120-RE0> show system uptime 
 # System booted: 2013-06-04 22:18 CDT 
 # Protocols started: 2013-06-04 22:27 CDT 
-# Last configured: 2014-03-11 16:34 CDT  by andrew
+# Last configured: 2014-03-20 15:32 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at WARNER-M120-RE0> show interface terse 
@@ -442,7 +442,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WARNER-M120-RE0> show configuration 
-## Last commit: 2014-03-11 16:34:04 CDT by andrew
+## Last commit: 2014-03-20 15:32:29 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1619,14 +1619,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1645,10 +1651,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1657,6 +1664,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1665,6 +1673,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1960,6 +1969,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 routing-instances {
     ONENET-PoP-APPLIANCES-L3VPN {

Index: hub.ard.onenet.net
===================================================================
--- hub.ard.onenet.net	(revision 114206)
+++ hub.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-M120-RE0> show system commit 
+#   2014-03-20 15:08:27 CDT by jeremyt via cli commit synchronize
 #   2014-03-20 14:59:16 CDT by jeremyt via cli commit synchronize
 #   2014-03-14 08:35:08 CDT by donnie via cli commit synchronize
 #   2014-03-05 16:31:30 CST by jeremyt via cli commit synchronize
 #   2014-03-04 13:04:56 CST by rnordmark via cli commit synchronize
 #   2014-03-04 13:04:28 CST by rnordmark via cli commit confirmed, rollback in 5mins synchronize
-#   2014-03-04 12:53:48 CST by rnordmark via cli commit synchronize
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -274,7 +274,7 @@
 # grnoc-mon at ARDMORE-M120-RE0> show system uptime 
 # System booted: 2013-05-26 01:53 CDT 
 # Protocols started: 2013-05-26 01:56 CDT 
-# Last configured: 2014-03-20 14:59 CDT  by jeremyt
+# Last configured: 2014-03-20 15:08 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show interface terse 
@@ -441,7 +441,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-M120-RE0> show configuration 
-## Last commit: 2014-03-20 14:59:16 CDT by jeremyt
+## Last commit: 2014-03-20 15:08:27 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.woo.onenet.net
===================================================================
--- hub.woo.onenet.net	(revision 114047)
+++ hub.woo.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WOODWARD-M120-RE0> show system commit 
+#   2014-03-20 15:33:35 CDT by jeremyt via cli commit synchronize
 #   2014-03-10 11:26:50 CDT by jeremyt via cli commit synchronize
 #   2014-03-03 16:10:24 CST by rnordmark via cli commit synchronize
 #   2014-02-26 13:09:34 CST by joe via cli commit synchronize
 #   2014-02-26 11:12:31 CST by andrew via netconf commit synchronize
 #   2014-02-25 19:03:27 CST by rnordmark via cli commit synchronize
-#   2014-02-24 17:52:45 CST by rnordmark via cli commit synchronize
 # grnoc-mon at WOODWARD-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -270,7 +270,7 @@
 # grnoc-mon at WOODWARD-M120-RE0> show system uptime 
 # System booted: 2013-09-19 18:07 CDT 
 # Protocols started: 2013-09-19 18:09 CDT 
-# Last configured: 2014-03-10 11:26 CDT  by jeremyt
+# Last configured: 2014-03-20 15:33 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at WOODWARD-M120-RE0> show interface terse 
@@ -455,7 +455,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WOODWARD-M120-RE0> show configuration 
-## Last commit: 2014-03-10 11:26:50 CDT by jeremyt
+## Last commit: 2014-03-20 15:33:35 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1546,14 +1546,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1572,10 +1578,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1584,6 +1591,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1592,6 +1600,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1849,6 +1858,19 @@
             }
         }
     }
+    family mpls {
+        filter FLOW-MPLS {
+            term ALL_FLOW {
+                then {
+                    sample;
+                    accept;
+                }
+            }
+            term ACCEPT-ALL {
+                then accept;
+            }
+        }
+    }
 }
 {master}
 # grnoc-mon at WOODWARD-M120-RE0> show ospf neighbor 

Index: hub.wea.onenet.net
===================================================================
--- hub.wea.onenet.net	(revision 112425)
+++ hub.wea.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEATHERFORD-M120-RE0> show system commit 
+#   2014-03-20 15:32:43 CDT by jeremyt via cli commit synchronize
 #   2014-03-06 11:48:01 CST by donnie via cli commit synchronize
 #   2014-03-06 11:00:27 CST by donnie via cli commit synchronize
 #   2014-03-06 11:00:11 CST by donnie via cli commit confirmed, rollback in 4mins synchronize
 #   2014-03-03 16:09:45 CST by rnordmark via cli commit synchronize
 #   2014-02-26 11:12:34 CST by andrew via netconf commit synchronize
-#   2014-02-25 19:02:52 CST by rnordmark via cli commit synchronize
 # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at WEATHERFORD-M120-RE0> show system uptime 
 # System booted: 2013-05-27 00:47 CDT 
 # Protocols started: 2013-05-27 00:56 CDT 
-# Last configured: 2014-03-06 11:48 CST  by donnie
+# Last configured: 2014-03-20 15:32 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-M120-RE0> show interface terse 
@@ -468,7 +468,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WEATHERFORD-M120-RE0> show configuration 
-## Last commit: 2014-03-06 11:48:01 CST by donnie
+## Last commit: 2014-03-20 15:32:43 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1615,14 +1615,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1641,10 +1647,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1653,6 +1660,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1661,6 +1669,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1908,15 +1917,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }

Index: hub.elr.onenet.net
===================================================================
--- hub.elr.onenet.net	(revision 113569)
+++ hub.elr.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at EL-RENO-M120-RE0> show system commit 
+#   2014-03-20 15:24:57 CDT by jeremyt via cli commit synchronize
+#   2014-03-20 15:11:24 CDT by jeremyt via cli commit synchronize
 #   2014-03-11 16:39:04 CDT by joe via cli commit synchronize
 #   2014-03-11 16:37:07 CDT by joe via cli commit synchronize
 #   2014-03-11 16:30:05 CDT by joe via cli commit synchronize
 #   2014-03-03 16:19:46 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
-#   2014-03-03 16:08:16 CST by rnordmark via cli commit synchronize
-#   2014-03-03 15:52:45 CST by josh via cli commit synchronize
 # grnoc-mon at EL-RENO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at EL-RENO-M120-RE0> show system uptime 
 # System booted: 2013-04-20 23:16 CDT 
 # Protocols started: 2013-04-20 23:22 CDT 
-# Last configured: 2014-03-11 16:39 CDT  by joe
+# Last configured: 2014-03-20 15:24 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at EL-RENO-M120-RE0> show interface terse 
@@ -417,7 +417,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at EL-RENO-M120-RE0> show configuration 
-## Last commit: 2014-03-11 16:39:04 CDT by joe
+## Last commit: 2014-03-20 15:24:57 CDT by jeremyt
 version 11.4R7.5;
 groups {
     re0 {
@@ -1356,14 +1356,20 @@
     classifiers {
         dscp dscp-onenet {
             import default;
-            forwarding-class scavenger-service {
-                loss-priority high code-points cs1;
-            }
             forwarding-class expedited-forwarding {
                 loss-priority low code-points [ cs3 cs4 ];
                 loss-priority high code-points cs5;
             }
+            forwarding-class scavenger-service {
+                loss-priority low code-points cs1;
+            }
         }
+        exp exp-onenet {
+            import default;
+            forwarding-class scavenger-service {
+                loss-priority high code-points be1;
+            }
+        }
     }
     drop-profiles {
         T1-interpolated {
@@ -1382,10 +1388,11 @@
     }
     interfaces {
         lsq-* {
+            scheduler-map t1-sch-map;
             unit * {
-                scheduler-map t1-sch-map;
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1394,6 +1401,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1402,6 +1410,7 @@
             unit * {
                 classifiers {
                     dscp dscp-onenet;
+                    exp exp-onenet;
                 }
             }
         }
@@ -1674,15 +1683,6 @@
             term ALL_FLOW {
                 then {
                     sample;
-                    next term;
-                }
-            }
-            term SS {
-                from {
-                    exp 001;
-                }
-                then {
-                    forwarding-class scavenger-service;
                     accept;
                 }
             }



More information about the Nocrancid mailing list