[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Jul 12 10:02:16 CDT 2012
Index: core4-mx480.onenet.net
===================================================================
--- core4-mx480.onenet.net (revision 34755)
+++ core4-mx480.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2012-07-12 09:30:16 CDT by joe via cli commit synchronize
# 2012-07-12 08:53:13 CDT by joe via cli commit synchronize
# 2012-07-12 08:47:49 CDT by joe via cli commit synchronize
# 2012-07-10 13:40:18 CDT by joe via cli commit synchronize
# 2012-07-10 13:39:30 CDT by joe via cli commit synchronize
# 2012-07-10 13:35:17 CDT by bobby via cli commit synchronize
-# 2012-07-10 12:31:28 CDT by joe via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -356,7 +356,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2011-11-18 00:09 CST
# Protocols started: 2011-11-18 00:11 CST
-# Last configured: 2012-07-12 08:53 CDT by joe
+# Last configured: 2012-07-12 09:30 CDT by joe
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -553,7 +553,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2012-07-12 08:53:13 CDT by joe
+## Last commit: 2012-07-12 09:30:16 CDT by joe
version 10.4R6.5;
groups {
re0 {
@@ -1897,7 +1897,7 @@
md5 7 key "$9$4OoUjqmTQ39mP9p0Byrs2g4Gi.P5znCjHPQFnCA"; ## SECRET-DATA
}
}
- interface xe-1/0/1.56 {
+ inactive: interface xe-1/0/1.56 {
link-protection;
authentication {
md5 7 key "$9$gr4GDk.5TF/.m/tuOSywY2gZjqmfQ39DimTz39C"; ## SECRET-DATA
Index: core6.okc-m7i.onenet.net
===================================================================
--- core6.okc-m7i.onenet.net (revision 31956)
+++ core6.okc-m7i.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show system commit
+# 2012-07-12 09:53:38 CDT by jeremyt via cli
# 2012-05-24 16:01:02 CDT by joel via cli
# 2012-03-28 17:31:46 CDT by admin via netconf
# 2012-01-20 15:36:19 CST by admin via netconf
# 2011-11-16 13:33:12 CST by bobby via cli
# 2011-10-12 16:47:44 CDT by jeremyt via cli
-# 2011-10-11 23:59:33 CDT by jed via cli
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show chassis environment
# Class Item Status Measurement
# Power Power Supply 0 OK
@@ -193,7 +193,7 @@
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show system uptime
# System booted: 2011-03-25 16:40 CDT
# Protocols started: 2011-03-25 16:41 CDT
-# Last configured: 2012-05-24 16:01 CDT by joel
+# Last configured: 2012-07-12 09:53 CDT by jeremyt
#
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show interface terse
#Interface Admin Link
@@ -235,7 +235,7 @@
#pime up up
#tap up up
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show configuration
-## Last commit: 2012-05-24 16:01:02 CDT by joel
+## Last commit: 2012-07-12 09:53:38 CDT by jeremyt
version 10.4R3.4;
groups {
re0 {
@@ -621,6 +621,19 @@
neighbor 164.58.199.98;
neighbor 164.58.199.58;
}
+ group DOH-HUBSITES {
+ type internal;
+# authentication-key <removed>;
+ export IBGP-DOH-EXPORT;
+ cluster 164.58.199.216;
+ peer-as 5078;
+ neighbor 10.199.2.20;
+ neighbor 10.199.2.21;
+ neighbor 10.199.2.22;
+ neighbor 10.199.2.23;
+ neighbor 10.199.2.24;
+ neighbor 10.199.2.25;
+ }
}
ospf {
reference-bandwidth 100g;
@@ -680,6 +693,12 @@
164.58.199.234/32;
}
prefix-list HUB-BGP {
+ 10.199.2.20/32;
+ 10.199.2.21/32;
+ 10.199.2.22/32;
+ 10.199.2.23/32;
+ 10.199.2.24/32;
+ 10.199.2.25/32;
164.58.199.2/32;
164.58.199.6/32;
164.58.199.10/32;
@@ -735,6 +754,20 @@
then reject;
}
}
+ policy-statement IBGP-DOH-EXPORT {
+ term doh {
+ from community DOH-VPN;
+ then accept;
+ }
+ term default {
+ from {
+ route-filter 0.0.0.0/0 exact accept;
+ }
+ }
+ term reject {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -764,6 +797,7 @@
community Bartlesville members 5078:134;
community Chickasha members 5078:82;
community Claremore members 5078:142;
+ community DOH-VPN members target:5078:3000;
community Duncan members 5078:18;
community Durant members 5078:14;
community Edmond members 5078:235;
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 34751)
+++ core3.okc-m120.onenet.net (working copy)
@@ -1128,8 +1128,8 @@
#t1-3/3/0:2:22.0 up up
#t1-3/3/0:2:23 up up
#t1-3/3/0:2:23.0 up up
-#t1-3/3/0:2:24 up down
-#t1-3/3/0:2:24.0 up down
+#t1-3/3/0:2:24 up up
+#t1-3/3/0:2:24.0 up up
#t1-3/3/0:2:25 up up
#t1-3/3/0:2:25.0 up up
#t1-3/3/0:2:26 up up
More information about the Nocrancid
mailing list