[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Apr 12 14:09:12 CDT 2014


Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 114894)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -353,7 +353,7 @@
 #lsq-2/3/0 up up
 #lsq-2/3/0.6 down down
 #lsq-2/3/0.7 up up
-#lsq-2/3/0.8 up up
+#lsq-2/3/0.8 up down
 #lsq-2/3/0.9 up up
 #lsq-2/3/0.11 up up
 #lsq-2/3/0.12 up up
@@ -396,11 +396,11 @@
 #t1-3/0/0:15 up down
 #t1-3/0/0:16 up up
 #t1-3/0/0:16.0 up up
-#t1-3/0/0:17 up up
-#t1-3/0/0:17.0 up up
+#t1-3/0/0:17 up down
+#t1-3/0/0:17.0 up down
 #t1-3/0/0:18 up down
-#t1-3/0/0:19 up up
-#t1-3/0/0:19.0 up up
+#t1-3/0/0:19 up down
+#t1-3/0/0:19.0 up down
 #t1-3/0/0:20 up down
 #t1-3/0/0:21 up down
 #t1-3/0/0:22 up down
@@ -2714,7 +2714,6 @@
 # 172.23.5.138     lsq-2/3/0.11           Full      10.199.2.126
 # 172.23.2.102     lsq-2/3/0.12           Full      10.199.2.90
 # 172.23.2.46      lsq-2/3/0.7            Full      10.199.2.94
-# 172.23.2.6       lsq-2/3/0.8            Full      10.199.2.135
 # 172.23.2.2       lsq-2/3/0.9            Full      10.199.2.132
 # 172.23.2.22      t1-3/0/0:10.0          Full      10.199.2.134
 # 172.23.2.42      t1-3/0/0:12.0          Full      10.199.2.133
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 115190)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at STILLWATER-MX960-RE0> show system commit 
+#   2014-04-12 13:34:06 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-12 12:58:30 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-12 12:57:19 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
 #   2014-03-26 15:05:46 CDT by joel via cli commit synchronize
 #   2014-03-17 13:45:45 CDT by andrew via cli commit confirmed, rollback in 1mins synchronize
 #   2014-03-14 09:24:29 CDT by donnie via cli commit synchronize
-#   2014-03-03 16:18:33 CST by rnordmark via cli commit synchronize
 # grnoc-mon at STILLWATER-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -441,7 +441,7 @@
 # grnoc-mon at STILLWATER-MX960-RE0> show system uptime 
 # System booted: 2014-03-18 00:18 CDT 
 # Protocols started: 2014-03-18 00:19 CDT 
-# Last configured: 2014-04-12 12:58 CDT  by josh
+# Last configured: 2014-04-12 13:34 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at STILLWATER-MX960-RE0> show interface terse 
@@ -629,7 +629,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at STILLWATER-MX960-RE0> show configuration 
-## Last commit: 2014-04-12 12:58:30 CDT by josh
+## Last commit: 2014-04-12 13:34:06 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -884,6 +884,9 @@
         unit 13 {
             vlan-id 13;
             family inet {
+                filter {
+                    output ABUSE-OSU-NTP;
+                }
                 sampling {
                     input;
                     output;
@@ -2322,6 +2325,22 @@
                 }
             }
         }
+        filter ABUSE-OSU-NTP {
+            term OLD-NTP {
+                from {
+                    destination-address {
+                        139.78.100.163/32;
+                    }
+                    destination-port ntp;
+                }
+                then {
+                    discard;
+                }
+            }
+            term ALLOW-ALL {
+                then accept;
+            }
+        }
     }
 }
 routing-instances {



More information about the Nocrancid mailing list