[Nocrancid] autopop-onenet.net/core1.dc.onenet.net[0] router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Sep 21 20:15:07 CDT 2015


Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 134231)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2015-09-21 19:28:19 CDT by joel via cli commit synchronize
 #   2015-09-17 15:46:28 CDT by andrew via cli commit synchronize
 #   2015-09-16 21:11:32 CDT by andrew via cli commit synchronize
 #   2015-09-16 11:15:45 CDT by andrew via cli commit synchronize
 #   2015-09-16 11:12:53 CDT by andrew via cli commit synchronize
 #   2015-09-08 18:10:00 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2015-09-08 18:04:44 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -457,7 +457,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-08-25 20:38 CDT 
 # Protocols started: 2014-08-25 20:39 CDT 
-# Last configured: 2015-09-17 15:46 CDT  by andrew
+# Last configured: 2015-09-21 19:28 CDT  by joel
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -1000,7 +1000,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2015-09-17 15:46:28 CDT by andrew
+## Last commit: 2015-09-21 19:28:19 CDT by joel
 version 12.3R7.7;
 groups {
     re0 {
@@ -2219,6 +2219,9 @@
             vlan-id 1449;
             family inet {
                 mtu 1500;
+                filter {
+                    input NEW-SPIN-360-1G-CIR0005361-MR;
+                }
                 sampling {
                     input;
                 }
@@ -4730,6 +4733,29 @@
                 then accept;
             }
         }
+        filter NEW-SPIN-360-1G-CIR0005361-MR {
+            term ALLOW-OPENDNS {
+                from {
+                    destination-address {
+                        208.67.222.222/32;
+                        208.67.220.220/32;
+                    }
+                    destination-port 53;
+                }
+                then accept;
+            }
+            term DENY-OTHER-DNS {
+                from {
+                    destination-port 53;
+                }
+                then {
+                    reject;
+                }
+            }
+            term ALLOW-ALL-ELSE {
+                then accept;
+            }
+        }
     }
     policer 100M-POL {
         if-exceeding {



More information about the Nocrancid mailing list