[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Jul 1 14:02:23 CDT 2015
Index: configs/hub.wea.onenet.net
===================================================================
--- configs/hub.wea.onenet.net (revision 128667)
+++ configs/hub.wea.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WEATHERFORD-M120-RE0> show system commit
+# 2015-07-01 13:39:45 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
+# 2015-07-01 13:19:24 CDT by sean via cli commit confirmed, rollback in 34mins synchronize
+# 2015-07-01 13:15:04 CDT by sean via cli commit synchronize
+# 2015-07-01 13:11:48 CDT by sean via cli commit confirmed, rollback in 3mins synchronize
# 2015-06-17 13:44:31 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
# 2015-06-17 13:41:44 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
-# 2015-05-14 10:41:11 CDT by sky via cli commit synchronize
-# 2015-05-04 20:37:12 CDT by andrew via cli commit synchronize
-# 2015-04-16 16:13:31 CDT by joel via cli commit synchronize
-# 2015-04-16 15:53:15 CDT by sky via cli commit synchronize
# grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -281,7 +281,7 @@
# grnoc-mon at WEATHERFORD-M120-RE0> show system uptime
# System booted: 2014-09-17 00:37 CDT
# Protocols started: 2014-09-17 00:39 CDT
-# Last configured: 2015-06-17 13:44 CDT by admin
+# Last configured: 2015-07-01 13:39 CDT by sean
#
# {master}
# grnoc-mon at WEATHERFORD-M120-RE0> show interface terse
@@ -350,7 +350,9 @@
#ct3-2/0/3 up up
#t1-2/0/3:1 down down
#t1-2/0/3:1.0 up down
-#t1-2/0/3:2 up down
+#t1-2/0/3:2 up up
+#t1-2/0/3:2.16 up up
+#t1-2/0/3:2.17 up up
#t1-2/0/3:3 up up
#t1-2/0/3:3.0 up up
#t1-2/0/3:4 up up
@@ -468,13 +470,15 @@
#lsi up up
#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 WEATHERFORD-M120-RE0> show configuration
-## Last commit: 2015-06-17 13:44:31 CDT by admin
+## Last commit: 2015-07-01 13:39:45 CDT by sean
version 12.3R7.7;
groups {
re0 {
@@ -1109,7 +1113,21 @@
}
}
t1-2/0/3:2 {
- description "ODOT Reg. Maint. Cordell [ORDERED]";
+ description ODOT-ENID-REGMAINT-T1-CIR0006171;
+ dce;
+ encapsulation frame-relay;
+ unit 16 {
+ dlci 16;
+ family inet {
+ address 10.119.40.218/31;
+ }
+ }
+ unit 17 {
+ dlci 17;
+ family inet {
+ address 10.119.24.218/31;
+ }
+ }
}
t1-2/0/3:3 {
description DOH-WEATHERFORD-T1-CIR0000632-OCS;
@@ -1817,11 +1835,160 @@
prefix-list PRE-LDP-SOURCES {
10.199.0.0/16;
}
+ prefix-list PRE-BGP-RI-ALLOW {
+ apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+ }
+ policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+ term SEND-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+ term SEND-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
}
}
+ policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-AGENCY-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement OMES-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OSBI-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1937,6 +2104,8 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community OMES-MGMT-VPN members target:5078:2550;
community OSBI-VPN members target:5078:2546;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
@@ -2236,6 +2405,13 @@
discard;
}
}
+ term BGP-ALLOW {
+ from {
+ prefix-list {
+ PRE-BGP-RI-ALLOW;
+ }
+ }
+ }
}
}
family mpls {
@@ -2283,6 +2459,62 @@
}
}
routing-instances {
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/3:2.17;
+ route-distinguisher 164.58.199.38:2548;
+ vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+ vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+ vrf-target target:5078:2548;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-AGENCY-DATA {
+ type external;
+ family inet {
+ unicast;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.24.219 {
+ description EBGP-ODOT-ENID-REGMAINT-T1-CIR0006171;
+ import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+# authentication-key <removed>;
+ export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+ peer-as 64591;
+ }
+ }
+ }
+ }
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/3:2.16;
+ route-distinguisher 164.58.199.38:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ vrf-export OMES-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2550;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-MGMT {
+ type external;
+ family inet {
+ unicast;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.40.219 {
+ description EBGP-ENID-DAVIS-REGMAINT-T1-CIR0006171;
+ import EBGP-OMES-MGMT-SITE-IMPORT;
+# authentication-key <removed>;
+ export EBGP-OMES-MGMT-SITE-EXPORT;
+ peer-as 64591;
+ }
+ }
+ }
+ }
+ }
OSBI-L3VPN {
description OSBI-L3VPN;
instance-type vrf;
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 128674)
+++ configs/core.end.onenet.net (working copy)
@@ -400,9 +400,9 @@
#lsi.1068822 up up
#lsi.1068823 up up
#lsi.1068824 up up
-#lsi.1068825 up up
-#lsi.1068826 up up
#lsi.1068828 up up
+#lsi.1068829 up up
+#lsi.1068830 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 128674)
+++ configs/core.dur.onenet.net (working copy)
@@ -396,9 +396,9 @@
#lsi.1069951 up up
#lsi.1069952 up up
#lsi.1069953 up up
-#lsi.1069954 up up
-#lsi.1069955 up up
#lsi.1069957 up up
+#lsi.1069958 up up
+#lsi.1069959 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 128674)
+++ configs/core1.dc.onenet.net (working copy)
@@ -494,9 +494,9 @@
#lc-0/2/0.32769 up up
#pfe-0/2/0 up up
#pfe-0/2/0.16383 up up
-#ge-0/2/1 up down
-#ge-0/2/1.80 up down
-#ge-0/2/1.32767 up down
+#ge-0/2/1 up up
+#ge-0/2/1.80 up up
+#ge-0/2/1.32767 up up
#ge-0/2/2 up up
#ge-0/2/2.0 up up
#ge-0/2/3 down down
Index: configs/hub.lawm120.onenet.net
===================================================================
--- configs/hub.lawm120.onenet.net (revision 128669)
+++ configs/hub.lawm120.onenet.net (working copy)
@@ -297,8 +297,8 @@
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
#t1-2/0/2:6 down down
-#t1-2/0/2:7 up down
-#t1-2/0/2:7.0 up down
+#t1-2/0/2:7 up up
+#t1-2/0/2:7.0 up up
#t1-2/0/2:8 up up
#t1-2/0/2:8.0 up up
#t1-2/0/2:9 down down
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 128674)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -198,7 +198,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 1 12:58 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Jul 1 13:58 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/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 128674)
+++ configs/core.ada.onenet.net (working copy)
@@ -403,10 +403,10 @@
#lsi.1070894 up up
#lsi.1070897 up up
#lsi.1070898 up up
-#lsi.1070899 up up
-#lsi.1070900 up up
#lsi.1070902 up up
#lsi.1070903 up up
+#lsi.1070904 up up
+#lsi.1070905 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.hut.ard.onenet.net
===================================================================
--- configs/core.hut.ard.onenet.net (revision 128674)
+++ configs/core.hut.ard.onenet.net (working copy)
@@ -333,7 +333,7 @@
#lsi.1050944 up up
#lsi.1050945 up up
#lsi.1050946 up up
-#lsi.1050947 up up
+#lsi.1050948 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 128674)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -332,7 +332,7 @@
#lsi.1050411 up up
#lsi.1050413 up up
#lsi.1050414 up up
-#lsi.1050415 up up
+#lsi.1050416 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 128674)
+++ configs/core.ard.onenet.net (working copy)
@@ -359,9 +359,9 @@
#lsi.1071329 up up
#lsi.1071330 up up
#lsi.1071332 up up
-#lsi.1071333 up up
#lsi.1071335 up up
#lsi.1071336 up up
+#lsi.1071337 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 128674)
+++ 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 1 13:00 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jul 1 14: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/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 128674)
+++ configs/core.alt.onenet.net (working copy)
@@ -404,10 +404,10 @@
#lsi.1202975 up up
#lsi.1202976 up up
#lsi.1202977 up up
-#lsi.1202978 up up
-#lsi.1202979 up up
#lsi.1202981 up up
#lsi.1202982 up up
+#lsi.1202983 up up
+#lsi.1202984 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net (revision 128674)
+++ configs/core1.sti-mx960.onenet.net (working copy)
@@ -747,8 +747,8 @@
#lsi.1078125 up up
#lsi.1078129 up up
#lsi.1078130 up up
-#lsi.1078131 up up
#lsi.1078133 up up
+#lsi.1078134 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 128674)
+++ configs/core.chi.onenet.net (working copy)
@@ -345,9 +345,9 @@
#lsi.1069222 up up
#lsi.1069223 up up
#lsi.1069225 up up
-#lsi.1069226 up up
#lsi.1069228 up up
#lsi.1069229 up up
+#lsi.1069230 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.hut.cli.onenet.net
===================================================================
--- configs/core.hut.cli.onenet.net (revision 128674)
+++ configs/core.hut.cli.onenet.net (working copy)
@@ -305,7 +305,7 @@
#lsi.1050194 up up
#lsi.1050196 up up
#lsi.1050197 up up
-#lsi.1050198 up up
+#lsi.1050199 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 128674)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1619,7 +1619,7 @@
#t1-4/0/3:23 down down
#t1-4/0/3:24 up up
#t1-4/0/3:24.0 up up
-#t1-4/0/3:25 down up
+#t1-4/0/3:25 down down
#t1-4/0/3:26 down down
#t1-4/0/3:27 down down
#t1-4/0/3:28 up down
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net (revision 128667)
+++ configs/core1.nor.onenet.net (working copy)
@@ -582,16 +582,16 @@
#lsi.1067625 up up
#lsi.1067626 up up
#lsi.1067627 up up
-#lsi.1067628 up up
#lsi.1067629 up up
#lsi.1067635 up up
#lsi.1067636 up up
#lsi.1067638 up up
#lsi.1067639 up up
#lsi.1067640 up up
-#lsi.1067641 up up
#lsi.1067644 up up
#lsi.1067645 up up
+#lsi.1067648 up up
+#lsi.1067649 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 128669)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2015-07-01 13:34:39 CDT by sky via cli commit synchronize
+# 2015-07-01 13:33:11 CDT by sky via cli commit synchronize
+# 2015-07-01 13:13:51 CDT by sky via cli commit synchronize
# 2015-07-01 10:16:09 CDT by sky via cli commit synchronize
# 2015-07-01 08:37:04 CDT by joel via cli commit synchronize
# 2015-07-01 08:28:46 CDT by sky via cli commit synchronize
-# 2015-07-01 08:13:13 CDT by sky via cli commit synchronize
-# 2015-06-30 17:10:56 CDT by andrew via cli commit synchronize
-# 2015-06-30 14:21:49 CDT by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -389,7 +389,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2014-09-20 01:27 CDT
# Protocols started: 2014-09-20 01:28 CDT
-# Last configured: 2015-07-01 10:16 CDT by sky
+# Last configured: 2015-07-01 13:34 CDT by sky
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -666,7 +666,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-07-01 10:16:09 CDT by sky
+## Last commit: 2015-07-01 13:34:39 CDT by sky
version 12.3R7.7;
groups {
re0 {
@@ -2169,7 +2169,7 @@
}
}
unit 174 {
- description "CLEVELAND-PUBLIC-SCHOOLS-250M-CIR0006220 [ORDERED]";
+ description CLEVELAND-PUBLIC-SCHOOLS-250M-CIR0006220;
vlan-id 174;
family inet {
rpf-check;
More information about the Nocrancid
mailing list