[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Apr 3 00:09:10 CDT 2014


Index: configs/core7.tul.onenet.net
===================================================================
--- configs/core7.tul.onenet.net	(revision 114919)
+++ configs/core7.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show system commit 
+#   2014-04-02 23:53:01 CDT by rnordmark via cli commit confirmed, rollback in 10mins synchronize
+#   2014-04-02 23:49:06 CDT by rnordmark via cli commit confirmed, rollback in 10mins synchronize
+#   2014-04-02 23:44:09 CDT by rnordmark via cli commit confirmed, rollback in 10mins synchronize
 #   2014-04-02 15:28:43 CDT by rnordmark via cli commit synchronize
 #   2014-04-02 15:28:07 CDT by rnordmark via cli commit synchronize
 #   2014-04-02 15:18:49 CDT by rnordmark via cli commit synchronize
-#   2014-04-02 15:16:32 CDT by rnordmark via cli commit confirmed, rollback in 5mins synchronize
-#   2014-04-02 13:36:31 CDT by josh via cli commit synchronize
-#   2014-04-02 13:30:32 CDT by josh via cli commit synchronize
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -392,7 +392,7 @@
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show system uptime 
 # System booted: 2014-01-04 22:25 CST 
 # Protocols started: 2014-01-04 22:27 CST 
-# Last configured: 2014-04-02 15:28 CDT  by rnordmark
+# Last configured: 2014-04-02 23:53 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show interface terse 
@@ -573,7 +573,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show configuration 
-## Last commit: 2014-04-02 15:28:43 CDT by rnordmark
+## Last commit: 2014-04-02 23:53:01 CDT by rnordmark
 version 12.3R5.7;
 groups {
     re0 {
@@ -3361,6 +3361,13 @@
                     accept;
                 }
             }
+            term CHARGEN {
+                from {
+                    source-port 19;
+                    destination-port 19;
+                }
+                then policer CHARGEN;
+            }
             term ACCEPT-ALL {
                 then accept;
             }
@@ -3377,6 +3384,13 @@
                     discard;
                 }
             }
+            term 1.5 {
+                from {
+                    source-port 19;
+                    destination-port 19;
+                }
+                then policer CHARGEN;
+            }
             term 2 {
                 then accept;
             }
@@ -3557,6 +3571,13 @@
             }
         }
     }
+    policer CHARGEN {
+        if-exceeding {
+            bandwidth-limit 400k;
+            burst-size-limit 100k;
+        }
+        then discard;
+    }
 }
 routing-instances {
     VPLS-OU-2520 {



More information about the Nocrancid mailing list