[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Jan 19 14:02:32 CST 2016
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 138983)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1207,8 +1207,8 @@
#t1-3/3/0:5:28 down down
#coc1-3/3/0:6 up up
#ct3-3/3/0:6 up up
-#t1-3/3/0:6:1 up down
-#t1-3/3/0:6:1.0 up down
+#t1-3/3/0:6:1 up up
+#t1-3/3/0:6:1.0 up up
#t1-3/3/0:6:2 down down
#t1-3/3/0:6:3 up up
#t1-3/3/0:6:3.0 up up
Index: configs/swi.cai.sei.onenet.net
===================================================================
--- configs/swi.cai.sei.onenet.net (revision 138969)
+++ configs/swi.cai.sei.onenet.net (working copy)
@@ -36,6 +36,7 @@
# Hardware inventory:
# Item Version Part number Serial number Description
# Chassis GD0211402252 EX3300-24T
+# show chassis hardware models
# Routing Engine 0 REV 08 750-034299 GD0211402252 EX3300 24-Port
# FPC 0 REV 08 750-034299 GD0211402252 EX3300 24-Port
# CPU BUILTIN BUILTIN FPC CPU
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net (revision 138987)
+++ configs/rpswi2.rp1f3.onenet.net (working copy)
@@ -436,10 +436,10 @@
#ge-0/0/15.0 up down
#ge-0/0/16 up up
#ge-0/0/16.0 up up
-#ge-0/0/17 up down
-#ge-0/0/17.0 up down
-#ge-0/0/18 up down
-#ge-0/0/18.0 up down
+#ge-0/0/17 up up
+#ge-0/0/17.0 up up
+#ge-0/0/18 up up
+#ge-0/0/18.0 up up
#ge-0/0/19 up up
#ge-0/0/19.0 up up
#ge-0/0/20 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 138987)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -114,7 +114,6 @@
# total files: 1
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system uptime
-# show interface terse
# System booted: 2016-01-16 11:49 CST
# Protocols started: 2016-01-16 11:52 CST
# Last configured: 2016-01-19 09:16 CST by joel
Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net (revision 138127)
+++ configs/hub.dun.onenet.net (working copy)
@@ -1,13 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at DUNCAN-M120-RE0> show system commit
+# 2016-01-19 14:00:26 CST by sky via cli commit synchronize
+# 2016-01-19 13:56:20 CST by sky via cli commit confirmed, rollback in 2mins synchronize
# 2015-12-25 19:54:19 CST by andrew via cli commit synchronize
# 2015-08-11 14:27:20 CDT by andrew via cli commit synchronize
# 2015-06-30 08:14:12 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-06-29 19:11:11 CDT by andrew via cli commit synchronize
-# 2015-06-16 22:46:11 CDT by andrew via cli commit synchronize
-# 2015-06-07 01:55:23 CDT by root via other
-# Synchronization with remote Routing Engine
# grnoc-mon at DUNCAN-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -279,7 +278,7 @@
# grnoc-mon at DUNCAN-M120-RE0> show system uptime
# System booted: 2015-06-07 01:52 CDT
# Protocols started: 2015-06-07 01:54 CDT
-# Last configured: 2015-12-25 19:54 CST by andrew
+# Last configured: 2016-01-19 14:00 CST by sky
#
# {master}
# grnoc-mon at DUNCAN-M120-RE0> show interface terse
@@ -423,7 +422,7 @@
#pp0 up up
#tap up up
# grnoc-mon at DUNCAN-M120-RE0> show configuration
-## Last commit: 2015-12-25 19:54:19 CST by andrew
+## Last commit: 2016-01-19 14:00:26 CST by sky
version 13.3R6.5;
groups {
re0 {
@@ -1043,6 +1042,9 @@
encapsulation multilink-ppp;
family inet {
rpf-check;
+ filter {
+ input DUNCAN-REGIONAL-HOSPITAL;
+ }
sampling {
input;
}
@@ -1863,6 +1865,44 @@
}
then discard;
}
+ filter DUNCAN-REGIONAL-HOSPITAL {
+ term VIDEO-ABUSE-ALLOW {
+ from {
+ source-address {
+ 204.107.242.230/32;
+ 198.17.223.91/32;
+ 198.17.223.89/32;
+ 198.17.223.90/32;
+ 198.17.223.78/32;
+ }
+ }
+ then accept;
+ }
+ term VIDEO-ABUSE-DENY {
+ from {
+ destination-address {
+ 164.58.109.98/32;
+ 164.58.109.99/32;
+ 164.58.109.100/32;
+ 164.58.109.101/32;
+ 164.58.109.102/32;
+ 164.58.109.103/32;
+ 164.58.109.104/32;
+ 164.58.109.105/32;
+ 164.58.109.106/32;
+ 164.58.109.107/32;
+ 164.58.109.108/32;
+ 164.58.109.110/32;
+ }
+ }
+ then {
+ discard;
+ }
+ }
+ term ALLOW-ALL-ELSE {
+ then accept;
+ }
+ }
}
routing-instances {
ODMHSAS-L3VPN {
Index: configs/hub.wil.onenet.net
===================================================================
--- configs/hub.wil.onenet.net (revision 138630)
+++ configs/hub.wil.onenet.net (working copy)
@@ -346,8 +346,8 @@
#t1-2/0/3:7.0 up up
#t1-2/0/3:8 down down
#t1-2/0/3:9 down down
-#t1-2/0/3:10 up up
-#t1-2/0/3:10.0 up up
+#t1-2/0/3:10 up down
+#t1-2/0/3:10.0 up down
#t1-2/0/3:11 down down
#t1-2/0/3:12 down down
#t1-2/0/3:13 up up
@@ -2059,7 +2059,6 @@
# Address Interface State ID Pri Dead
# 164.58.245.49 ge-3/2/3.0 Full 164.58.199.99
# 172.23.0.194 t1-2/0/2:7.0 Full 10.199.2.57
-# 172.23.0.202 t1-2/0/3:10.0 Full 10.199.2.88
#
# {master}
# grnoc-mon at WILBURTON-M120-RE0> show bfd session
Index: configs/wainwright-isd.client.onenet.net
===================================================================
--- configs/wainwright-isd.client.onenet.net (revision 138987)
+++ configs/wainwright-isd.client.onenet.net (working copy)
@@ -26,7 +26,6 @@
# Total CPU DRAM ---- CPU less FPC ----
#
# grnoc-mon at WAINWRIGHT-ISD-SRX220-LEASED-4659-005783> show chassis hardware
-# show chassis hardware models
# Hardware inventory:
# Item Version Part number Serial number Description
# Chassis CF0614AK0261 SRX220H2
Index: configs/antlers-public-library.client.onenet.net
===================================================================
--- configs/antlers-public-library.client.onenet.net (revision 138890)
+++ configs/antlers-public-library.client.onenet.net (working copy)
@@ -95,8 +95,8 @@
# total files: 1
#
# grnoc-mon at ANTLERS-PUBLIC-LIBRARY-TAG-004632> show system uptime
-# System booted: 2015-09-02 17:01 CDT
-# Protocols started: 2015-09-02 17:03 CDT
+# System booted: 2016-01-19 13:54 CST
+# Protocols started: 2016-01-19 13:56 CST
# Last configured: 2015-12-04 14:47 CST by joel
#
# grnoc-mon at ANTLERS-PUBLIC-LIBRARY-TAG-004632> show interface terse
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net (revision 138987)
+++ configs/meeker-ps.client.onenet.net (working copy)
@@ -110,7 +110,7 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show version
-# Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
+# file list /var/tmp detail # Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
# total files: 1
#
# grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show system uptime
@@ -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/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 138987)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -199,7 +199,7 @@
# -rw-rw---- 1 root field 51994624 Oct 24 2013 ifinfo.core.1
# -rw-rw---- 1 root field 51974144 Oct 24 2013 ifinfo.core.2
# -rw-rw---- 1 root field 52744192 Oct 24 2013 ifinfo.core.3
-# -rw-rw---- 1 root field 52727808 Jan 19 12:56 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jan 19 13:56 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Oct 12 2012 install/
# -rw-rw---- 1 root field 33464320 Mar 3 2014 jdiameterd.core.0
# -rw-r--r-- 1 eng field 99542994 Apr 23 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
More information about the Nocrancid
mailing list