[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Aug 12 11:02:15 CDT 2014
Index: configs/swi.cai.dun.onenet.net
===================================================================
--- configs/swi.cai.dun.onenet.net (revision 118413)
+++ configs/swi.cai.dun.onenet.net (working copy)
@@ -1,6 +1,7 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SWI-DUNCAN-PUBLIC-LIBRARY-EX-3300> show system commit
+# show chassis environment
# 2014-04-28 14:03:42 CDT by joel via cli commit confirmed, rollback in 2mins
# 2014-02-12 14:39:48 CST by donnie via cli
# 2014-02-12 11:10:28 CST by donnie via cli
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net (revision 118611)
+++ configs/core3.tul-m120.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE-3-M120-RE0> show system commit
-# 2014-08-12 00:37:23 CDT by rnordmark via cli commit synchronize
-# 2014-08-09 17:46:52 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-# 2014-08-07 16:14:38 CDT by donnie via cli commit synchronize
-# 2014-08-04 10:14:00 CDT by donnie via cli commit synchronize
-# 2014-07-31 15:39:21 CDT by rnordmark via cli commit synchronize
-# 2014-07-20 14:31:55 CDT by andrew via cli commit synchronize
+# 2014-08-12 10:35:22 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+# 2014-08-12 10:32:35 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+# 2014-08-12 10:15:54 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+# 2014-08-12 10:15:05 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+# 2014-08-12 10:10:21 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+# 2014-08-12 10:09:12 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -319,7 +319,7 @@
# grnoc-mon at TULSA-CORE-3-M120-RE0> show system uptime
# System booted: 2013-04-27 23:31 CDT
# Protocols started: 2013-04-27 23:34 CDT
-# Last configured: 2014-08-12 00:37 CDT by rnordmark
+# Last configured: 2014-08-12 10:35 CDT by josh
#
# {master}
# grnoc-mon at TULSA-CORE-3-M120-RE0> show interface terse
@@ -357,7 +357,7 @@
#lsq-2/3/0.9 up up
#lsq-2/3/0.11 up up
#lsq-2/3/0.12 up up
-#lsq-2/3/0.13 up down
+#lsq-2/3/0.13 up up
#mt-2/3/0 up up
#pd-2/3/0 up up
#pe-2/3/0 up up
@@ -430,9 +430,9 @@
#t1-3/0/1:11.0 up up
#t1-3/0/1:12 up down
#t1-3/0/1:13 up up
-#t1-3/0/1:13.0 up down
+#t1-3/0/1:13.0 up up
#t1-3/0/1:14 up up
-#t1-3/0/1:14.0 up down
+#t1-3/0/1:14.0 up up
#t1-3/0/1:15 up down
#t1-3/0/1:16 up down
#t1-3/0/1:17 up down
@@ -644,13 +644,14 @@
#lsi up up
#lsi.256 up up
#lsi.257 up up
+#lsi.258 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE-3-M120-RE0> show configuration
-## Last commit: 2014-08-12 00:37:23 CDT by rnordmark
+## Last commit: 2014-08-12 10:35:22 CDT by josh
version 11.4R7.5;
groups {
re0 {
@@ -1041,7 +1042,7 @@
sampling {
input;
}
- address 172.24.31.161/30;
+ address 10.119.9.13/30;
}
}
}
@@ -2863,6 +2864,41 @@
}
}
}
+ policy-statement ODOT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add ODOT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add ODOT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add ODOT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement ODOT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community ODOT-VPN;
+ }
+ then accept;
+ }
+ term reject {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -2947,6 +2983,7 @@
community Muskogee members 5078:94;
community NORMANCORE1 members 5078:230;
community NORMANCORE2 members 5078:231;
+ community ODOT-VPN members target:5078:2538;
community OKCCCCORE1 members 5078:233;
community OKCCORE1 members 5078:211;
community OKCCORE2 members 5078:212;
@@ -3379,6 +3416,21 @@
}
}
}
+ ODOT-L3VPN {
+ description ODOT-L3VPN;
+ instance-type vrf;
+ interface lsq-2/3/0.13;
+ route-distinguisher 164.58.199.223:2538;
+ vrf-import ODOT-VRF-IMPORT;
+ vrf-export ODOT-VRF-EXPORT;
+ vrf-target target:5078:2538;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.25.169.0/24 next-hop 10.119.9.14;
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 118611)
+++ configs/core1.dc.onenet.net (working copy)
@@ -847,13 +847,13 @@
#lsi.5 up up
#lsi.1048939 up up
#lsi.1048973 up up
-#lsi.1048978 up up
#lsi.1048981 up up
#lsi.1048985 up up
#lsi.1048990 up up
#lsi.1048991 up up
#lsi.1048992 up up
#lsi.1048995 up up
+#lsi.1048996 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.elr.onenet.net
===================================================================
--- configs/core.elr.onenet.net (revision 118601)
+++ configs/core.elr.onenet.net (working copy)
@@ -319,8 +319,8 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1048835 up up
#lsi.1048837 up up
+#lsi.1048838 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 118611)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE3-M120-RE0> show system commit
+# 2014-08-12 10:24:53 CDT by donnie via cli commit synchronize
# 2014-08-12 08:51:40 CDT by josh via cli commit synchronize
# 2014-08-12 08:44:16 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-08-12 00:36:27 CDT by rnordmark via cli commit synchronize
# 2014-08-11 16:49:47 CDT by josh via cli commit synchronize
# 2014-08-11 16:32:23 CDT by josh via cli commit synchronize
-# 2014-08-11 16:22:29 CDT by josh via cli commit synchronize
# grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -368,7 +368,7 @@
# grnoc-mon at OKC-CORE3-M120-RE0> show system uptime
# System booted: 2013-04-14 00:17 CDT
# Protocols started: 2013-04-14 00:30 CDT
-# Last configured: 2014-08-12 08:51 CDT by josh
+# Last configured: 2014-08-12 10:24 CDT by donnie
#
# {master}
# grnoc-mon at OKC-CORE3-M120-RE0> show interface terse
@@ -431,8 +431,8 @@
#t1-2/3/0:1:8.0 up up
#t1-2/3/0:1:9 up up
#t1-2/3/0:1:9.0 up up
-#t1-2/3/0:1:10 up up
-#t1-2/3/0:1:10.0 up up
+#t1-2/3/0:1:10 up down
+#t1-2/3/0:1:10.0 up down
#t1-2/3/0:1:11 up up
#t1-2/3/0:1:11.0 up up
#t1-2/3/0:1:12 up up
@@ -525,12 +525,12 @@
#t1-2/3/0:3:2.0 up up
#t1-2/3/0:3:3 up down
#t1-2/3/0:3:3.0 up down
-#t1-2/3/0:3:4 up down
-#t1-2/3/0:3:4.0 up down
+#t1-2/3/0:3:4 up up
+#t1-2/3/0:3:4.0 up up
#t1-2/3/0:3:5 up up
#t1-2/3/0:3:5.0 up up
-#t1-2/3/0:3:6 up down
-#t1-2/3/0:3:6.0 up down
+#t1-2/3/0:3:6 up up
+#t1-2/3/0:3:6.0 up up
#t1-2/3/0:3:7 up up
#t1-2/3/0:3:7.0 up up
#t1-2/3/0:3:8 up up
@@ -914,8 +914,8 @@
#t1-2/3/0:10:12.0 up up
#t1-2/3/0:10:13 up up
#t1-2/3/0:10:13.0 up up
-#t1-2/3/0:10:14 up up
-#t1-2/3/0:10:14.0 up up
+#t1-2/3/0:10:14 up down
+#t1-2/3/0:10:14.0 up down
#t1-2/3/0:10:15 up up
#t1-2/3/0:10:15.0 up up
#t1-2/3/0:10:16 up up
@@ -1976,7 +1976,7 @@
#lsq-5/1/0.109 up up
#lsq-5/1/0.110 up down
#lsq-5/1/0.111 up up
-#lsq-5/1/0.112 up down
+#lsq-5/1/0.112 up up
#lsq-5/1/0.113 up up
#lsq-5/1/0.116 up up
#lsq-5/1/0.117 up up
@@ -2036,7 +2036,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE3-M120-RE0> show configuration
-## Last commit: 2014-08-12 08:51:40 CDT by josh
+## Last commit: 2014-08-12 10:24:53 CDT by donnie
version 11.4R7.5;
groups {
re0 {
@@ -4746,11 +4746,11 @@
}
}
t1-2/3/0:10:14 {
- description Tag-Agency-Bokchito-T1-CIR0002742;
+ description TAGNET-716-Bokchito-T1-CIR0002742;
encapsulation cisco-hdlc;
unit 0 {
family inet {
- address 156.110.25.229/30;
+ address 10.119.4.137/30;
}
}
}
@@ -11670,6 +11670,7 @@
interface t1-2/3/0:10:10.0;
interface t1-2/3/0:10:11.0;
interface t1-2/3/0:10:13.0;
+ interface t1-2/3/0:10:14.0;
interface t1-2/3/0:10:16.0;
interface t1-2/3/0:10:17.0;
interface t1-2/3/0:10:19.0;
More information about the Nocrancid
mailing list