[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Oct 8 20:02:13 CDT 2015
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 135587)
+++ configs/hub.chi.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at CHICKASHA-M120-RE0> show system commit
+# 2015-10-08 19:17:37 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-10-08 19:11:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-07-15 18:33:11 CDT by andrew via cli commit synchronize
# 2015-06-29 19:14:17 CDT by andrew via cli commit synchronize
# 2015-06-24 14:57:36 CDT by andrew via cli commit synchronize
# 2015-06-24 14:57:13 CDT by andrew via cli commit synchronize
-# 2015-06-24 14:45:08 CDT by andrew via cli commit synchronize
-# 2015-06-24 14:43:36 CDT by andrew via cli commit synchronize
# grnoc-mon at CHICKASHA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -278,7 +278,7 @@
# grnoc-mon at CHICKASHA-M120-RE0> show system uptime
# System booted: 2015-06-07 01:59 CDT
# Protocols started: 2015-06-07 02:02 CDT
-# Last configured: 2015-07-15 18:33 CDT by andrew
+# Last configured: 2015-10-08 19:17 CDT by andrew
#
# {master}
# grnoc-mon at CHICKASHA-M120-RE0> show interface terse
@@ -422,13 +422,14 @@
#lsi.0 up up
#lsi.1 up up
#lsi.2 up up
+#lsi.3 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at CHICKASHA-M120-RE0> show configuration
-## Last commit: 2015-07-15 18:33:11 CDT by andrew
+## Last commit: 2015-10-08 19:17:37 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -1301,9 +1302,6 @@
disable;
}
interface lo0.0;
- interface t3-2/0/1.0 {
- metric 65535;
- }
interface ge-3/2/2.0 {
authentication {
md5 7 key "$9$7FNwYoJDjkPJZPQFnu08Xx7b2aZUiqfYgZjHqf5"; ## SECRET-DATA
@@ -1559,6 +1557,48 @@
}
}
}
+ policy-statement SW-MESH-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SW-MESH-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SW-MESH-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement TAGNET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1624,6 +1664,7 @@
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
community Poteau members 5078:146;
+ community SW-MESH-VPN members target:5078:2582;
community Sallisaw members 5078:118;
community Sayre members 5078:30;
community Seminole members 5078:46;
@@ -2007,6 +2048,24 @@
}
}
}
+ SW-MESH-L3VPN {
+ description SW-MESH-L3VPN;
+ instance-type vrf;
+ interface t3-2/0/1.0;
+ route-distinguisher 164.58.199.82:2582;
+ vrf-import SW-MESH-VRF-IMPORT;
+ vrf-export SW-MESH-VRF-EXPORT;
+ vrf-target target:5078:2582;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export EBGP-OMES-MGMT-SITE-EXPORT;
+ area 0.0.0.0 {
+ interface t3-2/0/1.0;
+ }
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
@@ -2021,7 +2080,6 @@
# grnoc-mon at CHICKASHA-M120-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.244.73 ge-3/2/2.0 Full 164.58.199.83
-# 164.58.244.193 t3-2/0/1.0 Full 164.58.199.174
# 172.23.5.70 t1-2/0/2:11.0 Full 10.199.2.44
# 172.23.5.78 t1-2/0/2:9.0 Full 10.199.2.39
#
Index: configs/core6.okc-m7i.onenet.net
===================================================================
--- configs/core6.okc-m7i.onenet.net (revision 135180)
+++ configs/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
+# 2015-10-08 19:41:38 CDT by andrew via cli
# 2015-10-01 17:07:42 CDT by andrew via cli
# 2015-09-15 13:21:14 CDT by sky via cli
# 2015-09-15 13:19:25 CDT by sky via cli
# 2015-08-02 16:30:06 CDT by andrew via cli
# 2015-08-02 16:23:03 CDT by andrew via cli
-# 2015-07-30 16:35:02 CDT by andrew via cli
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show chassis environment
# Class Item Status Measurement
# Power Power Supply 0 OK
@@ -208,7 +208,7 @@
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show system uptime
# System booted: 2015-06-05 22:11 CDT
# Protocols started: 2015-06-05 22:12 CDT
-# Last configured: 2015-10-01 17:07 CDT by andrew
+# Last configured: 2015-10-08 19:41 CDT by andrew
#
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show interface terse
#Interface Admin Link
@@ -252,7 +252,7 @@
#pime up up
#tap up up
# grnoc-mon at ROUTE-REFLECTOR-OKC-M7i> show configuration
-## Last commit: 2015-10-01 17:07:42 CDT by andrew
+## Last commit: 2015-10-08 19:41:38 CDT by andrew
version 14.2R3.8;
groups {
re0 {
@@ -1606,7 +1606,7 @@
# authentication-key <removed>;
}
}
- group SOUTHWEST-MESH-V4 {
+ inactive: group SOUTHWEST-MESH-V4 {
family inet {
unicast;
}
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net (revision 135591)
+++ configs/acx.cai.hart-acx2100.onenet.net (working copy)
@@ -74,7 +74,6 @@
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis sfm detail
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis ssb
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system boot-messages
-# show version
# platform_early_bootinit: MX-PPC Series Early Boot Initialization
# mxppc_set_re_type: hw.board.type is ACX-2100
# WDOG initialized
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 135591)
+++ configs/core5.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2015-10-08 19:41:18 CDT by andrew via cli commit synchronize
+# 2015-10-08 19:37:45 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-10-08 19:25:27 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-10-08 19:14:43 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-10-08 18:48:59 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-10-08 17:44:48 CDT by andrew via cli commit synchronize
-# 2015-10-08 17:08:52 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2015-10-08 11:11:32 CDT by sean via cli commit synchronize
-# 2015-10-08 10:54:01 CDT by sean via cli commit synchronize
-# 2015-10-06 17:44:13 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -434,7 +434,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:50 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2015-10-08 18:48 CDT by andrew
+# Last configured: 2015-10-08 19:41 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -788,7 +788,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-10-08 18:48:59 CDT by andrew
+## Last commit: 2015-10-08 19:41:18 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2735,6 +2735,39 @@
route 156.110.27.18/31 next-hop 156.110.38.145;
route 156.110.42.144/28 next-hop 156.110.38.145;
route 156.110.42.48/28 next-hop 164.58.58.95;
+ route 164.58.199.175/32 next-hop 164.58.245.73;
+ route 164.58.199.187/32 next-hop 164.58.245.73;
+ route 164.58.199.174/32 next-hop 164.58.245.73;
+ route 164.58.199.166/32 next-hop 164.58.245.73;
+ route 164.58.199.185/32 next-hop 164.58.245.73;
+ route 164.58.199.125/32 next-hop 164.58.245.73;
+ route 156.110.0.48/30 next-hop 164.58.245.73;
+ route 156.110.46.128/30 next-hop 164.58.245.73;
+ route 156.110.46.132/30 next-hop 164.58.245.73;
+ route 156.110.72.8/30 next-hop 164.58.245.73;
+ route 164.58.244.192/30 next-hop 164.58.245.73;
+ route 164.58.245.24/30 next-hop 164.58.245.73;
+ route 164.58.245.192/30 next-hop 164.58.245.73;
+ route 164.58.247.80/30 next-hop 164.58.245.73;
+ route 10.10.124.236/30 next-hop 164.58.245.73;
+ route 156.110.25.80/30 next-hop 164.58.245.73;
+ route 156.110.47.40/29 next-hop 164.58.245.73;
+ route 156.110.47.72/29 next-hop 164.58.245.73;
+ route 156.110.47.144/29 next-hop 164.58.245.73;
+ route 156.110.71.104/29 next-hop 164.58.245.73;
+ route 156.110.86.252/30 next-hop 164.58.245.73;
+ route 156.110.87.40/29 next-hop 164.58.245.73;
+ route 156.110.90.244/30 next-hop 164.58.245.73;
+ route 156.110.98.80/29 next-hop 164.58.245.73;
+ route 156.110.98.252/30 next-hop 164.58.245.73;
+ route 156.110.99.128/28 next-hop 164.58.245.73;
+ route 156.110.211.136/29 next-hop 164.58.245.73;
+ route 164.58.25.112/29 next-hop 164.58.245.73;
+ route 164.58.75.0/27 next-hop 164.58.245.73;
+ route 164.58.139.48/29 next-hop 164.58.245.73;
+ route 156.110.27.152/30 next-hop 164.58.245.73;
+ route 156.110.46.24/30 next-hop 164.58.245.73;
+ route 164.58.27.236/30 next-hop 164.58.245.73;
}
router-id 164.58.199.215;
autonomous-system 5078;
@@ -9944,6 +9977,11 @@
vrf-export SW-MESH-VRF-EXPORT;
vrf-target target:5078:2582;
vrf-table-label;
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 164.58.245.72;
+ }
+ }
}
TAGNET-L3VPN {
description TAGNET-L3VPN;
Index: configs/hub.lawton-tower-router-mw.onenet.net
===================================================================
--- configs/hub.lawton-tower-router-mw.onenet.net (revision 135550)
+++ configs/hub.lawton-tower-router-mw.onenet.net (working copy)
@@ -23,12 +23,12 @@
!
!show flash
!Flash: nvram: Directory of nvram:/
-!Flash: nvram: 1 -rw- 5440 <no date> startup-config
+!Flash: nvram: 1 -rw- 5505 <no date> startup-config
!Flash: nvram: 2 ---- 47 <no date> private-config
-!Flash: nvram: 3 -rw- 5440 <no date> underlying-config
+!Flash: nvram: 3 -rw- 5505 <no date> underlying-config
!Flash: nvram: 1 -rw- 486 <no date> ifIndex-table
!Flash: nvram: 2 ---- 20 <no date> persistent-data
-!Flash: nvram: 129016 bytes total (121429 bytes free)
+!Flash: nvram: 129016 bytes total (121364 bytes free)
!
!Flash: bootflash: Directory of bootflash:/
!Flash: bootflash: 1 -rw- 4431932 Jan 10 2003 10:27:27 c7200-kboot-mz.121-8a.E
@@ -75,8 +75,8 @@
!
!show switch stack-ports
Show Switch Stack: ^
-! Last configuration change at 19:00:51 UTC Wed Oct 7 2015 by joel
-! NVRAM config last updated at 19:08:56 UTC Wed Oct 7 2015 by joel
+! Last configuration change at 00:33:44 UTC Fri Oct 9 2015 by andrew
+! NVRAM config last updated at 00:33:45 UTC Fri Oct 9 2015 by andrew
!
config-register 0x2102
version 12.1
@@ -212,6 +212,8 @@
router-id 164.58.199.175
log-adjacency-changes
auto-cost reference-bandwidth 100000
+ redistribute connected subnets
+ redistribute static subnets
network 156.110.0.48 0.0.0.3 area 0
network 156.110.72.8 0.0.0.3 area 0
network 164.58.199.175 0.0.0.0 area 0
Index: configs/hub.newcastle-router-mw.onenet.net
===================================================================
--- configs/hub.newcastle-router-mw.onenet.net (revision 135176)
+++ configs/hub.newcastle-router-mw.onenet.net (working copy)
@@ -73,6 +73,7 @@
!
!show switch stack-ports
Show Switch Stack: ^
+! Last configuration change at 19:35:31 extende Thu Oct 8 2015 by andrew
!
config-register 0x2102
version 12.3
@@ -245,6 +246,8 @@
router-id 164.58.199.166
log-adjacency-changes
auto-cost reference-bandwidth 100000
+ redistribute connected subnets
+ redistribute static subnets
network 164.58.199.166 0.0.0.0 area 0
network 164.58.245.24 0.0.0.3 area 0
network 164.58.245.192 0.0.0.3 area 0
Index: configs/hub.rushsprings-router-mw.onenet.net
===================================================================
--- configs/hub.rushsprings-router-mw.onenet.net (revision 135176)
+++ configs/hub.rushsprings-router-mw.onenet.net (working copy)
@@ -78,6 +78,7 @@
!
!show switch stack-ports
Show Switch Stack: ^
+! Last configuration change at 19:35:01 extende Thu Oct 8 2015 by andrew
!
config-register 0x2102
version 12.1
@@ -223,6 +224,8 @@
router-id 164.58.199.174
log-adjacency-changes
auto-cost reference-bandwidth 100000
+ redistribute connected subnets
+ redistribute static subnets
network 156.110.0.48 0.0.0.3 area 0
network 156.110.46.132 0.0.0.3 area 0
network 164.58.199.174 0.0.0.0 area 0
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 135591)
+++ 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 8 18:55 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Oct 8 19: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 135591)
+++ 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 8 19:00 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Oct 8 20: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/core6.tul-m7i.onenet.net
===================================================================
--- configs/core6.tul-m7i.onenet.net (revision 135180)
+++ configs/core6.tul-m7i.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show system commit
+# 2015-10-08 19:41:53 CDT by andrew via cli
# 2015-10-01 17:07:59 CDT by andrew via cli
# 2015-09-15 13:21:09 CDT by sky via cli
# 2015-09-15 13:19:23 CDT by sky via cli
# 2015-08-02 16:27:01 CDT by andrew via cli
# 2015-08-02 16:25:34 CDT by andrew via cli
-# 2015-07-30 16:35:24 CDT by andrew via cli
# grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show chassis environment
# Class Item Status Measurement
# Power Power Supply 0 OK
@@ -201,7 +201,7 @@
# grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show system uptime
# System booted: 2015-06-09 14:58 CDT
# Protocols started: 2015-06-09 15:00 CDT
-# Last configured: 2015-10-01 17:07 CDT by andrew
+# Last configured: 2015-10-08 19:41 CDT by andrew
#
# grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show interface terse
#Interface Admin Link
@@ -245,7 +245,7 @@
#pime up up
#tap up up
# grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show configuration
-## Last commit: 2015-10-01 17:07:59 CDT by andrew
+## Last commit: 2015-10-08 19:41:53 CDT by andrew
version 14.2R3.8;
groups {
re0 {
@@ -1599,7 +1599,7 @@
# authentication-key <removed>;
}
}
- group SOUTHWEST-MESH-V4 {
+ inactive: group SOUTHWEST-MESH-V4 {
family inet {
unicast;
}
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 135589)
+++ 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
+# 2015-10-08 19:16:27 CDT by andrew via cli commit synchronize
# 2015-10-08 16:59:03 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-10-08 15:36:00 CDT by andrew via cli commit synchronize
# 2015-10-05 15:49:25 CDT by andrew via cli commit synchronize
# 2015-10-05 15:47:31 CDT by andrew via cli commit synchronize
# 2015-10-05 14:32:16 CDT by sean via cli commit synchronize
-# 2015-10-05 14:23:15 CDT by sean via cli commit synchronize
# grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -367,7 +367,7 @@
# grnoc-mon at OKC-CORE3-M120-RE0> show system uptime
# System booted: 2015-05-06 01:06 CDT
# Protocols started: 2015-05-06 01:08 CDT
-# Last configured: 2015-10-08 16:59 CDT by andrew
+# Last configured: 2015-10-08 19:16 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE3-M120-RE0> show interface terse
@@ -579,7 +579,7 @@
#t1-2/3/0:4:14.0 up up
#t1-2/3/0:4:15 up up
#t1-2/3/0:4:15.0 up up
-#t1-2/3/0:4:16 up up
+#t1-2/3/0:4:16 up down
#t1-2/3/0:4:16.0 up up
#t1-2/3/0:4:17 up up
#t1-2/3/0:4:17.0 up up
@@ -1904,7 +1904,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE3-M120-RE0> show configuration
-## Last commit: 2015-10-08 16:59:03 CDT by andrew
+## Last commit: 2015-10-08 19:16:27 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -11488,7 +11488,7 @@
vrf-target target:5078:2582;
vrf-table-label;
protocols {
- ospf {
+ inactive: ospf {
area 0.0.0.0 {
interface t3-3/2/3.0;
}
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 135587)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -180,11 +180,11 @@
#st0.13 up up
#st0.14 up up
#st0.15 up up
-#st0.16 up up
+#st0.16 up down
#st0.17 up up
#st0.18 up down
#st0.19 up up
-#st0.20 up up
+#st0.20 up down
#st0.21 up up
#st0.22 up up
#st0.23 up up
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net (revision 134717)
+++ configs/hub.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-M120-RE0> show system commit
+# 2015-10-08 19:11:38 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-07-20 12:45:50 CDT by andrew via cli commit synchronize
# 2015-07-16 10:09:36 CDT by sean via cli commit synchronize
# 2015-06-29 19:05:08 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-06-25 15:56:08 CDT by sky via cli commit synchronize
# 2015-06-25 15:40:46 CDT by sky via cli commit synchronize
-# 2015-06-25 15:20:40 CDT by sky via cli commit synchronize
# grnoc-mon at ARDMORE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -282,7 +282,7 @@
# grnoc-mon at ARDMORE-M120-RE0> show system uptime
# System booted: 2015-06-07 02:04 CDT
# Protocols started: 2015-06-07 02:07 CDT
-# Last configured: 2015-07-20 12:45 CDT by andrew
+# Last configured: 2015-10-08 19:11 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-M120-RE0> show interface terse
@@ -462,13 +462,14 @@
#lsi.1 up up
#lsi.3 up up
#lsi.4 up up
+#lsi.5 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: 2015-07-20 12:45:50 CDT by andrew
+## Last commit: 2015-10-08 19:11:38 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -1617,9 +1618,6 @@
multiplier 3;
}
}
- interface t3-2/0/0.0 {
- metric 65535;
- }
interface fxp0.0 {
disable;
}
@@ -1923,6 +1921,48 @@
}
}
}
+ policy-statement SW-MESH-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SW-MESH-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SW-MESH-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SW-MESH-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement TAGNET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1989,6 +2029,7 @@
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
community Poteau members 5078:146;
+ community SW-MESH-VPN members target:5078:2582;
community Sallisaw members 5078:118;
community Sayre members 5078:30;
community Seminole members 5078:46;
@@ -2443,6 +2484,23 @@
}
}
}
+ SW-MESH-L3VPN {
+ description SW-MESH-L3VPN;
+ instance-type vrf;
+ interface t3-2/0/0.0;
+ route-distinguisher 164.58.199.10:2582;
+ vrf-import SW-MESH-VRF-IMPORT;
+ vrf-export SW-MESH-VRF-EXPORT;
+ vrf-target target:5078:2582;
+ vrf-table-label;
+ protocols {
+ ospf {
+ area 0.0.0.0 {
+ interface t3-2/0/0.0;
+ }
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
@@ -2458,7 +2516,6 @@
# grnoc-mon at ARDMORE-M120-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.244.28 ge-3/2/0.0 Full 164.58.199.11
-# 156.110.46.130 t3-2/0/0.0 Full 164.58.199.185
# 172.23.5.34 lsq-2/3/0.4 Full 10.199.2.61
# 172.23.5.38 t1-2/0/2:11.0 Full 10.199.2.65
# 172.23.5.42 t1-2/0/2:9.0 Full 10.199.2.62
More information about the Nocrancid
mailing list