[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Jan 19 11:04:20 CST 2017


Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 149928)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -614,6 +614,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net	(revision 149932)
+++ configs/kiamichi-fmc-battiest.client.onenet.net	(working copy)
@@ -171,7 +171,7 @@
 #ppe0 up up
 #st0 up up
 #st0.0 up up
-#st0.1 up up
+#st0.1 up down
 #tap up up
 #vlan up down
 #vtep up up
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net	(revision 149937)
+++ configs/hub.ard.onenet.net	(working copy)
@@ -318,10 +318,10 @@
 #t1-2/0/2:7.0 up down
 #t1-2/0/2:8 up up
 #t1-2/0/2:8.0 up up
-#t1-2/0/2:9 up up
-#t1-2/0/2:9.16 up up
-#t1-2/0/2:9.17 up up
-#t1-2/0/2:9.18 up up
+#t1-2/0/2:9 up down
+#t1-2/0/2:9.16 up down
+#t1-2/0/2:9.17 up down
+#t1-2/0/2:9.18 up down
 #t1-2/0/2:10 up up
 #t1-2/0/2:10.0 up up
 #t1-2/0/2:11 up up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 149937)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -327,7 +327,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net	(revision 149898)
+++ configs/core1.ptc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit 
+#   2017-01-19 10:01:45 CST by joel via cli commit synchronize
 #   2017-01-17 13:27:58 CST by joel via cli commit confirmed, rollback in 3mins synchronize
 #   2017-01-17 13:22:54 CST by joel via cli commit confirmed, rollback in 3mins synchronize
 #   2017-01-11 13:12:30 CST by andrew via cli commit synchronize
 #   2016-12-19 15:34:35 CST by sean via cli commit synchronize
 #   2016-12-19 15:16:01 CST by sean via cli commit synchronize
-#   2016-12-19 14:54:54 CST by sean via cli commit synchronize
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -307,7 +307,7 @@
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime 
 # System booted: 2016-03-17 00:52 CDT 
 # Protocols started: 2016-03-17 01:01 CDT 
-# Last configured: 2017-01-17 13:27 CST  by joel
+# Last configured: 2017-01-19 10:01 CST  by joel
 # 
 # {master}
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse 
@@ -458,7 +458,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration 
-## Last commit: 2017-01-17 13:27:58 CST by joel
+## Last commit: 2017-01-19 10:01:45 CST by joel
 version 13.3R8.7;
 groups {
     re0 {
@@ -1430,6 +1430,9 @@
             vlan-id 1630;
             family inet {
                 rpf-check;
+                filter {
+                    input HAYNIE-PUBLIC-LIBRARY-20M-CIR0019265-LR;
+                }
                 policer {
                     input 20M-POL;
                     output 20M-POL;
@@ -2866,6 +2869,39 @@
                 then accept;
             }
         }
+        filter HAYNIE-PUBLIC-LIBRARY-20M-CIR0019265-LR {
+            term ALLOW-OPENDNS {
+                from {
+                    destination-address {
+                        208.67.222.222/32;
+                        208.67.220.220/32;
+                    }
+                    destination-port 53;
+                }
+                then accept;
+            }
+            term ALLOW-ONENET-DNS {
+                from {
+                    destination-address {
+                        164.58.253.10/32;
+                        164.58.198.10/32;
+                    }
+                    destination-port 53;
+                }
+                then accept;
+            }
+            term DENY-OTHER-DNS {
+                from {
+                    destination-port 53;
+                }
+                then {
+                    reject;
+                }
+            }
+            term ALLOW-ALL-ELSE {
+                then accept;
+            }
+        }
     }
     policer 20MB {
         logical-interface-policer;
Index: configs/legal-aid-okc.client.onenet.net
===================================================================
--- configs/legal-aid-okc.client.onenet.net	(revision 149907)
+++ configs/legal-aid-okc.client.onenet.net	(working copy)
@@ -186,7 +186,7 @@
 #st0.18 up up
 #st0.19 up up
 #st0.20 up up
-#st0.21 up up
+#st0.21 up down
 #st0.22 up up
 #st0.23 up down
 #tap up up
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 149935)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -598,6 +598,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps



More information about the Nocrancid mailing list