[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Jan 26 18:04:14 CST 2017
Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net (revision 150126)
+++ 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 up
-#ge-0/0/4.0 up up
+#ge-0/0/3 up down
+#ge-0/0/3.0 up down
+#ge-0/0/4 up down
+#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
Index: configs/core.hut.elr.onenet.net
===================================================================
--- configs/core.hut.elr.onenet.net (revision 149805)
+++ configs/core.hut.elr.onenet.net (working copy)
@@ -28,16 +28,6 @@
# TFEB 0 TBB PFE Chip OK
# TFEB 0 TFEB PCIE TSen OK
# TFEB 0 TFEB PCIE Chip OK
-# TFEB 0 QX 0 TSen OK
-# TFEB 0 QX 0 Chip OK
-# TFEB 0 LU 0 TSen OK
-# TFEB 0 LU 0 Chip OK
-# TFEB 0 MQ 0 TSen OK
-# TFEB 0 MQ 0 Chip OK
-# TFEB 0 TBB PFE TSen OK
-# TFEB 0 TBB PFE Chip OK
-# TFEB 0 TFEB PCIE TSen OK
-# TFEB 0 TFEB PCIE Chip OK
# Fans Fan 1 OK
# Fan 2 OK
# Fan 3 OK
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 150127)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2017-01-26 17:51:37 CST by joel via cli commit confirmed, rollback in 3mins synchronize
# 2017-01-26 13:55:47 CST by andrew via cli commit synchronize
# 2017-01-26 13:44:38 CST by sean via cli commit synchronize
# 2017-01-26 13:34:51 CST by sean via cli commit synchronize
# 2017-01-25 11:04:22 CST by sean via cli commit synchronize
# 2017-01-25 10:47:20 CST by sean via cli commit synchronize
-# 2017-01-25 10:41:59 CST by sean via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2017-01-26 13:55 CST by andrew
+# Last configured: 2017-01-26 17:51 CST by joel
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -630,6 +630,7 @@
#xe-1/1/1.234 up up
#xe-1/1/1.237 up up
#xe-1/1/1.238 up up
+#xe-1/1/1.240 up up
#xe-1/1/1.242 up up
#xe-1/1/1.500 up up
#xe-1/1/1.502 up up
@@ -831,7 +832,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-01-26 13:55:47 CST by andrew
+## Last commit: 2017-01-26 17:51:37 CST by joel
version 13.3R9.13;
groups {
re0 {
@@ -3891,6 +3892,25 @@
address 164.58.8.9/30;
}
}
+ unit 240 {
+ description CHEROKEE-NATION-SEQUOYAH-HIGH-SCHOOL-100M-CIR0019753;
+ bandwidth 100m;
+ vlan-id 240;
+ family inet {
+ rpf-check;
+ filter {
+ input CHEROKEE-NATION-SEQUOYAH-HIGH-SCHOOL-100M-CIR0019753;
+ }
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ }
+ address 156.110.25.21/30;
+ }
+ }
unit 242 {
description DOH-STIGLER-MGMT-2M-CIR0019807-OCS;
bandwidth 4m;
@@ -5650,6 +5670,7 @@
route 164.58.221.192/27 next-hop 164.58.8.10;
route 164.58.28.112/29 next-hop 164.58.7.166;
route 156.110.107.8/29 next-hop 164.58.1.74;
+ route 164.58.0.96/29 next-hop 156.110.25.22;
}
router-id 164.58.199.225;
autonomous-system 5078;
@@ -8420,6 +8441,39 @@
then accept;
}
}
+ filter CHEROKEE-NATION-SEQUOYAH-HIGH-SCHOOL-100M-CIR0019753 {
+ 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 500M-POL {
logical-interface-policer;
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 150119)
+++ 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
+# 2017-01-26 17:49:12 CST by andrew via cli commit synchronize
# 2017-01-26 08:47:28 CST by sean via cli commit synchronize
# 2017-01-25 21:16:57 CST by andrew via cli commit synchronize
# 2017-01-25 13:47:53 CST by sky via cli commit synchronize
# 2017-01-25 13:35:47 CST by sky via cli commit synchronize
# 2017-01-25 13:35:02 CST by sky via cli commit synchronize
-# 2017-01-25 13:25:46 CST by sky via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -447,7 +447,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2016-10-12 08:16 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-01-26 08:47 CST by sean
+# Last configured: 2017-01-26 17:49 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1039,7 +1039,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-01-26 08:47:28 CST by sean
+## Last commit: 2017-01-26 17:49:12 CST by andrew
version 13.3R9.13;
groups {
re0 {
@@ -2409,7 +2409,7 @@
}
}
unit 982 {
- description "DHS-OKLAHOMA-CITY-W-MEMORIAL-MGMT-100M-CIR0019701 [ORDERED]";
+ description DHS-OKLAHOMA-CITY-W-MEMORIAL-MGMT-100M-CIR0019701;
bandwidth 100m;
vlan-tags outer 982 inner 500;
family inet {
@@ -2971,7 +2971,7 @@
}
}
unit 1982 {
- description "DHS-OKLAHOMA-CITY-W-MEMORIAL-DATA-100M-CIR0019701 [ORDERED]";
+ description DHS-OKLAHOMA-CITY-W-MEMORIAL-DATA-100M-CIR0019701;
bandwidth 100m;
vlan-tags outer 982 inner 501;
family inet {
@@ -3496,7 +3496,7 @@
}
}
unit 2982 {
- description "DHS-OKLAHOMA-CITY-W-MEMORIAL-GUEST-100M-CIR0019701 [ORDERED]";
+ description DHS-OKLAHOMA-CITY-W-MEMORIAL-GUEST-100M-CIR0019701;
bandwidth 100m;
vlan-tags outer 982 inner 502;
family inet {
More information about the Nocrancid
mailing list