[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Jun 16 19:05:35 CDT 2017
Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net (revision 154156)
+++ configs/allen-public-library.client.onenet.net (working copy)
@@ -135,8 +135,8 @@
#ge-0/0/1.0 up down
#ge-0/0/2 up up
#ge-0/0/2.0 up up
-#ge-0/0/3 up up
-#ge-0/0/3.0 up up
+#ge-0/0/3 up down
+#ge-0/0/3.0 up down
#ge-0/0/4 up up
#ge-0/0/4.0 up up
#ge-0/0/5 up up
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 154157)
+++ configs/core.end.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-MX480-RE0> show system commit
+# 2017-06-16 18:15:30 CDT by andrew via cli commit synchronize
+# 2017-06-16 18:10:25 CDT by andrew via cli commit synchronize
+# 2017-06-16 18:09:22 CDT by andrew via cli commit synchronize
# 2017-06-16 14:37:34 CDT by andrew via cli commit synchronize
# 2017-06-16 14:36:15 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-06-16 10:05:14 CDT by andrew via cli commit synchronize
-# 2017-06-15 12:22:36 CDT by sky via cli commit synchronize
-# 2017-04-04 15:54:26 CDT by sky via cli commit synchronize
-# 2017-03-17 11:27:08 CDT by sky via cli commit synchronize
# grnoc-mon at ENID-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -256,7 +256,7 @@
# grnoc-mon at ENID-MX480-RE0> show system uptime
# System booted: 2016-03-15 02:19 CDT
# Protocols started: 2016-03-15 02:24 CDT
-# Last configured: 2017-06-16 14:37 CDT by andrew
+# Last configured: 2017-06-16 18:15 CDT by andrew
#
# {master}
# grnoc-mon at ENID-MX480-RE0> show interface terse
@@ -438,7 +438,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ENID-MX480-RE0> show configuration
-## Last commit: 2017-06-16 14:37:34 CDT by andrew
+## Last commit: 2017-06-16 18:15:30 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1269,6 +1269,20 @@
route 164.58.193.0/25 next-hop 156.110.70.50;
route 156.110.71.96/29 next-hop 156.110.70.50;
}
+ aggregate {
+ route 204.126.186.0/23 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ route 204.126.188.0/22 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ }
router-id 164.58.199.67;
autonomous-system 5078;
forwarding-table {
@@ -1294,7 +1308,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:216 {
description OKC-CORE6-IBGP-V6;
@@ -1307,7 +1321,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:226 {
description TUL-CORE6-IBGP-V6;
@@ -1329,7 +1343,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS NEXT-HOP-SELF ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.216 {
description OKC-CORE6-IBGP-V4;
@@ -1351,7 +1365,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS NEXT-HOP-SELF ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.226 {
description TUL-CORE6-IBGP-V4;
@@ -1758,19 +1772,6 @@
load-balance per-packet;
}
}
- policy-statement NEXT-HOP-SELF {
- term BLACKHOLE {
- from community ONENET_BLACKHOLE;
- then accept;
- }
- term 1 {
- from protocol bgp;
- then {
- next-hop self;
- accept;
- }
- }
- }
policy-statement ODMHSAS-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1982,6 +1983,29 @@
then reject;
}
}
+ policy-statement REDISTRIBUTE-AGGREGATES {
+ term 1 {
+ from protocol aggregate;
+ then {
+ community add Enid;
+ accept;
+ }
+ }
+ }
+ policy-statement REDISTRIBUTE-BGP {
+ term BLACKHOLE {
+ from community ONENET_BLACKHOLE;
+ then accept;
+ }
+ term 1 {
+ from protocol bgp;
+ then {
+ community add Enid;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
Index: configs/core.okcbok.onenet.net
===================================================================
--- configs/core.okcbok.onenet.net (revision 153930)
+++ configs/core.okcbok.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKCBOK-MX80> show system commit
+# 2017-06-16 18:31:36 CDT by andrew via cli
# 2017-05-12 17:15:02 CDT by andrew via cli
# 2017-05-11 12:36:23 CDT by sean via cli
# 2017-05-09 11:32:17 CDT by andrew via cli
# 2017-03-29 15:26:44 CDT by sean via cli
# 2017-03-29 11:58:12 CDT by sean via cli
-# 2017-03-29 11:49:46 CDT by sean via cli
# grnoc-mon at OKCBOK-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -221,7 +221,7 @@
# grnoc-mon at OKCBOK-MX80> show system uptime
# System booted: 2016-03-17 01:22 CDT
# Protocols started: 2016-03-17 01:25 CDT
-# Last configured: 2017-05-12 17:15 CDT by andrew
+# Last configured: 2017-06-16 18:31 CDT by andrew
#
# grnoc-mon at OKCBOK-MX80> show interface terse
#Interface Admin Link
@@ -322,7 +322,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKCBOK-MX80> show configuration
-## Last commit: 2017-05-12 17:15:02 CDT by andrew
+## Last commit: 2017-06-16 18:31:36 CDT by andrew
version 13.3R8.7;
groups {
ISIS-L2-INTERFACE {
@@ -1399,6 +1399,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -1414,6 +1415,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -1429,6 +1431,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -1447,6 +1450,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 153860)
+++ configs/core.dur.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at DURANT-MX480-RE0> show system commit
+# 2017-06-16 18:27:52 CDT by andrew via cli commit synchronize
# 2017-03-20 14:33:02 CDT by joel via cli commit synchronize
# 2017-02-24 23:06:40 CST by andrew via cli commit synchronize
# 2017-02-17 17:36:11 CST by andrew via cli commit synchronize
# 2017-01-28 23:14:22 CST by andrew via cli commit synchronize
# 2017-01-28 23:02:05 CST by andrew via cli commit synchronize
-# 2017-01-28 23:01:16 CST by andrew via cli commit synchronize
# grnoc-mon at DURANT-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -296,7 +296,7 @@
# grnoc-mon at DURANT-MX480-RE0> show system uptime
# System booted: 2016-03-15 00:55 CDT
# Protocols started: 2016-03-15 01:01 CDT
-# Last configured: 2017-03-20 14:33 CDT by joel
+# Last configured: 2017-06-16 18:27 CDT by andrew
#
# {master}
# grnoc-mon at DURANT-MX480-RE0> show interface terse
@@ -460,7 +460,7 @@
#pp0 up up
#tap up up
# grnoc-mon at DURANT-MX480-RE0> show configuration
-## Last commit: 2017-03-20 14:33:02 CDT by joel
+## Last commit: 2017-06-16 18:27:52 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1625,6 +1625,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -1640,6 +1641,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -1655,6 +1657,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -1673,6 +1676,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core.hut.sal.onenet.net
===================================================================
--- configs/core.hut.sal.onenet.net (revision 154150)
+++ configs/core.hut.sal.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Sallisaw-MX40> show system commit
+# 2017-06-16 18:31:40 CDT by andrew via cli
# 2017-02-24 23:57:11 CST by andrew via cli
# 2017-02-17 17:45:51 CST by andrew via cli
# 2017-01-29 01:38:07 CST by andrew via cli
# 2017-01-27 18:12:49 CST by andrew via cli
# 2017-01-27 15:55:17 CST by andrew via cli commit confirmed, rollback in 3mins
-# 2017-01-27 15:42:45 CST by andrew via cli
# grnoc-mon at Sallisaw-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -232,7 +232,7 @@
# grnoc-mon at Sallisaw-MX40> show system uptime
# System booted: 2016-02-20 00:32 CST
# Protocols started: 2016-02-20 00:34 CST
-# Last configured: 2017-02-24 23:57 CST by andrew
+# Last configured: 2017-06-16 18:31 CDT by andrew
#
# grnoc-mon at Sallisaw-MX40> show interface terse
#Interface Admin Link
@@ -339,7 +339,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Sallisaw-MX40> show configuration
-## Last commit: 2017-02-24 23:57:11 CST by andrew
+## Last commit: 2017-06-16 18:31:40 CDT by andrew
version 13.3R8.7;
groups {
ISIS-L2-INTERFACE {
@@ -1116,6 +1116,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -1131,6 +1132,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -1146,6 +1148,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -1164,6 +1167,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core8.tul.onenet.net
===================================================================
--- configs/core8.tul.onenet.net (revision 154044)
+++ configs/core8.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system commit
+# 2017-06-16 18:38:32 CDT by andrew via cli commit synchronize
# 2017-06-10 22:21:53 CDT by andrew via cli commit synchronize
# 2017-06-10 01:10:25 CDT by andrew via cli commit synchronize
# 2017-06-10 01:04:01 CDT by andrew via cli commit synchronize
# 2017-05-17 11:13:50 CDT by andrew via cli commit synchronize
# 2017-02-23 08:50:30 CST by andrew via cli commit synchronize
-# 2017-02-17 17:47:44 CST by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE8-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -311,7 +311,7 @@
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system uptime
# System booted: 2016-03-20 01:06 CDT
# Protocols started: 2016-03-20 01:08 CDT
-# Last configured: 2017-06-10 22:21 CDT by andrew
+# Last configured: 2017-06-16 18:38 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE8-MX480-RE0> show interface terse
@@ -410,7 +410,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE8-MX480-RE0> show configuration
-## Last commit: 2017-06-10 22:21:53 CDT by andrew
+## Last commit: 2017-06-16 18:38:32 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2053,6 +2053,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -2068,6 +2069,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -2083,6 +2085,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -2101,6 +2104,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net (revision 154049)
+++ configs/core1.nor.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at NORMAN1-MX480-RE0> show system commit
+# 2017-06-16 18:29:03 CDT by andrew via cli commit synchronize
# 2017-06-09 22:04:15 CDT by sky via cli commit synchronize
# 2017-06-09 20:56:08 CDT by andrew via cli commit synchronize
# 2017-06-09 20:50:21 CDT by andrew via cli commit synchronize
# 2017-06-09 20:48:45 CDT by andrew via cli commit synchronize
# 2017-06-09 20:47:18 CDT by andrew via cli commit synchronize
-# 2017-06-09 20:44:30 CDT by andrew via cli commit synchronize
# grnoc-mon at NORMAN1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -428,7 +428,7 @@
# grnoc-mon at NORMAN1-MX480-RE0> show system uptime
# System booted: 2016-04-03 01:22 CDT
# Protocols started: 2016-04-03 01:28 CDT
-# Last configured: 2017-06-09 22:04 CDT by sky
+# Last configured: 2017-06-16 18:29 CDT by andrew
#
# {master}
# grnoc-mon at NORMAN1-MX480-RE0> show interface terse
@@ -725,7 +725,7 @@
#pp0 up up
#tap up up
# grnoc-mon at NORMAN1-MX480-RE0> show configuration
-## Last commit: 2017-06-09 22:04:15 CDT by sky
+## Last commit: 2017-06-16 18:29:03 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -2690,6 +2690,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -2705,6 +2706,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -2720,6 +2722,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -2738,6 +2741,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core.hut.waur.onenet.net
===================================================================
--- configs/core.hut.waur.onenet.net (revision 154097)
+++ configs/core.hut.waur.onenet.net (working copy)
@@ -26,16 +26,6 @@
# TFEB 0 TBB PFE Chip OK
# TFEB 0 TFEB PCIE TSen OK
# TFEB 0 TFEB PCIE Chip OK
-# TFEB 0 QX 0 TSen OK
-# TFEB 0 QX 0 Chip OK
-# TFEB 0 LU 0 TSen OK
-# TFEB 0 LU 0 Chip OK
-# TFEB 0 MQ 0 TSen OK
-# TFEB 0 MQ 0 Chip OK
-# TFEB 0 TBB PFE TSen OK
-# TFEB 0 TBB PFE Chip OK
-# TFEB 0 TFEB PCIE TSen OK
-# TFEB 0 TFEB PCIE Chip OK
# Fans Fan 1 OK
# Fan 2 OK
# Fan 3 OK
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 154128)
+++ configs/core4.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit
+# 2017-06-16 18:32:43 CDT by andrew via cli commit synchronize
# 2017-06-15 12:07:47 CDT by andrew via cli commit synchronize
# 2017-06-13 09:13:31 CDT by aberrios via cli commit synchronize
# 2017-06-12 16:28:24 CDT by aberrios via cli commit synchronize
# 2017-06-08 15:51:15 CDT by andrew via cli commit synchronize
# 2017-06-07 15:32:07 CDT by andrew via cli commit synchronize
-# 2017-06-07 12:47:21 CDT by joel via cli commit synchronize
# grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -393,7 +393,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:31 CDT
# Protocols started: 2016-08-15 04:34 CDT
-# Last configured: 2017-06-15 12:07 CDT by andrew
+# Last configured: 2017-06-16 18:32 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -734,7 +734,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-06-15 12:07:47 CDT by andrew
+## Last commit: 2017-06-16 18:32:43 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -3695,6 +3695,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -3710,6 +3711,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -3725,6 +3727,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -3743,6 +3746,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 154158)
+++ configs/core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2017-06-16 18:29:44 CDT by andrew via cli commit synchronize
# 2017-06-16 15:22:17 CDT by andrew via cli commit synchronize
# 2017-06-16 14:37:33 CDT by andrew via cli commit synchronize
# 2017-06-16 14:36:17 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-06-16 10:05:15 CDT by andrew via cli commit synchronize
# 2017-06-15 13:18:59 CDT by andrew via cli commit synchronize
-# 2017-06-15 12:57:55 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -436,7 +436,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2016-10-12 18:12 CDT
# Protocols started: 2016-10-12 18:14 CDT
-# Last configured: 2017-06-16 15:22 CDT by andrew
+# Last configured: 2017-06-16 18:29 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -1355,7 +1355,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-06-16 15:22:17 CDT by andrew
+## Last commit: 2017-06-16 18:29:44 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -10759,6 +10759,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -10774,6 +10775,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -10789,6 +10791,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -10807,6 +10810,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core2.tul-mx960.onenet.net
===================================================================
--- configs/core2.tul-mx960.onenet.net (revision 153760)
+++ configs/core2.tul-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE2-MX960-RE0> show system commit
+# 2017-06-16 18:32:36 CDT by andrew via cli commit synchronize
# 2017-05-07 09:59:02 CDT by andrew via cli commit synchronize
# 2017-02-17 17:46:19 CST by andrew via cli commit synchronize
# 2017-01-30 22:48:07 CST by andrew via cli commit synchronize
# 2017-01-28 22:13:34 CST by andrew via cli commit synchronize
# 2017-01-28 21:59:04 CST by andrew via cli commit synchronize
-# 2017-01-28 20:36:04 CST by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -480,7 +480,7 @@
# grnoc-mon at TULSA-CORE2-MX960-RE0> show system uptime
# System booted: 2016-03-20 01:35 CDT
# Protocols started: 2016-03-20 01:37 CDT
-# Last configured: 2017-05-07 09:59 CDT by andrew
+# Last configured: 2017-06-16 18:32 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE2-MX960-RE0> show interface terse
@@ -678,7 +678,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE2-MX960-RE0> show configuration
-## Last commit: 2017-05-07 09:59:02 CDT by andrew
+## Last commit: 2017-06-16 18:32:36 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2365,6 +2365,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -2380,6 +2381,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -2395,6 +2397,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -2413,6 +2416,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/acx.owtccla.onenet.net
===================================================================
--- configs/acx.owtccla.onenet.net (revision 154004)
+++ configs/acx.owtccla.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OWTC-CLAYTON-ACX4000> show system commit
+# 2017-06-16 18:27:19 CDT by andrew via cli
# 2017-06-10 22:21:30 CDT by andrew via cli
# 2017-06-10 01:10:19 CDT by andrew via cli
# 2017-06-10 01:08:07 CDT by andrew via cli
# 2017-05-24 18:40:19 CDT by andrew via cli
# 2017-05-24 18:29:37 CDT by andrew via cli
-# 2017-05-09 18:46:39 CDT by andrew via cli
# grnoc-mon at OWTC-CLAYTON-ACX4000> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -187,7 +187,7 @@
# grnoc-mon at OWTC-CLAYTON-ACX4000> show system uptime
# System booted: 2015-09-01 15:57 CDT
# Protocols started: 2015-09-01 15:58 CDT
-# Last configured: 2017-06-10 22:21 CDT by andrew
+# Last configured: 2017-06-16 18:27 CDT by andrew
#
# grnoc-mon at OWTC-CLAYTON-ACX4000> show interface terse
#Interface Admin Link
@@ -262,7 +262,7 @@
#pime up up
#tap up up
# grnoc-mon at OWTC-CLAYTON-ACX4000> show configuration
-## Last commit: 2017-06-10 22:21:30 CDT by andrew
+## Last commit: 2017-06-16 18:27:19 CDT by andrew
version 12.3X54-D15.3;
groups {
ISIS-L2-INTERFACE {
@@ -997,6 +997,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -1012,6 +1013,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -1027,6 +1029,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -1045,6 +1048,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core.rack59.onenet.net
===================================================================
--- configs/core.rack59.onenet.net (revision 154004)
+++ configs/core.rack59.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at RACK59-MX480-RE0> show system commit
+# 2017-06-16 18:31:04 CDT by andrew via cli commit synchronize
# 2017-06-10 22:21:09 CDT by andrew via cli commit synchronize
# 2017-06-10 14:34:28 CDT by andrew via cli commit synchronize
# 2017-06-10 14:33:01 CDT by andrew via cli commit synchronize
# 2017-06-10 01:09:54 CDT by andrew via cli commit synchronize
# 2017-06-10 01:02:29 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2017-06-09 22:01:39 CDT by andrew via cli commit synchronize
# grnoc-mon at RACK59-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -335,7 +335,7 @@
# grnoc-mon at RACK59-MX480-RE0> show system uptime
# System booted: 2016-03-30 08:27 CDT
# Protocols started: 2016-03-30 08:30 CDT
-# Last configured: 2017-06-10 22:21 CDT by andrew
+# Last configured: 2017-06-16 18:31 CDT by andrew
#
# {master}
# grnoc-mon at RACK59-MX480-RE0> show interface terse
@@ -463,7 +463,7 @@
#pp0 up up
#tap up up
# grnoc-mon at RACK59-MX480-RE0> show configuration
-## Last commit: 2017-06-10 22:21:09 CDT by andrew
+## Last commit: 2017-06-16 18:31:04 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1672,6 +1672,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -1687,6 +1688,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -1702,6 +1704,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -1720,6 +1723,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net (revision 154149)
+++ configs/hub.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-M120-RE0> show system commit
+# 2017-06-16 18:23:01 CDT by andrew via cli commit synchronize
# 2017-06-05 14:55:12 CDT by andrew via cli commit synchronize
# 2017-06-05 10:35:26 CDT by sean via cli commit synchronize
# 2017-05-11 13:17:13 CDT by andrew via cli commit synchronize
# 2017-05-11 09:13:44 CDT by andrew via cli commit synchronize
# 2017-04-12 11:57:15 CDT by root via other
-# 2017-04-12 11:55:44 CDT by aberrios via cli commit confirmed, rollback in 1mins synchronize
# grnoc-mon at ARDMORE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -265,7 +265,7 @@
# grnoc-mon at ARDMORE-M120-RE0> show system uptime
# System booted: 2016-03-18 00:40 CDT
# Protocols started: 2016-03-18 00:44 CDT
-# Last configured: 2017-06-05 14:55 CDT by andrew
+# Last configured: 2017-06-16 18:23 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-M120-RE0> show interface terse
@@ -428,7 +428,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-M120-RE0> show configuration
-## Last commit: 2017-06-05 14:55:12 CDT by andrew
+## Last commit: 2017-06-16 18:23:01 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1396,6 +1396,14 @@
route 156.110.38.140/30 next-hop 172.23.5.42;
route 156.110.25.24/30 next-hop 156.110.46.54;
}
+ aggregate {
+ route 199.253.8.0/24 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ }
router-id 164.58.199.10;
autonomous-system 5078;
}
@@ -1413,7 +1421,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:216 {
description OKC-CORE6-IBGP-V6;
@@ -1426,7 +1434,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:226 {
description TUL-CORE6-IBGP-V6;
@@ -1448,7 +1456,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.216 {
description OKC-CORE6-IBGP-V4;
@@ -1470,7 +1478,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.226 {
description TUL-CORE6-IBGP-V4;
@@ -1780,6 +1788,29 @@
then reject;
}
}
+ policy-statement REDISTRIBUTE-AGGREGATES {
+ term 1 {
+ from protocol aggregate;
+ then {
+ community add Ardmore;
+ accept;
+ }
+ }
+ }
+ policy-statement REDISTRIBUTE-BGP {
+ term BLACKHOLE {
+ from community ONENET_BLACKHOLE;
+ then accept;
+ }
+ term 1 {
+ from protocol bgp;
+ then {
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -1905,6 +1936,7 @@
community Muskogee members 5078:94;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-MGMT-VPN members target:5078:2550;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 154004)
+++ configs/core.law.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-MX480-RE0> show system commit
+# 2017-06-16 18:28:24 CDT by andrew via cli commit synchronize
# 2017-06-10 22:21:07 CDT by andrew via cli commit synchronize
# 2017-06-10 01:10:11 CDT by andrew via cli commit synchronize
# 2017-06-10 01:07:28 CDT by andrew via cli commit synchronize
# 2017-06-01 16:21:50 CDT by joel via cli commit synchronize
# 2017-04-20 14:14:52 CDT by andrew via cli commit synchronize
-# 2017-03-20 14:51:09 CDT by andrew via cli commit synchronize
# grnoc-mon at LAWTON-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -340,7 +340,7 @@
# grnoc-mon at LAWTON-MX480-RE0> show system uptime
# System booted: 2016-03-16 01:11 CDT
# Protocols started: 2016-03-16 01:22 CDT
-# Last configured: 2017-06-10 22:21 CDT by andrew
+# Last configured: 2017-06-16 18:28 CDT by andrew
#
# {master}
# grnoc-mon at LAWTON-MX480-RE0> show interface terse
@@ -590,7 +590,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-MX480-RE0> show configuration
-## Last commit: 2017-06-10 22:21:07 CDT by andrew
+## Last commit: 2017-06-16 18:28:24 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2241,6 +2241,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -2256,6 +2257,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -2271,6 +2273,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -2289,6 +2292,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/hub.ton.onenet.net
===================================================================
--- configs/hub.ton.onenet.net (revision 154141)
+++ configs/hub.ton.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TONKAWA-M120-RE0> show system commit
+# 2017-06-16 18:15:34 CDT by andrew via cli commit synchronize
+# 2017-06-16 18:12:20 CDT by andrew via cli commit synchronize
+# 2017-06-16 18:11:35 CDT by andrew via cli commit synchronize
# 2017-06-14 16:39:23 CDT by sky via cli commit synchronize
# 2017-06-14 11:09:49 CDT by sky via cli commit synchronize
# 2017-05-31 08:41:29 CDT by andrew via cli commit synchronize
-# 2017-05-04 11:00:20 CDT by andrew via cli commit synchronize
-# 2017-04-06 10:13:20 CDT by aberrios via cli commit synchronize
-# 2017-01-28 22:04:27 CST by andrew via cli commit synchronize
# grnoc-mon at TONKAWA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -287,7 +287,7 @@
# grnoc-mon at TONKAWA-M120-RE0> show system uptime
# System booted: 2016-03-20 00:47 CDT
# Protocols started: 2016-03-20 00:54 CDT
-# Last configured: 2017-06-14 16:39 CDT by sky
+# Last configured: 2017-06-16 18:15 CDT by andrew
#
# {master}
# grnoc-mon at TONKAWA-M120-RE0> show interface terse
@@ -463,7 +463,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TONKAWA-M120-RE0> show configuration
-## Last commit: 2017-06-14 16:39:23 CDT by sky
+## Last commit: 2017-06-16 18:15:34 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1482,6 +1482,20 @@
}
route 204.126.187.0/25 next-hop 156.110.70.98;
}
+ aggregate {
+ route 204.126.186.0/23 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ route 204.126.188.0/22 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ }
router-id 164.58.199.70;
autonomous-system 5078;
}
@@ -1499,7 +1513,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:216 {
description OKC-CORE6-IBGP-V6;
@@ -1512,7 +1526,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:226 {
description TUL-CORE6-IBGP-V6;
@@ -1534,7 +1548,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.216 {
description OKC-CORE6-IBGP-V4;
@@ -1556,7 +1570,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.226 {
description TUL-CORE6-IBGP-V4;
@@ -1651,6 +1665,29 @@
load-balance per-packet;
}
}
+ policy-statement REDISTRIBUTE-AGGREGATES {
+ term 1 {
+ from protocol aggregate;
+ then {
+ community add Tonkawa;
+ accept;
+ }
+ }
+ }
+ policy-statement REDISTRIBUTE-BGP {
+ term BLACKHOLE {
+ from community ONENET_BLACKHOLE;
+ then accept;
+ }
+ term 1 {
+ from protocol bgp;
+ then {
+ community add Tonkawa;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -1731,6 +1768,7 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/core.ponc.onenet.net
===================================================================
--- configs/core.ponc.onenet.net (revision 154004)
+++ configs/core.ponc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at PONCA-CITY-MX40> show system commit
+# 2017-06-16 18:15:28 CDT by andrew via cli
+# 2017-06-16 18:13:46 CDT by andrew via cli
# 2017-05-08 08:40:44 CDT by andrew via cli
# 2017-05-01 11:40:43 CDT by andrew via cli
# 2017-03-09 22:17:00 CST by root via other
# 2017-03-09 22:15:27 CST by sky via cli commit confirmed, rollback in 1mins
-# 2017-03-09 22:12:43 CST by sky via cli
-# 2017-01-28 22:03:02 CST by andrew via cli
# grnoc-mon at PONCA-CITY-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,7 @@
# grnoc-mon at PONCA-CITY-MX40> show system uptime
# System booted: 2016-03-20 00:17 CDT
# Protocols started: 2016-03-20 00:19 CDT
-# Last configured: 2017-05-08 08:40 CDT by andrew
+# Last configured: 2017-06-16 18:15 CDT by andrew
#
# grnoc-mon at PONCA-CITY-MX40> show interface terse
#Interface Admin Link
@@ -328,7 +328,7 @@
#pp0 up up
#tap up up
# grnoc-mon at PONCA-CITY-MX40> show configuration
-## Last commit: 2017-05-08 08:40:44 CDT by andrew
+## Last commit: 2017-06-16 18:15:28 CDT by andrew
version 13.3R8.7;
groups {
ISIS-L2-INTERFACE {
@@ -911,6 +911,14 @@
route 156.110.127.80/29 next-hop 156.110.126.26;
route 156.110.127.64/29 next-hop 164.58.16.30;
}
+ aggregate {
+ route 204.126.188.0/22 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ }
router-id 164.58.199.186;
autonomous-system 5078;
}
@@ -947,7 +955,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.216 {
description OKC-CORE6-IBGP;
@@ -963,7 +971,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:216 {
description OKC-CORE6-IBGP-V6;
@@ -976,7 +984,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:226 {
description TUL-CORE6-IBGP-V6;
@@ -1196,6 +1204,29 @@
then reject;
}
}
+ policy-statement REDISTRIBUTE-AGGREGATES {
+ term 1 {
+ from protocol aggregate;
+ then {
+ community add Tonkawa;
+ accept;
+ }
+ }
+ }
+ policy-statement REDISTRIBUTE-BGP {
+ term BLACKHOLE {
+ from community ONENET_BLACKHOLE;
+ then accept;
+ }
+ term 1 {
+ from protocol bgp;
+ then {
+ community add Tonkawa;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -1282,6 +1313,7 @@
community Muskogee members 5078:94;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community PONCA-CITY-UC-VPN members target:5078:2581;
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 154160)
+++ configs/core.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-MX480-RE0> show system commit
+# 2017-06-16 18:09:41 CDT by andrew via cli commit synchronize
# 2017-06-16 17:51:51 CDT by andrew via cli commit synchronize
# 2017-06-16 17:50:09 CDT by andrew via cli commit synchronize
# 2017-06-16 17:48:54 CDT by andrew via cli commit synchronize
# 2017-04-14 11:17:37 CDT by markc via cli commit synchronize
# 2017-03-31 13:44:39 CDT by andrew via cli commit synchronize
-# 2017-03-07 10:27:33 CST by ianl via cli commit synchronize
# grnoc-mon at ADA-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -261,7 +261,7 @@
# grnoc-mon at ADA-MX480-RE0> show system uptime
# System booted: 2016-03-17 01:08 CDT
# Protocols started: 2016-03-17 01:12 CDT
-# Last configured: 2017-06-16 17:51 CDT by andrew
+# Last configured: 2017-06-16 18:09 CDT by andrew
#
# {master}
# grnoc-mon at ADA-MX480-RE0> show interface terse
@@ -423,7 +423,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-MX480-RE0> show configuration
-## Last commit: 2017-06-16 17:51:51 CDT by andrew
+## Last commit: 2017-06-16 18:09:41 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1540,19 +1540,6 @@
load-balance per-packet;
}
}
- policy-statement NEXT-HOP-SELF {
- term BLACKHOLE {
- from community ONENET_BLACKHOLE;
- then accept;
- }
- term 1 {
- from protocol bgp;
- then {
- next-hop self;
- accept;
- }
- }
- }
policy-statement ODOT-VRF-EXPORT {
term 1 {
from protocol static;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 154159)
+++ configs/hub.dur.onenet.net (working copy)
@@ -324,7 +324,7 @@
#fe-2/1/1.0 up up
#fe-2/1/2 up up
#fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
#ge-2/2/0 up up
#ge-2/2/0.0 up up
#pc-2/2/0 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 154144)
+++ 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
+# 2017-06-16 18:33:07 CDT by andrew via cli commit synchronize
# 2017-06-15 20:04:56 CDT by joel via cli commit synchronize
# 2017-06-15 12:08:05 CDT by andrew via cli commit synchronize
# 2017-06-13 11:06:10 CDT by aberrios via cli commit synchronize
# 2017-06-13 09:23:56 CDT by aberrios via cli commit synchronize
# 2017-06-13 08:53:24 CDT by aberrios via cli commit synchronize
-# 2017-06-13 08:50:43 CDT by aberrios via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2017-06-15 20:04 CDT by joel
+# Last configured: 2017-06-16 18:33 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -879,7 +879,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-06-15 20:04:56 CDT by joel
+## Last commit: 2017-06-16 18:33:07 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -7130,6 +7130,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -7145,6 +7146,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -7160,6 +7162,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -7178,6 +7181,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net (revision 154100)
+++ configs/core1.ptc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit
+# 2017-06-16 18:36:37 CDT by andrew via cli commit synchronize
# 2017-06-14 12:47:54 CDT by sean via cli commit synchronize
# 2017-06-13 16:01:02 CDT by joel via cli commit synchronize
# 2017-06-13 15:46:03 CDT by joel via cli commit synchronize
# 2017-06-13 15:15:31 CDT by joel via cli commit synchronize
# 2017-06-12 09:13:43 CDT by sean via cli commit synchronize
-# 2017-06-08 15:50:38 CDT by andrew via cli commit synchronize
# grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -311,7 +311,7 @@
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime
# System booted: 2016-03-17 00:52 CDT
# Protocols started: 2016-03-17 01:01 CDT
-# Last configured: 2017-06-14 12:47 CDT by sean
+# Last configured: 2017-06-16 18:36 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse
@@ -494,7 +494,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration
-## Last commit: 2017-06-14 12:47:54 CDT by sean
+## Last commit: 2017-06-16 18:36:37 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2412,6 +2412,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -2427,6 +2428,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -2442,6 +2444,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -2460,6 +2463,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 154129)
+++ 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
+# 2017-06-16 18:30:17 CDT by andrew via cli commit synchronize
# 2017-06-15 13:57:22 CDT by sean via cli commit synchronize
# 2017-06-15 13:56:00 CDT by sean via cli commit synchronize
# 2017-06-15 11:48:42 CDT by sean via cli commit synchronize
# 2017-06-15 11:33:42 CDT by sean via cli commit synchronize
# 2017-06-15 11:14:20 CDT by sean via cli commit synchronize
-# 2017-06-15 11:06:29 CDT by sean via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -449,7 +449,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2016-10-12 08:16 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-06-15 13:57 CDT by sean
+# Last configured: 2017-06-16 18:30 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1191,7 +1191,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-06-15 13:57:22 CDT by sean
+## Last commit: 2017-06-16 18:30:17 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -9744,6 +9744,7 @@
route-filter 192.231.56.0/24 exact;
route-filter 192.234.12.0/24 exact;
route-filter 192.234.13.0/24 exact;
+ route-filter 198.11.4.0/22 exact;
route-filter 198.11.4.0/24 exact;
route-filter 198.11.5.0/24 exact;
route-filter 198.11.6.0/24 exact;
@@ -9759,6 +9760,7 @@
route-filter 199.120.0.0/21 exact;
route-filter 199.120.8.0/22 exact;
route-filter 199.164.253.0/24 exact;
+ route-filter 199.181.88.0/22 exact;
route-filter 199.181.88.0/24 exact;
route-filter 199.181.89.0/24 exact;
route-filter 199.181.90.0/24 exact;
@@ -9774,6 +9776,7 @@
route-filter 199.245.166.0/24 exact;
route-filter 199.248.134.0/23 exact;
route-filter 199.253.0.0/21 exact;
+ route-filter 199.253.8.0/23 exact;
route-filter 199.253.8.0/24 exact;
route-filter 199.253.9.0/24 exact;
route-filter 204.61.0.0/21 exact;
@@ -9792,6 +9795,7 @@
route-filter 204.126.144.0/23 exact;
route-filter 204.126.162.0/23 exact;
route-filter 204.126.186.0/23 exact;
+ route-filter 204.126.188.0/22 exact;
route-filter 204.126.188.0/24 exact;
route-filter 204.126.189.0/24 exact;
route-filter 204.126.190.0/24 exact;
More information about the Nocrancid
mailing list