[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed May 3 14:04:35 CDT 2017
Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net (revision 152929)
+++ configs/core.goo.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at GOODWELL-MX104-RE0> show system commit
+# 2017-05-03 13:51:13 CDT by sky via cli commit confirmed, rollback in 10mins synchronize
+# 2017-05-03 13:28:02 CDT by sky via cli commit synchronize
# 2017-05-03 12:08:39 CDT by sky via cli commit synchronize
# 2017-05-03 11:39:05 CDT by sky via cli commit synchronize
# 2017-05-03 11:36:23 CDT by sky via cli commit synchronize
# 2017-05-03 11:17:20 CDT by sky via cli commit synchronize
-# 2017-03-20 14:56:15 CDT by sky via cli commit synchronize
-# 2017-03-20 14:20:52 CDT by sky via cli commit synchronize
# grnoc-mon at GOODWELL-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -244,7 +244,7 @@
# grnoc-mon at GOODWELL-MX104-RE0> show system uptime
# System booted: 2016-03-16 01:01 CDT
# Protocols started: 2016-03-30 17:20 CDT
-# Last configured: 2017-05-03 12:08 CDT by sky
+# Last configured: 2017-05-03 13:51 CDT by sky
#
# {master}
# grnoc-mon at GOODWELL-MX104-RE0> show interface terse
@@ -314,6 +314,8 @@
#xe-2/0/3.391 up up
#xe-2/0/3.392 up up
#xe-2/0/3.1388 up up
+#xe-2/0/3.1391 up up
+#xe-2/0/3.2391 up up
#xe-2/0/3.3388 up up
#xe-2/0/3.3391 up up
#xe-2/0/3.32767 up up
@@ -336,6 +338,9 @@
#lsi.0 up up
#lsi.1 up up
#lsi.2 up up
+#lsi.3 up up
+#lsi.4 up up
+#lsi.5 up up
#lsi.1055497 up up
#lsi.1055498 up up
#lsi.1055501 up up
@@ -351,7 +356,7 @@
#pp0 up up
#tap up up
# grnoc-mon at GOODWELL-MX104-RE0> show configuration
-## Last commit: 2017-05-03 12:08:39 CDT by sky
+## Last commit: 2017-05-03 13:51:13 CDT by sky
version 13.3R8.7;
groups {
re0 {
@@ -958,9 +963,22 @@
}
}
unit 391 {
- description "DHS-GUYMON-NE-4TH [ORDERED]";
+ description DHS-GUYMON-NE-4TH-MGMT-20M-CIR0019575;
+ bandwidth 20m;
vlan-tags outer 391 inner 500;
- family inet;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 20M-POL;
+ output 20M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.112/31;
+ }
}
unit 392 {
description "MEMORIAL-HOSPITAL-OF-TEXAS-COUNTY-100M-CIR00XXXXX [ORDERED]";
@@ -986,6 +1004,42 @@
input-vlan-map pop;
output-vlan-map push;
}
+ unit 1391 {
+ description DHS-GUYMON-NE-4TH-DATA-20M-CIR0019575;
+ bandwidth 20m;
+ vlan-tags outer 391 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 20M-POL;
+ output 20M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.112/31;
+ }
+ }
+ unit 2391 {
+ description DHS-GUYMON-NE-4TH-GUEST-20M-CIR0019575;
+ bandwidth 20m;
+ vlan-tags outer 391 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 20M-POL;
+ output 20M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.112/31;
+ }
+ }
unit 3388 {
description "GUYMON-PS-NID-MGMT-CIR0019207 [ORDERED]";
vlan-tags outer 388 inner 80;
@@ -1310,6 +1364,90 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement DHS-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement DHS-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1350,6 +1488,48 @@
then reject;
}
}
+ policy-statement OMES-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-MGMT-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1451,8 +1631,11 @@
}
}
}
+ community DHS-DATA-VPN members target:5078:2570;
+ community DHS-GUEST-VPN members target:5078:2571;
community GOODWELL members 5078:9062;
community OETA-VPN members target:5078:2626;
+ community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-POP-APPLIANCES members target:5078:2012;
}
@@ -1905,6 +2088,26 @@
}
}
}
+ DHS-DATA-L3VPN {
+ description DHS-DATA-L3VPN;
+ instance-type vrf;
+ interface xe-2/0/3.1391;
+ route-distinguisher 164.58.199.62:2570;
+ vrf-import DHS-DATA-VRF-IMPORT;
+ vrf-export DHS-DATA-VRF-EXPORT;
+ vrf-target target:5078:2570;
+ vrf-table-label;
+ }
+ DHS-GUEST-L3VPN {
+ description DHS-GUEST-L3VPN;
+ instance-type vrf;
+ interface xe-2/0/3.2391;
+ route-distinguisher 164.58.199.62:2571;
+ vrf-import DHS-GUEST-VRF-IMPORT;
+ vrf-export DHS-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2571;
+ vrf-table-label;
+ }
OETA-L3VPN {
description OETA-L3VPN;
instance-type vrf;
@@ -1918,6 +2121,16 @@
vrf-target target:5078:2626;
vrf-table-label;
}
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface xe-2/0/3.391;
+ route-distinguisher 164.58.199.62:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ vrf-export OMES-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2550;
+ vrf-table-label;
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 152929)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1135,7 +1135,7 @@
#t1-3/3/0:4:1.17 up up
#t1-3/3/0:4:1.18 up up
#t1-3/3/0:4:2 up up
-#t1-3/3/0:4:2.0 up down
+#t1-3/3/0:4:2.0 up up
#t1-3/3/0:4:3 down down
#t1-3/3/0:4:4 down up
#t1-3/3/0:4:5 down down
Index: configs/odot-stigler-regmaint.client.onenet.net
===================================================================
--- configs/odot-stigler-regmaint.client.onenet.net (revision 152925)
+++ configs/odot-stigler-regmaint.client.onenet.net (working copy)
@@ -128,7 +128,7 @@
#fe-0/0/6 down down
#fe-0/0/7 up up
#fe-0/0/7.0 up up
-#t1-1/0/0 down down
+#t1-1/0/0 down up
#fxp2 up up
#fxp2.0 up up
#gre up up
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 152929)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -181,7 +181,7 @@
#st0.15 up up
#st0.16 up down
#st0.17 up up
-#st0.18 up down
+#st0.18 up up
#st0.19 up up
#st0.20 up up
#st0.21 up up
Index: configs/odmhsas-camhc-idabel.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-idabel.client.onenet.net (revision 152912)
+++ configs/odmhsas-camhc-idabel.client.onenet.net (working copy)
@@ -121,8 +121,8 @@
#ge-0/0/2 down down
#ge-0/0/3 down down
#ge-0/0/4 down down
-#ge-0/0/5 up up
-#ge-0/0/5.0 up up
+#ge-0/0/5 up down
+#ge-0/0/5.0 up down
#ge-0/0/6 up down
#ge-0/0/6.0 up down
#ge-0/0/7 up up
@@ -152,7 +152,7 @@
#tap up up
#vlan up up
#vlan.4 up up
-#vlan.5 up up
+#vlan.5 up down
#vlan.10 up up
#vlan.20 up up
#vlan.30 up up
Index: configs/odmhsas-ncbh-fairview.client.onenet.net
===================================================================
--- configs/odmhsas-ncbh-fairview.client.onenet.net (revision 152929)
+++ configs/odmhsas-ncbh-fairview.client.onenet.net (working copy)
@@ -148,8 +148,8 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up down
-#st0.2 up down
+#st0.1 up up
+#st0.2 up up
#tap up up
#vlan up up
#vlan.4 up up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 152928)
+++ configs/hub.dur.onenet.net (working copy)
@@ -324,7 +324,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 down
+#fe-2/1/3 down up
#ge-2/2/0 up up
#ge-2/2/0.0 up up
#pc-2/2/0 up up
Index: configs/idabel-head-start.client.onenet.net
===================================================================
--- configs/idabel-head-start.client.onenet.net (revision 152465)
+++ configs/idabel-head-start.client.onenet.net (working copy)
@@ -116,8 +116,8 @@
# total files: 1
#
# grnoc-mon at IDABEL-HEAD-START-SRX240-LR-ASSET-TAG-004904> show system uptime
-# System booted: 2017-04-17 04:48 CDT
-# Protocols started: 2017-04-17 04:51 CDT
+# System booted: 2017-05-03 13:57 CDT
+# Protocols started: 2017-05-03 14:00 CDT
# Last configured: 2017-02-24 12:01 CST by aberrios
#
# grnoc-mon at IDABEL-HEAD-START-SRX240-LR-ASSET-TAG-004904> show interface terse
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 152929)
+++ 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/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 152929)
+++ 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-05-03 13:39:35 CDT by sky via cli commit synchronize
# 2017-05-03 12:58:10 CDT by sean via cli commit synchronize
# 2017-05-03 08:59:11 CDT by andrew via cli commit synchronize
# 2017-05-03 08:45:30 CDT by andrew via cli commit synchronize
# 2017-05-02 15:57:20 CDT by andrew via cli commit synchronize
# 2017-05-02 15:34:07 CDT by andrew via cli commit synchronize
-# 2017-05-02 13:58:05 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -449,7 +449,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-05-03 12:58 CDT by sean
+# Last configured: 2017-05-03 13:39 CDT by sky
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1133,7 +1133,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-05-03 12:58:10 CDT by sean
+## Last commit: 2017-05-03 13:39:35 CDT by sky
version 13.3R9.13;
groups {
re0 {
@@ -17940,6 +17940,7 @@
route 10.119.40.154/31 next-hop 10.119.80.65;
route 172.30.101.8/31 next-hop 10.119.72.57;
route 172.30.101.64/31 next-hop 10.119.72.217;
+ route 172.30.101.66/31 next-hop 10.119.72.225;
}
autonomous-system 64569 loops 3;
}
Index: configs/core.edmmcs.onenet.net
===================================================================
--- configs/core.edmmcs.onenet.net (revision 152929)
+++ configs/core.edmmcs.onenet.net (working copy)
@@ -26,6 +26,16 @@
# 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
More information about the Nocrancid
mailing list