[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun Jul 20 19:02:15 CDT 2014
Index: configs/hub.cla.onenet.net
===================================================================
--- configs/hub.cla.onenet.net (revision 117986)
+++ configs/hub.cla.onenet.net (working copy)
@@ -285,8 +285,8 @@
#t1-2/0/0:2.0 up up
#t1-2/0/0:3 up down
#t1-2/0/0:4 up down
-#t1-2/0/0:5 up down
-#t1-2/0/0:5.0 up down
+#t1-2/0/0:5 up up
+#t1-2/0/0:5.0 up up
#t1-2/0/0:6 up up
#t1-2/0/0:6.0 up up
#t1-2/0/0:7 up up
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 117986)
+++ configs/hub.chi.onenet.net (working copy)
@@ -308,7 +308,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: configs/core.elr.onenet.net
===================================================================
--- configs/core.elr.onenet.net (revision 117887)
+++ configs/core.elr.onenet.net (working copy)
@@ -316,8 +316,8 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1048832 up up
#lsi.1048835 up up
+#lsi.1048836 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.mca.onenet.net
===================================================================
--- configs/hub.mca.onenet.net (revision 117803)
+++ configs/hub.mca.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-M120-RE0> show system commit
+# 2014-07-20 18:50:47 CDT by andrew via cli commit synchronize
# 2014-07-10 14:57:17 CDT by donnie via cli commit synchronize
# 2014-07-10 09:03:30 CDT by donnie via cli commit synchronize
# 2014-06-30 16:18:48 CDT by joel via cli commit synchronize
# 2014-06-19 10:27:43 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-05-29 10:51:25 CDT by andrew via cli commit synchronize
-# 2014-05-22 19:55:00 CDT by andrew via cli commit synchronize
# grnoc-mon at MCALESTER-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -274,7 +274,7 @@
# grnoc-mon at MCALESTER-M120-RE0> show system uptime
# System booted: 2013-06-05 22:45 CDT
# Protocols started: 2013-06-05 22:48 CDT
-# Last configured: 2014-07-10 14:57 CDT by donnie
+# Last configured: 2014-07-20 18:50 CDT by andrew
#
# {master}
# grnoc-mon at MCALESTER-M120-RE0> show interface terse
@@ -428,13 +428,14 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
+#lsi.0 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-M120-RE0> show configuration
-## Last commit: 2014-07-10 14:57:17 CDT by donnie
+## Last commit: 2014-07-20 18:50:47 CDT by andrew
version 11.4R7.5;
groups {
re0 {
@@ -738,6 +739,7 @@
input;
}
address 164.58.7.189/30;
+ address 10.119.16.109/30;
}
}
}
@@ -1412,6 +1414,41 @@
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;
+ }
+ }
+ }
+ policy-statement DPS-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1445,6 +1482,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;
@@ -1843,6 +1881,24 @@
}
}
}
+routing-instances {
+ DPS-L3VPN {
+ description DPS-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/2:6.0;
+ route-distinguisher 164.58.199.90:2540;
+ vrf-import DPS-VRF-IMPORT;
+ vrf-export DPS-VRF-EXPORT;
+ vrf-target target:5078:2540;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.30.3.0/26 next-hop 10.119.16.110;
+ route 172.22.115.64/26 next-hop 10.119.16.110;
+ }
+ }
+ }
+}
services {
flow-monitoring {
version9 {
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net (revision 117907)
+++ configs/hub.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-M120-RE0> show system commit
+# 2014-07-20 18:34:11 CDT by andrew via cli commit synchronize
# 2014-07-17 15:20:28 CDT by donnie via cli commit synchronize
# 2014-07-17 15:18:57 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
# 2014-07-15 15:59:50 CDT by sky via cli commit synchronize
# 2014-06-19 10:23:31 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-05-22 19:53:51 CDT by andrew via cli commit synchronize
-# 2014-05-14 16:47:31 CDT by andrew via cli commit synchronize
# grnoc-mon at ARDMORE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -274,7 +274,7 @@
# grnoc-mon at ARDMORE-M120-RE0> show system uptime
# System booted: 2013-05-26 01:53 CDT
# Protocols started: 2013-05-26 01:56 CDT
-# Last configured: 2014-07-17 15:20 CDT by donnie
+# Last configured: 2014-07-20 18:34 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-M120-RE0> show interface terse
@@ -437,13 +437,14 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-M120-RE0> show configuration
-## Last commit: 2014-07-17 15:20:28 CDT by donnie
+## Last commit: 2014-07-20 18:34:11 CDT by andrew
version 11.4R7.5;
groups {
re0 {
@@ -824,6 +825,7 @@
input;
}
address 164.58.7.197/30;
+ address 10.119.16.117/30;
}
}
}
@@ -1668,6 +1670,41 @@
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;
+ }
+ }
+ }
+ policy-statement DPS-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1739,6 +1776,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;
@@ -2139,6 +2177,22 @@
}
}
routing-instances {
+ DPS-L3VPN {
+ description DPS-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/2:12.0;
+ route-distinguisher 164.58.199.10:2540;
+ vrf-import DPS-VRF-IMPORT;
+ vrf-export DPS-VRF-EXPORT;
+ vrf-target target:5078:2540;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.30.12.0/26 next-hop 10.119.16.118;
+ route 172.22.115.192/26 next-hop 10.119.16.118;
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list