[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Jul 12 03:02:15 CDT 2014


Index: configs/hub.say.onenet.net
===================================================================
--- configs/hub.say.onenet.net	(revision 117690)
+++ configs/hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2014-07-12 02:12:55 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-09 19:32:37 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-05-28 12:12:18 CDT by cjensen via cli commit synchronize
 #   2014-05-28 11:36:58 CDT by donnie via cli commit synchronize
 #   2014-05-16 12:06:10 CDT by josh via cli commit synchronize
 #   2014-05-16 12:00:57 CDT by josh via cli commit synchronize
-#   2014-05-16 11:56:39 CDT by root via other
 # 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-07-09 19:32 CDT  by andrew
+# Last configured: 2014-07-12 02:12 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -425,7 +425,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-M120-RE0> show configuration 
-## Last commit: 2014-07-09 19:32:37 CDT by andrew
+## Last commit: 2014-07-12 02:12:55 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -750,7 +750,6 @@
         unit 0 {
             family inet {
                 address 164.58.14.201/30;
-                address 10.119.16.13/30;
             }
         }
     }
@@ -1765,7 +1764,6 @@
     DPS-L3VPN {
         description DPS-L3VPN;
         instance-type vrf;
-        interface t1-2/0/2:6.0;
         route-distinguisher 164.58.199.30:2540;
         vrf-import DPS-VRF-IMPORT;
         vrf-export DPS-VRF-EXPORT;
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net	(revision 117722)
+++ configs/core4.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2014-07-12 02:27:54 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-07-12 02:25:26 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-10 23:00:18 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-10 17:11:23 CDT by joel via cli commit synchronize
 #   2014-07-10 17:02:40 CDT by joel via cli commit synchronize
 #   2014-07-10 16:44:38 CDT by joel via cli commit synchronize
-#   2014-07-10 16:41:10 CDT by joel via cli commit synchronize
-#   2014-07-10 16:36:45 CDT by joel via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -367,7 +367,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2013-04-28 00:30 CDT 
 # Protocols started: 2013-04-28 00:31 CDT 
-# Last configured: 2014-07-10 23:00 CDT  by andrew
+# Last configured: 2014-07-12 02:27 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -563,7 +563,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-07-10 23:00:18 CDT by andrew
+## Last commit: 2014-07-12 02:27:54 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1220,10 +1220,6 @@
             bandwidth 10;
             vlan-id 303;
             family inet {
-                policer {
-                    input 10M-POL;
-                    output 10M-POL;
-                }
                 sampling {
                     input;
                     output;
@@ -2733,36 +2729,90 @@
 }
 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;
+                }
+            }
+        }
+        ge-0/3/7 {
+            unit 303 {
+                shaping-rate 10m;
+            }
+        }
         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;
             }
@@ -2770,15 +2820,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 {
@@ -2786,6 +2837,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 {



More information about the Nocrancid mailing list