[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Sep 15 10:03:58 CDT 2016


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 146480)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2016-09-15 09:38:24 CDT by andrew via cli commit synchronize
+#   2016-09-15 09:35:21 CDT by andrew via cli commit synchronize
 #   2016-09-14 20:04:12 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2016-09-14 11:27:23 CDT by sky via cli commit synchronize
 #   2016-09-12 15:01:37 CDT by andrew via cli commit synchronize
 #   2016-09-12 14:57:41 CDT by andrew via cli commit synchronize
-#   2016-09-08 17:59:39 CDT by andrew via cli commit synchronize
-#   2016-09-08 12:38:44 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -394,7 +394,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 02:46 CDT 
 # Protocols started: 2016-08-15 02:49 CDT 
-# Last configured: 2016-09-14 20:04 CDT  by andrew
+# Last configured: 2016-09-15 09:38 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1001,7 +1001,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2016-09-14 20:04:12 CDT by andrew
+## Last commit: 2016-09-15 09:38:24 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -6820,6 +6820,9 @@
             family inet {
                 rpf-check;
                 mtu 1500;
+                filter {
+                    output MOORE-PS-OUT;
+                }
                 policer {
                     input 2G-POL;
                     output 2G-POL;
@@ -11316,6 +11319,40 @@
                 then accept;
             }
         }
+        filter MOORE-PS-OUT {
+            term DNS {
+                from {
+                    source-address {
+                        8.8.8.8/32;
+                        8.8.4.4/32;
+                        164.58.253.10/32;
+                        164.58.253.4/32;
+                    }
+                    source-port 53;
+                }
+                then accept;
+            }
+            term BAD-DNS {
+                from {
+                    source-port 53;
+                }
+                then {
+                    log;
+                    accept;
+                }
+            }
+            term FRAGMENTS {
+                from {
+                    source-port 0;
+                }
+                then {
+                    discard;
+                }
+            }
+            term ACCEPT-ALL-ELSE {
+                then accept;
+            }
+        }
     }
     policer 200M-POL {
         logical-interface-policer;
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 146480)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -144,8 +144,8 @@
 #ge-0/0/11 down down
 #ge-0/0/12 down down
 #ge-0/0/13 down down
-#ge-0/0/14 up up
-#ge-0/0/14.0 up up
+#ge-0/0/14 up down
+#ge-0/0/14.0 up down
 #ge-0/0/15 up up
 #ge-0/0/15.0 up up
 #fxp2 up up
Index: configs/wanette-ps.client.onenet.net
===================================================================
--- configs/wanette-ps.client.onenet.net	(revision 146451)
+++ configs/wanette-ps.client.onenet.net	(working copy)
@@ -96,8 +96,8 @@
 # total files: 1
 # 
 # grnoc-mon at WANETTE-PS-LR-004667> show system uptime 
-# System booted: 2016-09-14 07:28 CDT 
-# Protocols started: 2016-09-14 07:30 CDT 
+# System booted: 2016-09-15 09:07 CDT 
+# Protocols started: 2016-09-15 09:09 CDT 
 # Last configured: 2016-07-11 08:41 CDT  by andrew
 # 
 # grnoc-mon at WANETTE-PS-LR-004667> show interface terse 
Index: configs/macomb-ps.client.onenet.net
===================================================================
--- configs/macomb-ps.client.onenet.net	(revision 146451)
+++ configs/macomb-ps.client.onenet.net	(working copy)
@@ -96,8 +96,8 @@
 # total files: 1
 # 
 # grnoc-mon at MACOMB-PS-SRX220-LR-ASSET-003167> show system uptime 
-# System booted: 2016-09-14 07:29 CDT 
-# Protocols started: 2016-09-14 07:31 CDT 
+# System booted: 2016-09-15 09:07 CDT 
+# Protocols started: 2016-09-15 09:10 CDT 
 # Last configured: 2016-07-22 11:27 CDT  by admin
 # 
 # grnoc-mon at MACOMB-PS-SRX220-LR-ASSET-003167> show interface terse 
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 146481)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2016-09-15 09:17:17 CDT by sky via cli commit synchronize
 #   2016-09-15 08:47:00 CDT by sky via cli commit synchronize
 #   2016-09-14 13:45:29 CDT by sean via cli commit synchronize
 #   2016-09-13 16:16:55 CDT by sky via cli commit synchronize
 #   2016-09-13 15:39:37 CDT by sky via cli commit synchronize
 #   2016-09-13 15:24:10 CDT by sky via cli commit synchronize
-#   2016-09-13 11:00:29 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -442,7 +442,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 03:57 CDT 
 # Protocols started: 2016-08-15 04:06 CDT 
-# Last configured: 2016-09-15 08:47 CDT  by sky
+# Last configured: 2016-09-15 09:17 CDT  by sky
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -913,7 +913,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2016-09-15 08:47:00 CDT by sky
+## Last commit: 2016-09-15 09:17:17 CDT by sky
 version 13.3R9.13;
 groups {
     re0 {
@@ -3499,7 +3499,7 @@
             }
         }
         unit 521 {
-            description GLOVER-SPENCER-LIBRARY-20M-CIR0019273;
+            description GLOVER-SPENCER-LIBRARY-20M-CIR0019273-MR;
             bandwidth 20m;
             vlan-id 521;
             family inet {
Index: configs/calera-ps.client.onenet.net
===================================================================
--- configs/calera-ps.client.onenet.net	(revision 146455)
+++ configs/calera-ps.client.onenet.net	(working copy)
@@ -121,8 +121,8 @@
 #ge-0/0/5 down down
 #ge-0/0/6 up up
 #ge-0/0/6.0 up up
-#ge-0/0/7 up down
-#ge-0/0/7.0 up down
+#ge-0/0/7 up up
+#ge-0/0/7.0 up up
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
Index: configs/core.ida.onenet.net
===================================================================
--- configs/core.ida.onenet.net	(revision 146448)
+++ configs/core.ida.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at IDABEL-MX480-RE0> show system commit 
+#   2016-09-15 09:16:27 CDT by sky via cli commit synchronize
 #   2016-09-13 09:43:36 CDT by andrew via cli commit synchronize
 #   2016-09-12 21:29:07 CDT by andrew via cli commit synchronize
 #   2016-09-12 21:08:04 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-09-12 20:59:29 CDT by andrew via cli commit synchronize
 #   2016-09-12 20:53:37 CDT by andrew via cli commit synchronize
-#   2016-09-12 11:46:01 CDT by sean via cli commit synchronize
 # grnoc-mon at IDABEL-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -259,7 +259,7 @@
 # grnoc-mon at IDABEL-MX480-RE0> show system uptime 
 # System booted: 2016-03-16 00:54 CDT 
 # Protocols started: 2016-03-16 01:01 CDT 
-# Last configured: 2016-09-13 09:43 CDT  by andrew
+# Last configured: 2016-09-15 09:16 CDT  by sky
 # 
 # {master}
 # grnoc-mon at IDABEL-MX480-RE0> show interface terse 
@@ -387,7 +387,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at IDABEL-MX480-RE0> show configuration 
-## Last commit: 2016-09-13 09:43:36 CDT by andrew
+## Last commit: 2016-09-15 09:16:27 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -722,7 +722,7 @@
             }
         }
         unit 1205 {
-            description "GLOVER-PUBLIC-SCHOOLS-5M-CIR0019415-LR [ORDERED]";
+            description GLOVER-PUBLIC-SCHOOLS-5M-CIR0019415-LR;
             bandwidth 5m;
             vlan-id 1205;
             family inet {
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 146481)
+++ 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
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 146481)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -265,8 +265,8 @@
 #ge-0/0/44.0 up down
 #ge-0/0/45 up up
 #ge-0/0/45.0 up up
-#ge-0/0/46 up up
-#ge-0/0/46.0 up up
+#ge-0/0/46 up down
+#ge-0/0/46.0 up down
 #ge-0/0/47 up down
 #ge-0/0/47.0 up down
 #xe-0/1/0 up up



More information about the Nocrancid mailing list