[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Sep 13 13:00:58 CDT 2013
Index: core.elr.onenet.net
===================================================================
--- core.elr.onenet.net (revision 79447)
+++ core.elr.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at EL-RENO-MX480-RE0> show system commit
+# 2013-09-13 12:52:16 CDT by joel via cli commit synchronize
# 2013-09-12 18:08:16 CDT by joel via cli commit synchronize
# 2013-09-12 17:53:17 CDT by joel via cli commit synchronize
# 2013-09-12 16:17:38 CDT by joel via cli commit synchronize
# 2013-09-12 15:06:21 CDT by joel via cli commit synchronize
# 2013-09-12 10:09:58 CDT by joel via cli commit synchronize
-# 2013-09-11 12:42:49 CDT by joel via cli commit synchronize
# grnoc-mon at EL-RENO-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -239,7 +239,7 @@
# grnoc-mon at EL-RENO-MX480-RE0> show system uptime
# System booted: 2013-04-20 23:16 CDT
# Protocols started: 2013-04-20 23:25 CDT
-# Last configured: 2013-09-12 18:08 CDT by joel
+# Last configured: 2013-09-13 12:52 CDT by joel
#
# {master}
# grnoc-mon at EL-RENO-MX480-RE0> show interface terse
@@ -307,7 +307,7 @@
#pp0 up up
#tap up up
# grnoc-mon at EL-RENO-MX480-RE0> show configuration
-## Last commit: 2013-09-12 18:08:16 CDT by joel
+## Last commit: 2013-09-13 12:52:16 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -790,6 +790,13 @@
accept;
}
}
+ term 3 {
+ from protocol bgp;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
term REJECT {
then reject;
}
Index: core.hut.pra.onenet.net
===================================================================
--- core.hut.pra.onenet.net (revision 79225)
+++ core.hut.pra.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at PRAGUE-MX40> show system commit
+# 2013-09-13 12:58:52 CDT by joel via cli
+# 2013-09-13 12:53:52 CDT by joel via cli
# 2013-09-11 08:48:39 CDT by joel via cli
# 2013-09-11 08:48:30 CDT by joel via cli
# 2013-09-11 08:48:00 CDT by joel via cli
# 2013-09-11 08:47:41 CDT by joel via cli
-# 2013-08-19 10:20:49 CDT by joel via cli
-# 2013-08-19 10:01:06 CDT by joel via cli
# grnoc-mon at PRAGUE-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -224,7 +224,7 @@
# grnoc-mon at PRAGUE-MX40> show system uptime
# System booted: 2013-06-04 15:22 CDT
# Protocols started: 2013-06-04 15:23 CDT
-# Last configured: 2013-09-11 08:48 CDT by joel
+# Last configured: 2013-09-13 12:58 CDT by joel
#
# grnoc-mon at PRAGUE-MX40> show interface terse
#Interface Admin Link
@@ -260,7 +260,8 @@
#ge-1/1/6 up down
#ge-1/1/7 up down
#ge-1/1/8 up down
-#ge-1/1/9 up down
+#ge-1/1/9 up up
+#ge-1/1/9.0 up up
#cbp0 up up
#demux0 up up
#dsc up up
@@ -285,7 +286,7 @@
#pp0 up up
#tap up up
# grnoc-mon at PRAGUE-MX40> show configuration
-## Last commit: 2013-09-11 08:48:39 CDT by joel
+## Last commit: 2013-09-13 12:58:52 CDT by joel
version 12.3R2.5;
system {
host-name PRAGUE-MX40;
@@ -463,6 +464,20 @@
}
}
}
+ ge-1/1/9 {
+ description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.124.209/29;
+ }
+ family mpls;
+ }
+ }
lo0 {
unit 0 {
family inet {
@@ -516,6 +531,8 @@
mpls {
interface xe-0/0/0.40;
interface lo0.0;
+ interface ge-1/1/9.0;
+ interface ge-1/1/0.250;
}
bgp {
group CORE-RR {
@@ -602,6 +619,44 @@
load-balance per-packet;
}
}
+ policy-statement ONENET-PoP-APPLIANCES-EXPORT {
+ term 1 {
+ from protocol direct;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol static;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol bgp;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term REJECT {
+ then reject;
+ }
+ }
+ policy-statement ONENET-PoP-APPLIANCES-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community ONENET-PoP-APPLIANCES;
+ }
+ then accept;
+ }
+ term REJECT {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -623,6 +678,7 @@
}
}
}
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community Prague members 5078:159;
}
class-of-service {
@@ -842,6 +898,22 @@
}
}
}
+routing-instances {
+ ONENET-PoP-APPLIANCES-L3VPN {
+ description ONENET-PoP-APPLIANCES-L3VPN;
+ instance-type vrf;
+ interface ge-1/1/9.0;
+ route-distinguisher 164.58.199.159:2012;
+ vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+ vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ routing-options {
+ static {
+ route 10.10.124.208/29 next-hop 10.10.124.210;
+ }
+ }
+ }
+}
# grnoc-mon at PRAGUE-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.247.41 xe-0/0/0.40 Full 164.58.199.221
Index: core2.dc.onenet.net
===================================================================
--- core2.dc.onenet.net (revision 79527)
+++ core2.dc.onenet.net (working copy)
@@ -493,12 +493,12 @@
#ae0.1 up up
#ae0.32767 up up
#ae1 up down
-#ae2 up down
-#ae2.0 up down
-#ae2.32767 up down
-#ae3 up down
-#ae3.0 up down
-#ae3.32767 up down
+#ae2 up up
+#ae2.0 up up
+#ae2.32767 up up
+#ae3 up up
+#ae3.0 up up
+#ae3.32767 up up
#ae4 up down
#ae5 up up
#ae5.0 up up
Index: core.woo.onenet.net
===================================================================
--- core.woo.onenet.net (revision 79462)
+++ core.woo.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WOODWARD-MX480-RE0> show system commit
+# 2013-09-13 12:41:29 CDT by donnie via cli commit synchronize
+# 2013-09-13 12:39:06 CDT by donnie via cli commit synchronize
+# 2013-09-13 12:36:47 CDT by donnie via cli commit synchronize
# 2013-08-29 13:22:01 CDT by jeremyt via cli commit synchronize
# 2013-08-29 13:21:55 CDT by jeremyt via cli commit synchronize
# 2013-08-19 13:24:25 CDT by jeremyt via cli commit synchronize
-# 2013-08-19 11:50:53 CDT by rnordmark via cli commit synchronize
-# 2013-08-15 09:06:56 CDT by joel via cli commit synchronize
-# 2013-08-14 17:02:37 CDT by donnie via cli commit synchronize
# grnoc-mon at WOODWARD-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -245,7 +245,7 @@
# grnoc-mon at WOODWARD-MX480-RE0> show system uptime
# System booted: 2013-07-29 23:30 CDT
# Protocols started: 2013-07-29 23:32 CDT
-# Last configured: 2013-08-29 13:22 CDT by jeremyt
+# Last configured: 2013-09-13 12:41 CDT by donnie
#
# {master}
# grnoc-mon at WOODWARD-MX480-RE0> show interface terse
@@ -320,7 +320,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WOODWARD-MX480-RE0> show configuration
-## Last commit: 2013-08-29 13:22:01 CDT by jeremyt
+## Last commit: 2013-09-13 12:41:29 CDT by donnie
version 11.4R7.5;
groups {
re0 {
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 79528)
+++ hub.chi.onenet.net (working copy)
@@ -281,7 +281,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 up down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
#t1-2/0/2:3 up down
#t1-2/0/2:4 up up
#t1-2/0/2:4.0 up up
@@ -309,7 +309,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: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 79529)
+++ core3.okc-m120.onenet.net (working copy)
@@ -1002,8 +1002,8 @@
#t1-3/3/0:1:8 up up
#t1-3/3/0:1:8.0 up up
#t1-3/3/0:1:9 up down
-#t1-3/3/0:1:10 up up
-#t1-3/3/0:1:10.0 up up
+#t1-3/3/0:1:10 up down
+#t1-3/3/0:1:10.0 up down
#t1-3/3/0:1:11 up up
#t1-3/3/0:1:11.0 up up
#t1-3/3/0:1:12 up down
@@ -9857,7 +9857,6 @@
# 172.23.2.10 t1-3/3/0:12:1.0 Full 10.199.2.97
# 172.23.2.18 t1-3/3/0:12:26.0 Full 10.199.2.104
# 172.23.4.206 t1-3/3/0:12:6.0 Full 10.199.2.56
-# 172.23.2.38 t1-3/3/0:1:10.0 Full 10.199.2.103
# 172.23.4.142 t1-3/3/0:1:26.0 Full 10.199.2.38
# 172.23.2.182 t1-3/3/0:2:11.0 Full 10.199.2.85
# 172.23.4.198 t1-3/3/0:2:28.0 Full 10.199.2.51
Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net (revision 79523)
+++ core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2013-09-13 12:59:35 CDT by jeremyt via cli commit synchronize
+# 2013-09-13 12:52:08 CDT by jeremyt via cli commit synchronize
+# 2013-09-13 12:51:22 CDT by joel via cli commit synchronize
# 2013-09-13 11:07:10 CDT by jeremyt via cli commit synchronize
# 2013-09-12 21:18:31 CDT by joel via cli commit synchronize
# 2013-09-12 18:08:20 CDT by joel via cli commit synchronize
-# 2013-09-12 17:48:55 CDT by joel via cli commit synchronize
-# 2013-09-12 17:15:17 CDT by joel via cli commit synchronize
-# 2013-09-12 16:25:30 CDT by joel via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -352,7 +352,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2013-04-14 01:08 CDT
# Protocols started: 2013-04-14 01:10 CDT
-# Last configured: 2013-09-13 11:07 CDT by jeremyt
+# Last configured: 2013-09-13 12:59 CDT by jeremyt
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
#Interface Admin Link
@@ -562,7 +562,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2013-09-13 11:07:10 CDT by jeremyt
+## Last commit: 2013-09-13 12:59:35 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -1109,7 +1109,7 @@
description "GRDA OKC | CIR0005190";
vlan-id 175;
family inet {
- address 10.0.1.49/29;
+ address 10.0.3.94/28;
}
family mpls;
}
@@ -2307,6 +2307,7 @@
}
prefix-list L3VPN-CUSTOMERS {
10.0.1.48/29;
+ 10.0.3.80/28;
}
policy-statement COMMODITY-PREFIXES-LIST {
term prefixes {
@@ -2704,6 +2705,13 @@
accept;
}
}
+ term 3 {
+ from protocol bgp;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
term REJECT {
then reject;
}
@@ -3269,7 +3277,7 @@
vrf-target target:5078:2522;
protocols {
ospf {
- export ONENET-GRDA-VRF-IMPORT;
+ export ONENET-GRDA-BGP-EXPORT;
area 0.0.0.0 {
interface xe-0/0/1.175;
}
More information about the Nocrancid
mailing list