[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Oct 13 14:02:12 CDT 2015
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net (revision 135741)
+++ configs/acx.cai.hart-acx2100.onenet.net (working copy)
@@ -1,8 +1,8 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system commit
+# show chassis environment
# 2015-05-28 22:37:23 CDT by andrew via cli commit confirmed, rollback in 3mins
-# show chassis environment
# 2015-05-06 18:53:44 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-05-06 14:16:13 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-05-06 14:06:19 CDT by andrew via cli
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net (revision 135723)
+++ configs/hub.bar.onenet.net (working copy)
@@ -358,8 +358,8 @@
#t1-2/0/2:23.0 up up
#t1-2/0/2:24 down down
#t1-2/0/2:25 down down
-#t1-2/0/2:26 up up
-#t1-2/0/2:26.0 up up
+#t1-2/0/2:26 up down
+#t1-2/0/2:26.0 up down
#t1-2/0/2:27 down down
#t1-2/0/2:28 up up
#t1-2/0/2:28.0 up up
Index: configs/core.mus.onenet.net
===================================================================
--- configs/core.mus.onenet.net (revision 135741)
+++ configs/core.mus.onenet.net (working copy)
@@ -1,14 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MUSKOGEE-MX480-RE0> show system commit
+# 2015-10-13 13:30:25 CDT by andrew via cli commit synchronize
+# 2015-10-13 13:17:12 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-10-13 12:01:06 CDT by andrew via cli commit synchronize
# 2015-10-09 00:09:18 CDT by andrew via synchronize
# 2015-10-09 00:01:15 CDT by root via other
# Synchronization with remote Routing Engine
# 2015-10-09 00:00:33 CDT by root via other
-# 2015-10-08 23:35:21 CDT by root via other
-# Synchronization with remote Routing Engine
-# 2015-10-08 23:08:19 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at MUSKOGEE-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -264,7 +263,7 @@
# grnoc-mon at MUSKOGEE-MX480-RE0> show system uptime
# System booted: 2015-10-08 23:58 CDT
# Protocols started: 2015-10-09 00:09 CDT
-# Last configured: 2015-10-13 12:01 CDT by andrew
+# Last configured: 2015-10-13 13:30 CDT by andrew
#
# {master}
# grnoc-mon at MUSKOGEE-MX480-RE0> show interface terse
@@ -310,6 +309,7 @@
#ge-0/3/1 up up
#ge-0/3/1.0 up up
#ge-0/3/2 up up
+#ge-0/3/2.0 up up
#ge-0/3/3 up up
#ge-0/3/3.0 up up
#ge-0/3/4 down down
@@ -343,6 +343,7 @@
#lsi.0 up up
#lsi.1 up up
#lsi.2 up up
+#lsi.3 up up
#lsi.1048579 up up
#lsi.1048580 up up
#lsi.1048581 up up
@@ -392,7 +393,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MUSKOGEE-MX480-RE0> show configuration
-## Last commit: 2015-10-13 12:01:06 CDT by andrew
+## Last commit: 2015-10-13 13:30:25 CDT by andrew
version 13.3R7.4;
groups {
re0 {
@@ -791,6 +792,13 @@
}
ge-0/3/2 {
description "DPS-MUSKOGEE [ORDERED]";
+ mtu 9192;
+ unit 0 {
+ family inet {
+ mtu 1500;
+ address 10.119.16.97/30;
+ }
+ }
}
ge-0/3/3 {
description "Hub Appliance - Generator - MUS";
@@ -1175,6 +1183,48 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement DPS-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DPS-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement EXPORT-DEFAULT {
term DEFAULT {
from {
@@ -1381,6 +1431,7 @@
community Bartlesville members 5078:134;
community Chickasha members 5078:82;
community Claremore members 5078:142;
+ community DPS-VPN members target:5078:2540;
community Duncan members 5078:18;
community Durant members 5078:14;
community Edmond members 5078:235;
@@ -1747,6 +1798,21 @@
}
}
routing-instances {
+ DPS-L3VPN {
+ description DPS-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/2.0;
+ route-distinguisher 164.58.199.95:2540;
+ vrf-import DPS-VRF-IMPORT;
+ vrf-export DPS-VRF-EXPORT;
+ vrf-target target:5078:2540;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.22.113.0/25 next-hop 10.119.16.98;
+ }
+ }
+ }
ODOT-VPLS-2527 {
description ODOT-VPLS;
instance-type vpls;
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 135741)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -196,7 +196,7 @@
# -rw-rw---- 1 root field 52711424 Jun 10 15:37 ifinfo.core.1
# -rw-rw---- 1 root field 52711424 Jun 10 15:40 ifinfo.core.2
# -rw-rw---- 1 root field 52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw---- 1 root field 52711424 Oct 13 12:55 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Oct 13 13:55 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Aug 13 2012 install/
# -rw-r--r-- 1 eng field 99542994 May 30 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
# -rw-r--r-- 1 upgrades field 150276951 Aug 8 2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 135741)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -200,7 +200,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 Oct 13 13:00 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Oct 13 14:00 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
Index: configs/hub.mus.onenet.net
===================================================================
--- configs/hub.mus.onenet.net (revision 135430)
+++ configs/hub.mus.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MUSKOGEE-M120-RE0> show system commit
+# 2015-10-13 13:30:16 CDT by andrew via cli commit synchronize
# 2015-10-06 07:16:11 CDT by andrew via cli commit synchronize
# 2015-09-21 09:34:42 CDT by sean via cli commit synchronize
# 2015-09-18 13:10:23 CDT by andrew via cli commit synchronize
# 2015-09-01 13:58:05 CDT by ianl via cli commit synchronize
# 2015-08-07 15:57:24 CDT by joel via cli commit synchronize
-# 2015-07-22 13:24:37 CDT by sky via cli commit synchronize
# grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -305,7 +305,7 @@
# grnoc-mon at MUSKOGEE-M120-RE0> show system uptime
# System booted: 2015-06-07 23:20 CDT
# Protocols started: 2015-06-07 23:22 CDT
-# Last configured: 2015-10-06 07:16 CDT by andrew
+# Last configured: 2015-10-13 13:30 CDT by andrew
#
# {master}
# grnoc-mon at MUSKOGEE-M120-RE0> show interface terse
@@ -479,7 +479,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MUSKOGEE-M120-RE0> show configuration
-## Last commit: 2015-10-06 07:16:11 CDT by andrew
+## Last commit: 2015-10-13 13:30:16 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -2255,11 +2255,6 @@
vrf-export DPS-VRF-EXPORT;
vrf-target target:5078:2540;
vrf-table-label;
- routing-options {
- static {
- route 172.22.113.0/25 next-hop 10.119.16.106;
- }
- }
}
TAGNET-L3VPN {
description TAGNET-L3VPN;
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 135741)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -179,7 +179,7 @@
#st0.12 up up
#st0.13 up up
#st0.14 up up
-#st0.15 up up
+#st0.15 up down
#st0.16 up up
#st0.17 up up
#st0.18 up down
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net (revision 135741)
+++ configs/rpswi2.rp1f3.onenet.net (working copy)
@@ -600,8 +600,8 @@
#ge-2/0/0.0 up up
#ge-2/0/1 up down
#ge-2/0/1.0 up down
-#ge-2/0/2 up up
-#ge-2/0/2.0 up up
+#ge-2/0/2 up down
+#ge-2/0/2.0 up down
#ge-2/0/3 up up
#ge-2/0/3.0 up up
#ge-2/0/4 up down
More information about the Nocrancid
mailing list