[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Jul 14 10:02:04 CDT 2015
Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net (revision 129095)
+++ configs/core.goo.onenet.net (working copy)
@@ -311,13 +311,13 @@
#lsi.1280541 up up
#lsi.1280543 up up
#lsi.1280544 up up
-#lsi.1280548 up up
#lsi.1280549 up up
#lsi.1280550 up up
#lsi.1280551 up up
#lsi.1280552 up up
#lsi.1280553 up up
#lsi.1280556 up up
+#lsi.1280557 up up
#me0 up up
#mtun up up
#pimd up up
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 129096)
+++ configs/hub.chi.onenet.net (working copy)
@@ -291,7 +291,7 @@
#t1-2/0/2:1 up up
#t1-2/0/2:1.16 up up
#t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 129099)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -1,14 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LANGSTON-MX80> show system commit
+# 2015-07-14 09:17:54 CDT by rnordmark via cli
# 2015-07-02 10:58:16 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-06-05 11:25:12 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-05-11 23:51:18 CDT by andrew via cli
# 2015-05-08 15:25:16 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-04-14 15:43:01 CDT by admin via netconf
# %crId:1474779%changeType:inband%moduleName:CMP.updateDeviceSNMPTrapTarget%
-# 2015-04-14 15:41:45 CDT by admin via netconf
-# %crId:1474711%changeType:inband%moduleName:CMP.updateDeviceSNMPTrapTarget%
# grnoc-mon at LANGSTON-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -198,7 +197,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 Jul 14 08:59 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Jul 14 09:59 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
@@ -213,7 +212,7 @@
# grnoc-mon at LANGSTON-MX80> show system uptime
# System booted: 2013-05-30 22:13 CDT
# Protocols started: 2013-05-30 22:14 CDT
-# Last configured: 2015-07-02 10:58 CDT by andrew
+# Last configured: 2015-07-14 09:17 CDT by rnordmark
#
# grnoc-mon at LANGSTON-MX80> show interface terse
#Interface Admin Link
@@ -239,6 +238,7 @@
#ge-1/0/1.0 up up
#ge-1/0/2 up up
#ge-1/0/3 up down
+#ge-1/0/3.0 up down
#ge-1/0/4 up down
#ge-1/0/5 up down
#ge-1/0/6 up down
@@ -276,6 +276,7 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
+#lsi.0 up up
#lsi.1071619 up up
#lsi.1082431 up up
#lsi.1082534 up up
@@ -309,7 +310,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LANGSTON-MX80> show configuration
-## Last commit: 2015-07-02 10:58:16 CDT by andrew
+## Last commit: 2015-07-14 09:17:54 CDT by rnordmark
version 11.4R7.5;
system {
host-name LANGSTON-MX80;
@@ -563,6 +564,14 @@
}
}
}
+ ge-1/0/3 {
+ description "OFFN-OOB-MGMT-CIR000XXXX [ORDERED]";
+ unit 0 {
+ family inet {
+ address 172.16.4.1/24;
+ }
+ }
+ }
ge-1/0/9 {
speed 100m;
encapsulation ethernet-vpls;
@@ -889,6 +898,48 @@
load-balance per-packet;
}
}
+ policy-statement OFFN-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OFFN-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OFFN-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -940,6 +991,7 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community OFFN-VPN members target:5078:2572;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
@@ -1209,6 +1261,16 @@
}
}
routing-instances {
+ OFFN-L3VPN {
+ description OFFN-L3VPN;
+ instance-type vrf;
+ interface ge-1/0/3.0;
+ route-distinguisher 164.58.199.236:2572;
+ vrf-import OFFN-VRF-IMPORT;
+ vrf-export OFFN-VRF-EXPORT;
+ vrf-target target:5078:2572;
+ vrf-table-label;
+ }
VPLS-LANGSTON {
description VPLS-LANGSTON;
instance-type vpls;
Index: configs/core.ida.onenet.net
===================================================================
--- configs/core.ida.onenet.net (revision 129099)
+++ configs/core.ida.onenet.net (working copy)
@@ -358,7 +358,6 @@
#lsi.1066623 up up
#lsi.1066624 up up
#lsi.1066625 up up
-#lsi.1066626 up up
#lsi.1066627 up up
#lsi.1066628 up up
#lsi.1066629 up up
@@ -366,6 +365,7 @@
#lsi.1066631 up up
#lsi.1066632 up up
#lsi.1066634 up up
+#lsi.1066635 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net (revision 129097)
+++ configs/core.mca.onenet.net (working copy)
@@ -1,6 +1,8 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-MX480-RE0> show system commit
+# 2015-07-14 09:22:50 CDT by andrew via cli commit synchronize
+# 2015-07-14 09:21:07 CDT by andrew via cli commit synchronize
# 2015-06-07 22:58:03 CDT by root via other
# Synchronization with remote Routing Engine
# 2015-06-07 22:57:57 CDT by root via other
@@ -8,8 +10,6 @@
# 2015-06-07 22:57:31 CDT by root via other
# 2015-06-07 22:44:45 CDT by root via other
# Synchronization with remote Routing Engine
-# 2015-06-07 22:07:37 CDT by sky via cli commit synchronize
-# 2015-06-07 22:04:57 CDT by sky via cli commit synchronize
# grnoc-mon at MCALESTER-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -264,7 +264,7 @@
# grnoc-mon at MCALESTER-MX480-RE0> show system uptime
# System booted: 2015-06-07 22:55 CDT
# Protocols started: 2015-06-07 22:57 CDT
-# Last configured: 2015-06-07 22:58 CDT by root
+# Last configured: 2015-07-14 09:22 CDT by andrew
#
# {master}
# grnoc-mon at MCALESTER-MX480-RE0> show interface terse
@@ -403,7 +403,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-MX480-RE0> show configuration
-## Last commit: 2015-06-07 22:58:03 CDT by root
+## Last commit: 2015-07-14 09:22:50 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -663,7 +663,7 @@
}
}
xe-0/1/0 {
- description "CORE 10GE to core.redoak xe-0/0/0 | OneNet-MCA-REDOAK-XE-XXXX";
+ description "CORE 10GE to core.redoak xe-0/0/0 | OneNet-MCA-OWTCRED-XE-18896";
vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
Index: configs/core.owtccla.onenet.net
===================================================================
--- configs/core.owtccla.onenet.net (revision 129071)
+++ configs/core.owtccla.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at CLAYTON-MX40> show system commit
+# 2015-07-14 09:26:12 CDT by andrew via cli
# 2015-07-13 12:20:41 CDT by andrew via cli
# 2015-07-13 12:10:01 CDT by andrew via cli
# 2015-07-13 12:00:51 CDT by andrew via cli
# 2015-07-13 11:40:20 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-07-13 11:32:28 CDT by andrew via cli
-# 2015-07-13 11:21:49 CDT by andrew via cli
# grnoc-mon at CLAYTON-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -212,7 +212,7 @@
# grnoc-mon at CLAYTON-MX40> show system uptime
# System booted: 2015-05-22 22:22 CDT
# Protocols started: 2015-05-22 22:24 CDT
-# Last configured: 2015-07-13 12:20 CDT by andrew
+# Last configured: 2015-07-14 09:26 CDT by andrew
#
# grnoc-mon at CLAYTON-MX40> show interface terse
#Interface Admin Link
@@ -226,6 +226,7 @@
#xe-0/0/0.42 up up
#xe-0/0/0.32767 up up
#xe-0/0/1 up down
+#xe-0/0/1.32767 up down
#ge-1/0/0 up up
#ge-1/0/0.0 up up
#ge-1/0/1 up up
@@ -285,7 +286,7 @@
#pp0 up up
#tap up up
# grnoc-mon at CLAYTON-MX40> show configuration
-## Last commit: 2015-07-13 12:20:41 CDT by andrew
+## Last commit: 2015-07-14 09:26:12 CDT by andrew
version 13.3R6.5;
system {
host-name CLAYTON-MX40;
@@ -447,7 +448,7 @@
}
interfaces {
xe-0/0/0 {
- description "CORE 10GE to core.albion xe-0/0/1 | OneNet-ALBION-CLAYTON-XE-XXXX";
+ description "CORE 10GE to core.owtcalb xe-0/0/1 | OneNet-OWTCALB-OWTCCLA-XE-18898";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
@@ -464,6 +465,11 @@
family mpls;
}
}
+ xe-0/0/1 {
+ description "CORE 10GE to core.owtcbuf xe-0/0/0 | OneNet-OWTCCLA-OWTCBUF-XE-18899 [ORDERED]";
+ flexible-vlan-tagging;
+ encapsulation flexible-ethernet-services;
+ }
ge-1/0/0 {
description "OKLAHOMA-WESTERN-CCC-TO-NEW-YORK-100M-CIR000XXXX [ORDERED]";
speed 100m;
Index: configs/core.hut.ard.onenet.net
===================================================================
--- configs/core.hut.ard.onenet.net (revision 129096)
+++ configs/core.hut.ard.onenet.net (working copy)
@@ -318,7 +318,6 @@
#lsi.1050922 up up
#lsi.1050932 up up
#lsi.1050945 up up
-#lsi.1051119 up up
#lsi.1051134 up up
#lsi.1051146 up up
#lsi.1051147 up up
@@ -334,6 +333,7 @@
#lsi.1051159 up up
#lsi.1051160 up up
#lsi.1051161 up up
+#lsi.1051162 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net (revision 129098)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -318,7 +318,6 @@
#lsi.1050402 up up
#lsi.1050518 up up
#lsi.1050563 up up
-#lsi.1050573 up up
#lsi.1050589 up up
#lsi.1050605 up up
#lsi.1050606 up up
@@ -333,6 +332,7 @@
#lsi.1050618 up up
#lsi.1050619 up up
#lsi.1050620 up up
+#lsi.1050621 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 129099)
+++ configs/core.ard.onenet.net (working copy)
@@ -360,8 +360,8 @@
#lsi.1071681 up up
#lsi.1071682 up up
#lsi.1071685 up up
-#lsi.1071687 up up
#lsi.1071689 up up
+#lsi.1071690 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.owtcred.onenet.net
===================================================================
--- configs/core.owtcred.onenet.net (revision 128980)
+++ configs/core.owtcred.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at RED-OAK-MX80> show system commit
+# 2015-07-14 09:22:38 CDT by andrew via cli
# 2015-07-07 15:43:05 CDT by andrew via cli
# 2015-06-18 20:09:05 CDT by andrew via cli
# 2015-05-28 13:44:14 CDT by admin via cli
# 2015-05-28 13:07:31 CDT by admin via cli
# 2015-05-22 23:51:34 CDT by andrew via cli
-# 2015-05-22 23:42:11 CDT by andrew via cli commit confirmed, rollback in 3mins
# grnoc-mon at RED-OAK-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -209,7 +209,7 @@
# grnoc-mon at RED-OAK-MX80> show system uptime
# System booted: 2015-05-22 23:14 CDT
# Protocols started: 2015-05-22 23:17 CDT
-# Last configured: 2015-07-07 15:43 CDT by andrew
+# Last configured: 2015-07-14 09:22 CDT by andrew
#
# grnoc-mon at RED-OAK-MX80> show interface terse
#Interface Admin Link
@@ -274,7 +274,7 @@
#pp0 up up
#tap up up
# grnoc-mon at RED-OAK-MX80> show configuration
-## Last commit: 2015-07-07 15:43:05 CDT by andrew
+## Last commit: 2015-07-14 09:22:38 CDT by andrew
version 13.3R6.5;
system {
host-name RED-OAK-MX80;
@@ -436,7 +436,7 @@
}
interfaces {
xe-0/0/0 {
- description "CORE 10GE to core.mca xe-0/1/0 | OneNet-MCA-REDOAK-XE-XXXX";
+ description "CORE 10GE to core.mca xe-0/1/0 | OneNet-MCA-OWTCRED-XE-18896";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
@@ -454,7 +454,7 @@
}
}
xe-0/0/1 {
- description "CORE 10GE to core.albion xe-0/0/0 | OneNet-REDOAK-ALBION-XE-XXXX";
+ description "CORE 10GE to core.owtcalb xe-0/0/0 | OneNet-OWTCRED-OWTCALB-XE-18897";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 129099)
+++ 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 Jul 14 08:58 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jul 14 09:58 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/core.owtcalb.onenet.net
===================================================================
--- configs/core.owtcalb.onenet.net (revision 128980)
+++ configs/core.owtcalb.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ALBION-MX40> show system commit
+# 2015-07-14 09:24:41 CDT by andrew via cli
# 2015-07-10 14:27:50 CDT by admin via cli
# 2015-05-22 23:53:21 CDT by andrew via cli
# 2015-05-22 23:51:59 CDT by andrew via cli
# 2015-05-22 22:48:27 CDT by root via other
# 2015-03-25 23:13:13 CDT by andrew via cli commit confirmed, rollback in 3mins
-# 2015-03-12 10:06:25 CDT by admin via cli
# grnoc-mon at ALBION-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -207,7 +207,7 @@
# grnoc-mon at ALBION-MX40> show system uptime
# System booted: 2015-05-22 22:46 CDT
# Protocols started: 2015-05-22 22:48 CDT
-# Last configured: 2015-07-10 14:27 CDT by admin
+# Last configured: 2015-07-14 09:24 CDT by andrew
#
# grnoc-mon at ALBION-MX40> show interface terse
#Interface Admin Link
@@ -268,7 +268,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALBION-MX40> show configuration
-## Last commit: 2015-07-10 14:27:50 CDT by admin
+## Last commit: 2015-07-14 09:24:41 CDT by andrew
version 13.3R6.5;
system {
host-name ALBION-MX40;
@@ -430,7 +430,7 @@
}
interfaces {
xe-0/0/0 {
- description "CORE 10GE to core.redoak xe-0/0/1 | OneNet-REDOAK-ALBION-XE-XXXX";
+ description "CORE 10GE to core.owtcred xe-0/0/1 | OneNet-OWTCRED-OWTCALB-XE-18897";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
@@ -448,7 +448,7 @@
}
}
xe-0/0/1 {
- description "CORE 10GE to core.clayton xe-0/0/0 | OneNet-ALBION-CLAYTON-XE-XXXX";
+ description "CORE 10GE to core.owtccla xe-0/0/0 | OneNet-OWTCALB-OWTCCLA-XE-18898";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net (revision 129095)
+++ configs/core1.sti-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at STILLWATER-MX960-RE0> show system commit
+# 2015-07-14 09:14:34 CDT by rnordmark via cli commit synchronize
# 2015-07-13 12:04:26 CDT by sky via cli commit synchronize
# 2015-07-09 09:18:13 CDT by sky via cli commit synchronize
# 2015-07-08 17:24:14 CDT by andrew via cli commit synchronize
# 2015-07-08 15:32:52 CDT by sean via cli commit synchronize
# 2015-07-08 15:09:48 CDT by sean via cli commit synchronize
-# 2015-07-08 15:02:22 CDT by sean via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at STILLWATER-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -500,7 +500,7 @@
# grnoc-mon at STILLWATER-MX960-RE0> show system uptime
# System booted: 2015-06-07 00:06 CDT
# Protocols started: 2015-06-07 00:08 CDT
-# Last configured: 2015-07-13 12:04 CDT by sky
+# Last configured: 2015-07-14 09:14 CDT by rnordmark
#
# {master}
# grnoc-mon at STILLWATER-MX960-RE0> show interface terse
@@ -575,6 +575,7 @@
#ge-0/3/8 up up
#ge-0/3/8.0 up up
#ge-0/3/9 up down
+#ge-0/3/9.0 up down
#lc-1/0/0 up up
#lc-1/0/0.32769 up up
#pfe-1/0/0 up up
@@ -723,6 +724,7 @@
#lsi.1 up up
#lsi.2 up up
#lsi.3 up up
+#lsi.4 up up
#lsi.1064214 up up
#lsi.1064215 up up
#lsi.1066281 up up
@@ -757,7 +759,7 @@
#pp0 up up
#tap up up
# grnoc-mon at STILLWATER-MX960-RE0> show configuration
-## Last commit: 2015-07-13 12:04:26 CDT by sky
+## Last commit: 2015-07-14 09:14:34 CDT by rnordmark
version 13.3R6.5;
groups {
re0 {
@@ -1370,6 +1372,14 @@
}
}
}
+ ge-0/3/9 {
+ description "OFFN-OOB-MGMT-CIR000XXXX [ORDERED]";
+ unit 0 {
+ family inet {
+ address 172.16.2.1/24;
+ }
+ }
+ }
xe-1/0/0 {
description "CORE 10GE to core.okccc xe-1/0/0 | OneNet-OKCCC-STI-XE-4459";
vlan-tagging;
@@ -2555,6 +2565,48 @@
}
}
}
+ policy-statement OFFN-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OFFN-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OFFN-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -2769,6 +2821,7 @@
community Muskogee members 5078:94;
community NORMANCORE1 members 5078:230;
community NORMANCORE2 members 5078:231;
+ community OFFN-VPN members target:5078:2572;
community OKCCCCORE1 members 5078:233;
community OKCCORE1 members 5078:211;
community OKCCORE2 members 5078:212;
@@ -3126,6 +3179,16 @@
}
}
routing-instances {
+ OFFN-L3VPN {
+ description OFFN-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/9.0;
+ route-distinguisher 164.58.199.232:2572;
+ vrf-import OFFN-VRF-IMPORT;
+ vrf-export OFFN-VRF-EXPORT;
+ vrf-target target:5078:2572;
+ vrf-table-label;
+ }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 129099)
+++ configs/core.chi.onenet.net (working copy)
@@ -336,7 +336,6 @@
#lsi.1069579 up up
#lsi.1069580 up up
#lsi.1069582 up up
-#lsi.1069587 up up
#lsi.1069588 up up
#lsi.1069589 up up
#lsi.1069590 up up
@@ -348,6 +347,7 @@
#lsi.1069599 up up
#lsi.1069602 up up
#lsi.1069604 up up
+#lsi.1069605 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 129099)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -995,7 +995,7 @@
#t1-2/3/0:12:26.16 up up
#t1-2/3/0:12:26.17 up up
#t1-2/3/0:12:26.18 up up
-#t1-2/3/0:12:27 up down
+#t1-2/3/0:12:27 up up
#t1-2/3/0:12:27.16 up up
#t1-2/3/0:12:28 down down
#pfh-3/0/0 up up
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net (revision 129095)
+++ configs/core1.nor.onenet.net (working copy)
@@ -1,13 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at NORMAN1-MX480-RE0> show system commit
+# 2015-07-14 09:04:35 CDT by rnordmark via cli commit synchronize
# 2015-07-10 01:00:40 CDT by andrew via synchronize
# 2015-07-10 00:59:17 CDT by andrew via synchronize
# 2015-07-10 00:58:31 CDT by andrew via synchronize
# 2015-07-10 00:57:50 CDT by andrew via synchronize commit confirmed, rollback in 3mins
# 2015-07-10 00:52:15 CDT by root via other
# Synchronization with remote Routing Engine
-# 2015-07-10 00:51:44 CDT by root via other
# grnoc-mon at NORMAN1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -411,7 +411,7 @@
# grnoc-mon at NORMAN1-MX480-RE0> show system uptime
# System booted: 2015-07-10 00:49 CDT
# Protocols started: 2015-07-10 00:57 CDT
-# Last configured: 2015-07-10 01:00 CDT by andrew
+# Last configured: 2015-07-14 09:04 CDT by rnordmark
#
# {master}
# grnoc-mon at NORMAN1-MX480-RE0> show interface terse
@@ -447,7 +447,8 @@
#ge-0/2/3.0 up up
#ge-0/2/4 up up
#ge-0/2/4.0 up up
-#ge-0/2/5 down down
+#ge-0/2/5 up down
+#ge-0/2/5.0 up down
#ge-0/2/6 down down
#ge-0/2/7 up up
#ge-0/2/7.0 up up
@@ -494,7 +495,7 @@
#pfe-1/2/0.16383 up up
#xe-1/2/0 up up
#xe-1/2/0.500 up up
-#xe-1/2/0.501 up down
+#xe-1/2/0.501 up up
#xe-1/2/0.502 up up
#xe-1/2/0.32767 up up
#xe-1/2/1 up up
@@ -566,6 +567,7 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
#lsi.1048578 up up
#lsi.1048579 up up
#lsi.1048580 up up
@@ -600,7 +602,7 @@
#pp0 up up
#tap up up
# grnoc-mon at NORMAN1-MX480-RE0> show configuration
-## Last commit: 2015-07-10 01:00:40 CDT by andrew
+## Last commit: 2015-07-14 09:04:35 CDT by rnordmark
version 13.3R6.5;
groups {
re0 {
@@ -944,7 +946,12 @@
}
}
ge-0/2/5 {
- disable;
+ description "OFFN-OOB-MGMT-CIR000XXXX [ORDERED]";
+ unit 0 {
+ family inet {
+ address 172.16.1.1/24;
+ }
+ }
}
ge-0/2/6 {
disable;
@@ -1851,6 +1858,48 @@
}
}
}
+ policy-statement OFFN-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OFFN-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OFFN-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OFFN-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-PoP-APPLIANCES-EXPORT {
term 1 {
from protocol static;
@@ -1930,6 +1979,7 @@
community Muskogee members 5078:94;
community NORMANCORE1 members 5078:230;
community NORMANCORE2 members 5078:231;
+ community OFFN-VPN members target:5078:2572;
community OKCCCCORE1 members 5078:233;
community OKCCORE1 members 5078:211;
community OKCCORE2 members 5078:212;
@@ -2213,6 +2263,16 @@
}
}
routing-instances {
+ OFFN-L3VPN {
+ description OFFN-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/5.0;
+ route-distinguisher 164.58.199.230:2572;
+ vrf-import OFFN-VRF-IMPORT;
+ vrf-export OFFN-VRF-EXPORT;
+ vrf-target target:5078:2572;
+ vrf-table-label;
+ }
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list