[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Mar 6 12:02:19 CST 2015
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 124615)
+++ configs/core.law.onenet.net (working copy)
@@ -493,7 +493,6 @@
#lsi.1063903 up up
#lsi.1063904 up up
#lsi.1063907 up up
-#lsi.1063913 up up
#lsi.1063928 up up
#lsi.1063948 up up
#lsi.1063959 up up
@@ -509,6 +508,7 @@
#lsi.1063985 up up
#lsi.1063986 up up
#lsi.1063987 up up
+#lsi.1063988 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 124615)
+++ 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-03-06 11:11:12 CST by andrew via cli commit synchronize
+# 2015-03-06 11:08:37 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-03-06 11:04:41 CST by andrew via cli commit synchronize
+# 2015-03-06 11:02:24 CST by andrew via cli commit synchronize
# 2015-03-04 15:36:17 CST by andrew via cli commit synchronize
# 2015-03-04 13:32:38 CST by joel via cli commit synchronize
-# 2015-02-23 14:26:09 CST by sean via cli commit synchronize
-# 2015-02-23 13:58:48 CST by sean via cli commit synchronize
-# 2015-02-19 14:45:02 CST by andrew via cli commit synchronize
-# 2015-02-18 14:49:26 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -420,7 +420,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-03-04 15:36 CST by andrew
+# Last configured: 2015-03-06 11:11 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -551,6 +551,10 @@
#ge-1/3/7 up down
#ge-1/3/8 up up
#ge-1/3/8.10 up up
+#ge-1/3/8.80 up up
+#ge-1/3/8.503 up up
+#ge-1/3/8.504 up up
+#ge-1/3/8.505 up up
#ge-1/3/8.32767 up up
#ge-1/3/9 up up
#ge-1/3/9.0 up up
@@ -591,6 +595,9 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
#lsi.1494019 up up
#lsi.1494467 up up
#lsi.1495779 up up
@@ -622,7 +629,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-03-04 15:36:17 CST by andrew
+## Last commit: 2015-03-06 11:11:12 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -1440,6 +1447,33 @@
address 10.250.11.1/24;
}
}
+ unit 80 {
+ vlan-id 80;
+ family inet {
+ address 10.199.210.145/30;
+ }
+ }
+ unit 503 {
+ description "ODOT-82ND-STREET-MGMT-CIR000XXXX [ORDERED]";
+ vlan-id 503;
+ family inet {
+ address 10.119.40.190/31;
+ }
+ }
+ unit 504 {
+ description "ODOT-82ND-STREET-AGENCY-DATA-CIR000XXXX [ORDERED]";
+ vlan-id 504;
+ family inet {
+ address 10.119.24.190/31;
+ }
+ }
+ unit 505 {
+ description "ODOT-82ND-STREET-VOIP-CIR000XXXX [ORDERED]";
+ vlan-id 505;
+ family inet {
+ address 10.119.32.190/31;
+ }
+ }
}
ge-1/3/9 {
description Harrah-PS-15M-CIR0004530-RICI-MR;
@@ -2402,6 +2436,144 @@
then accept;
}
}
+ 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-EXPORT-BGP-TO-OSPF {
+ term DEFAULT-EXPORT {
+ from {
+ protocol bgp;
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ 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 OMES-VOIP-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-VOIP-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-VOIP-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-VOIP-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-VOIP-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-VOIP-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-VOIP-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-MGMT-VRF-EXPORT {
term 1 {
from protocol static;
@@ -2492,6 +2664,9 @@
community OKCCORE4 members 5078:214;
community OKCCORE5 members 5078:215;
community OKCCORE6 members 5078:216;
+ community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community OMES-MGMT-VPN members target:5078:2550;
+ community OMES-VOIP-VPN members target:5078:2549;
community ONENET-MGMT-VPN members target:5078:2543;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
@@ -3210,6 +3385,60 @@
}
}
}
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface ge-1/3/8.504;
+ route-distinguisher 164.58.199.215:2548;
+ vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+ vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+ vrf-target target:5078:2548;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export OMES-EXPORT-BGP-TO-OSPF;
+ area 10.119.24.190 {
+ interface ge-1/3/8.504;
+ }
+ }
+ }
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-1/3/8.503;
+ route-distinguisher 164.58.199.215:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ vrf-export OMES-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2550;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export OMES-EXPORT-BGP-TO-OSPF;
+ area 10.119.40.190 {
+ interface ge-1/3/8.503;
+ }
+ }
+ }
+ }
+ OMES-VOIP-L3VPN {
+ description OMES-VOIP-L3VPN;
+ instance-type vrf;
+ interface ge-1/3/8.505;
+ route-distinguisher 164.58.199.215:2549;
+ vrf-import OMES-VOIP-VRF-IMPORT;
+ vrf-export OMES-VOIP-VRF-EXPORT;
+ vrf-target target:5078:2549;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export OMES-EXPORT-BGP-TO-OSPF;
+ area 10.119.32.190 {
+ interface ge-1/3/8.505;
+ }
+ }
+ }
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 124615)
+++ configs/core1.dc.onenet.net (working copy)
@@ -460,9 +460,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 up
-#ge-0/2/1.80 up up
-#ge-0/2/1.32767 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/2 up up
#ge-0/2/2.0 up up
#ge-0/2/3 up up
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 124615)
+++ configs/core.ada.onenet.net (working copy)
@@ -351,7 +351,6 @@
#lsi.1048680 up up
#lsi.1049542 up up
#lsi.1049972 up up
-#lsi.1050148 up up
#lsi.1050162 up up
#lsi.1050163 up up
#lsi.1050195 up up
@@ -368,6 +367,7 @@
#lsi.1050236 up up
#lsi.1050237 up up
#lsi.1050238 up up
+#lsi.1050239 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net (revision 124616)
+++ configs/hub.end.onenet.net (working copy)
@@ -379,7 +379,6 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
-#vt-2/3/0.1051405 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -409,6 +408,7 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
+#vt-3/3/0.1051406 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 124616)
+++ configs/core.chi.onenet.net (working copy)
@@ -324,7 +324,6 @@
#lsi up up
#lsi.1048881 up up
#lsi.1048920 up up
-#lsi.1048955 up up
#lsi.1048973 up up
#lsi.1048996 up up
#lsi.1049007 up up
@@ -341,7 +340,8 @@
#lsi.1049034 up up
#lsi.1049035 up up
#lsi.1049036 up up
-#lsi.1049037 up up
+#lsi.1049038 up up
+#lsi.1049039 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 124616)
+++ configs/hub.alv.onenet.net (working copy)
@@ -339,6 +339,7 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
+#vt-2/3/0.1051921 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -368,7 +369,6 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
-#vt-3/3/0.1051920 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net (revision 124488)
+++ configs/hub.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-M120-RE0> show system commit
+# 2015-03-06 11:26:17 CST by sean via cli commit synchronize
# 2015-02-26 12:24:43 CST by andrew via cli commit synchronize
# 2015-02-11 16:23:36 CST by sean via cli commit synchronize
# 2015-02-11 12:27:23 CST by sean via cli commit synchronize
# 2015-02-11 12:05:19 CST by sean via cli commit synchronize
# 2015-02-11 11:59:38 CST by sean via cli commit synchronize
-# 2015-02-03 16:03:45 CST by andrew via cli commit synchronize
# grnoc-mon at ADA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -282,7 +282,7 @@
# grnoc-mon at ADA-M120-RE0> show system uptime
# System booted: 2014-09-14 06:21 CDT
# Protocols started: 2014-09-14 06:22 CDT
-# Last configured: 2015-02-26 12:24 CST by andrew
+# Last configured: 2015-03-06 11:26 CST by sean
#
# {master}
# grnoc-mon at ADA-M120-RE0> show interface terse
@@ -341,6 +341,7 @@
#t1-2/0/2:28 down down
#ct3-2/0/3 up up
#t1-2/0/3:1 up down
+#t1-2/0/3:1.0 up down
#t1-2/0/3:2 down down
#t1-2/0/3:3 down down
#t1-2/0/3:4 up up
@@ -454,7 +455,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-M120-RE0> show configuration
-## Last commit: 2015-02-26 12:24:43 CST by andrew
+## Last commit: 2015-03-06 11:26:17 CST by sean
version 12.3R7.7;
groups {
re0 {
@@ -998,6 +999,11 @@
}
t1-2/0/3:1 {
description "ODMHSAS-CARL-ALBERT-COMMUNITY-MHC-ADA-T1-CIR0006119 [ORDERED]";
+ unit 0 {
+ family inet {
+ address 10.250.2.1/30;
+ }
+ }
}
t1-2/0/3:2 {
disable;
More information about the Nocrancid
mailing list