[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Oct 4 16:04:00 CDT 2016
Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net (revision 147010)
+++ configs/allen-public-library.client.onenet.net (working copy)
@@ -135,10 +135,10 @@
#ge-0/0/1.0 up down
#ge-0/0/2 up up
#ge-0/0/2.0 up up
-#ge-0/0/3 up up
-#ge-0/0/3.0 up up
-#ge-0/0/4 up down
-#ge-0/0/4.0 up down
+#ge-0/0/3 up down
+#ge-0/0/3.0 up down
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
#ge-0/0/5 up up
#ge-0/0/5.0 up up
#ge-0/0/6 up up
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 147009)
+++ 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/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 146995)
+++ configs/hub.chi.onenet.net (working copy)
@@ -282,7 +282,7 @@
#t1-2/0/2:1 up up
#t1-2/0/2:1.16 up up
#t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 147009)
+++ configs/hub.dur.onenet.net (working copy)
@@ -329,7 +329,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/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 147009)
+++ configs/lavern-public-schools.client.onenet.net (working copy)
@@ -102,7 +102,7 @@
#
# grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse
#Interface Admin Link
-#ge-0/0/0 down up
+#ge-0/0/0 down down
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/bennington-ps-srx220.client.onenet.net
===================================================================
--- configs/bennington-ps-srx220.client.onenet.net (revision 146829)
+++ configs/bennington-ps-srx220.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at BENNINGTON-PS-LR-004630> show system commit
+# 2016-10-04 15:30:38 CDT by sky via cli
+# 2016-10-04 15:22:46 CDT by sky via cli commit confirmed, rollback in 2mins
# 2016-09-27 16:25:52 CDT by sky via cli commit confirmed, rollback in 3mins
# 2016-09-12 09:49:16 CDT by admin via cli
# 2016-08-22 10:30:52 CDT by sky via cli
# 2016-08-22 10:28:34 CDT by sky via cli
-# 2016-08-22 10:27:13 CDT by sky via cli
-# 2016-08-22 10:23:55 CDT by sky via cli
# grnoc-mon at BENNINGTON-PS-LR-004630> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -98,7 +98,7 @@
# grnoc-mon at BENNINGTON-PS-LR-004630> show system uptime
# System booted: 2016-09-18 11:09 CDT
# Protocols started: 2016-09-18 11:11 CDT
-# Last configured: 2016-09-27 16:25 CDT by sky
+# Last configured: 2016-10-04 15:30 CDT by sky
#
# grnoc-mon at BENNINGTON-PS-LR-004630> show interface terse
#Interface Admin Link
@@ -146,7 +146,7 @@
#vlan.4 up up
#vlan.999 up down
# grnoc-mon at BENNINGTON-PS-LR-004630> show configuration
-## Last commit: 2016-09-27 16:25:52 CDT by sky
+## Last commit: 2016-10-04 15:30:38 CDT by sky
version 12.1X46-D20.5;
system {
host-name BENNINGTON-PS-LR-004630;
@@ -491,6 +491,47 @@
}
}
}
+ destination {
+ pool DNS-POOL {
+ address 208.67.222.222/32;
+ }
+ rule-set TRUST-DNS-NAT {
+ from zone TRUST;
+ rule NO-NAT-222 {
+ match {
+ destination-address 208.67.222.222/32;
+ }
+ then {
+ destination-nat {
+ off;
+ }
+ }
+ }
+ rule NO-NAT-220 {
+ match {
+ destination-address 208.67.220.220/32;
+ }
+ then {
+ destination-nat {
+ off;
+ }
+ }
+ }
+ rule TRUST-DNS-NAT-RULE {
+ match {
+ destination-address 0.0.0.0/0;
+ destination-port 53;
+ }
+ then {
+ destination-nat {
+ pool {
+ DNS-POOL;
+ }
+ }
+ }
+ }
+ }
+ }
}
policies {
from-zone TRUST to-zone UNTRUST {
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 147010)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,6 +674,7 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> 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 147010)
+++ configs/rpswi1.okc.onenet.net (working copy)
@@ -265,8 +265,8 @@
#ge-0/0/44.0 up down
#ge-0/0/45 up down
#ge-0/0/45.0 up down
-#ge-0/0/46 up down
-#ge-0/0/46.0 up down
+#ge-0/0/46 up up
+#ge-0/0/46.0 up up
#ge-0/0/47 up down
#ge-0/0/47.0 up down
#xe-0/1/0 up up
Index: configs/odot-bartlesville-regmaint.client.onenet.net
===================================================================
--- configs/odot-bartlesville-regmaint.client.onenet.net (revision 146973)
+++ configs/odot-bartlesville-regmaint.client.onenet.net (working copy)
@@ -128,8 +128,8 @@
#ge-0/0/4.0 up down
#ge-0/0/5 up up
#ge-0/0/5.0 up up
-#ge-0/0/6 up up
-#ge-0/0/6.0 up up
+#ge-0/0/6 up down
+#ge-0/0/6.0 up down
#ge-0/0/7 up up
#ge-0/0/7.0 up up
#t1-1/0/0 up up
More information about the Nocrancid
mailing list