[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Sep 4 16:04:49 CDT 2017
Index: configs/core.mus.onenet.net
===================================================================
--- configs/core.mus.onenet.net (revision 156332)
+++ configs/core.mus.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MUSKOGEE-MX480-RE0> show system commit
+# 2017-09-04 15:51:37 CDT by andrew via cli commit synchronize
# 2017-07-29 21:11:00 CDT by andrew via cli commit synchronize
# 2017-07-26 23:45:58 CDT by andrew via cli commit synchronize
# 2017-07-26 19:49:47 CDT by andrew via cli commit synchronize
# 2017-07-14 15:56:28 CDT by andrew via cli commit synchronize
# 2017-07-14 15:48:24 CDT by andrew via cli commit synchronize
-# 2017-07-06 10:22:35 CDT by sky via cli commit synchronize
# grnoc-mon at MUSKOGEE-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -372,7 +372,7 @@
# grnoc-mon at MUSKOGEE-MX480-RE0> show system uptime
# System booted: 2016-03-07 01:38 CST
# Protocols started: 2016-03-07 01:53 CST
-# Last configured: 2017-07-29 21:11 CDT by andrew
+# Last configured: 2017-09-04 15:51 CDT by andrew
#
# {master}
# grnoc-mon at MUSKOGEE-MX480-RE0> show interface terse
@@ -521,7 +521,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MUSKOGEE-MX480-RE0> show configuration
-## Last commit: 2017-07-29 21:11:00 CDT by andrew
+## Last commit: 2017-09-04 15:51:37 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1555,6 +1555,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MUS;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MUS;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add MUS;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MUS;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MUS;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add MUS;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add MUS;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add MUS;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1823,6 +1975,7 @@
community Langston members 5078:236;
community Lawton120 members 5078:189;
community Lawton480 members 5078:202;
+ community MUS members 5078:9095;
community Mcalester members 5078:90;
community Miami members 5078:138;
community Midwest-City members 5078:2;
@@ -1832,6 +1985,8 @@
community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-POP-APPLIANCES members target:5078:2012;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ 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.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net (revision 156347)
+++ configs/core.mca.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-MX480-RE0> show system commit
+# 2017-09-04 15:57:13 CDT by andrew via cli commit synchronize
# 2017-08-30 14:56:25 CDT by sean via cli commit synchronize
# 2017-08-22 11:24:40 CDT by sean via cli commit synchronize
# 2017-08-22 09:48:23 CDT by sean via cli commit synchronize
# 2017-08-10 15:04:35 CDT by joel via cli commit synchronize
# 2017-07-31 15:20:16 CDT by sky via cli commit synchronize
-# 2017-07-30 12:34:22 CDT by andrew via cli commit synchronize
# grnoc-mon at MCALESTER-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -369,7 +369,7 @@
# grnoc-mon at MCALESTER-MX480-RE0> show system uptime
# System booted: 2016-03-13 01:36 CST
# Protocols started: 2016-03-13 01:45 CST
-# Last configured: 2017-08-30 14:56 CDT by sean
+# Last configured: 2017-09-04 15:57 CDT by andrew
#
# {master}
# grnoc-mon at MCALESTER-MX480-RE0> show interface terse
@@ -528,7 +528,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-MX480-RE0> show configuration
-## Last commit: 2017-08-30 14:56:25 CDT by sean
+## Last commit: 2017-09-04 15:57:13 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1677,6 +1677,158 @@
then accept;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MCA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MCA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add MCA;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MCA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add MCA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add MCA;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add MCA;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add MCA;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1976,6 +2128,7 @@
community Langston members 5078:236;
community Lawton120 members 5078:189;
community Lawton480 members 5078:202;
+ community MCA members 5078:9092;
community Mcalester members 5078:90;
community Miami members 5078:138;
community Midwest-City members 5078:2;
@@ -1984,6 +2137,8 @@
community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-POP-APPLIANCES members target:5078:2012;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 156325)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -610,8 +610,8 @@
#t1-2/3/0:2:16 down down
#t1-2/3/0:2:17 up up
#t1-2/3/0:2:17.0 up up
-#t1-2/3/0:2:18 up up
-#t1-2/3/0:2:18.0 up up
+#t1-2/3/0:2:18 up down
+#t1-2/3/0:2:18.0 up down
#t1-2/3/0:2:19 up up
#t1-2/3/0:2:19.0 up up
#t1-2/3/0:2:20 down down
Index: configs/core.wil.onenet.net
===================================================================
--- configs/core.wil.onenet.net (revision 156332)
+++ configs/core.wil.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WILBURTON-MX480-RE0> show system commit
+# 2017-09-04 15:47:14 CDT by andrew via cli commit synchronize
# 2017-07-30 12:31:29 CDT by andrew via cli commit synchronize
# 2017-07-29 21:11:16 CDT by andrew via cli commit synchronize
# 2017-07-27 17:02:58 CDT by aberrios via cli commit confirmed, rollback in 3mins synchronize
# 2017-07-26 19:50:03 CDT by andrew via cli commit synchronize
# 2017-05-24 18:21:04 CDT by andrew via cli commit synchronize
-# 2017-05-24 09:11:01 CDT by andrew via cli commit synchronize
# grnoc-mon at WILBURTON-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -371,7 +371,7 @@
# grnoc-mon at WILBURTON-MX480-RE0> show system uptime
# System booted: 2016-03-13 01:43 CST
# Protocols started: 2016-03-13 01:52 CST
-# Last configured: 2017-07-30 12:31 CDT by andrew
+# Last configured: 2017-09-04 15:47 CDT by andrew
#
# {master}
# grnoc-mon at WILBURTON-MX480-RE0> show interface terse
@@ -515,7 +515,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WILBURTON-MX480-RE0> show configuration
-## Last commit: 2017-07-30 12:31:29 CDT by andrew
+## Last commit: 2017-09-04 15:47:14 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1441,6 +1441,158 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add WIL;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add WIL;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add WIL;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add WIL;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add WIL;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add WIL;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add WIL;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add WIL;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1775,6 +1927,7 @@
community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-POP-APPLIANCES members target:5078:2012;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
@@ -1788,6 +1941,7 @@
community Tahlequah members 5078:130;
community Tishomingo members 5078:86;
community Tonkawa members 5078:70;
+ community WIL members 5078:9099;
community Warner members 5078:106;
community Weathrford members 5078:38;
community Wilburn members 5078:98;
Index: configs/hub.ida.onenet.net
===================================================================
--- configs/hub.ida.onenet.net (revision 156268)
+++ configs/hub.ida.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at IDABEL-M120-RE0> show system commit
+# 2017-09-04 15:41:20 CDT by andrew via cli commit synchronize
# 2017-08-21 15:57:06 CDT by sky via cli commit synchronize
# 2017-08-21 15:46:05 CDT by sky via cli commit synchronize
# 2017-08-18 17:40:10 CDT by andrew via cli commit synchronize
# 2017-08-18 11:01:52 CDT by aberrios via cli commit synchronize
# 2017-08-03 17:52:47 CDT by andrew via cli commit synchronize
-# 2017-08-02 17:49:33 CDT by andrew via cli commit synchronize
# grnoc-mon at IDABEL-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -377,7 +377,7 @@
# grnoc-mon at IDABEL-M120-RE0> show system uptime
# System booted: 2016-03-16 00:52 CDT
# Protocols started: 2016-03-16 01:01 CDT
-# Last configured: 2017-08-21 15:57 CDT by sky
+# Last configured: 2017-09-04 15:41 CDT by andrew
#
# {master}
# grnoc-mon at IDABEL-M120-RE0> show interface terse
@@ -501,7 +501,7 @@
#pp0 up up
#tap up up
# grnoc-mon at IDABEL-M120-RE0> show configuration
-## Last commit: 2017-08-21 15:57:06 CDT by sky
+## Last commit: 2017-09-04 15:41:20 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1476,6 +1476,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Idabel;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Idabel;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Idabel;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Idabel;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Idabel;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Idabel;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Idabel;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Idabel;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1722,6 +1874,8 @@
community ODMHSAS-VPN members target:5078:2559;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-MGMT-VPN members target:5078:2550;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net (revision 156018)
+++ 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-09-04 15:39:12 CDT by andrew via cli commit synchronize
# 2017-08-21 22:10:45 CDT by andrew via cli commit synchronize
# 2017-08-21 22:06:36 CDT by andrew via cli commit synchronize
# 2017-08-21 10:28:55 CDT by sean via cli commit synchronize
# 2017-08-16 16:55:05 CDT by sky via cli commit synchronize
# 2017-08-16 16:32:27 CDT by sky via cli commit synchronize
-# 2017-08-16 15:44:37 CDT by aberrios via cli commit synchronize
# grnoc-mon at ARDMORE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -375,7 +375,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-08-21 22:10 CDT by andrew
+# Last configured: 2017-09-04 15:39 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-M120-RE0> show interface terse
@@ -531,7 +531,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-M120-RE0> show configuration
-## Last commit: 2017-08-21 22:10:45 CDT by andrew
+## Last commit: 2017-09-04 15:39:12 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1761,6 +1761,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Ardmore;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Ardmore;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Ardmore;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Ardmore;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Ardmore;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Ardmore;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Ardmore;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Ardmore;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1918,6 +2070,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_ADV_UPSTREAM members 5078:5000;
community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 156345)
+++ configs/hub.dur.onenet.net (working copy)
@@ -406,8 +406,8 @@
#t1-2/0/2:13 down down
#t1-2/0/2:14 up up
#t1-2/0/2:14.0 up up
-#t1-2/0/2:15 up down
-#t1-2/0/2:15.0 up down
+#t1-2/0/2:15 up up
+#t1-2/0/2:15.0 up up
#t1-2/0/2:16 up down
#t1-2/0/2:17 up up
#t1-2/0/2:17.16 up up
Index: configs/hub.mus.onenet.net
===================================================================
--- configs/hub.mus.onenet.net (revision 156016)
+++ configs/hub.mus.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MUSKOGEE-M120-RE0> show system commit
+# 2017-09-04 15:53:51 CDT by andrew via cli commit synchronize
# 2017-07-29 21:10:53 CDT by andrew via cli commit synchronize
# 2017-07-26 23:45:09 CDT by andrew via cli commit synchronize
# 2017-07-26 19:49:40 CDT by andrew via cli commit synchronize
# 2017-07-11 14:01:44 CDT by sean via cli commit synchronize
# 2017-07-11 14:00:47 CDT by sean via cli commit synchronize
-# 2017-07-11 09:58:04 CDT by andrew via cli commit synchronize
# grnoc-mon at MUSKOGEE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -394,7 +394,7 @@
# grnoc-mon at MUSKOGEE-M120-RE0> show system uptime
# System booted: 2016-03-07 01:31 CST
# Protocols started: 2016-03-07 01:46 CST
-# Last configured: 2017-07-29 21:10 CDT by andrew
+# Last configured: 2017-09-04 15:53 CDT by andrew
#
# {master}
# grnoc-mon at MUSKOGEE-M120-RE0> show interface terse
@@ -515,7 +515,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MUSKOGEE-M120-RE0> show configuration
-## Last commit: 2017-07-29 21:10:53 CDT by andrew
+## Last commit: 2017-09-04 15:53:51 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1410,6 +1410,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Muskogee;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Muskogee;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Muskogee;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Muskogee;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Muskogee;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Muskogee;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Muskogee;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Muskogee;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1539,6 +1691,8 @@
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
community OMES-MGMT-VPN members target:5078:2550;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/hub.mca.onenet.net
===================================================================
--- configs/hub.mca.onenet.net (revision 156158)
+++ configs/hub.mca.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-M120-RE0> show system commit
+# 2017-09-04 15:59:24 CDT by andrew via cli commit synchronize
# 2017-08-23 12:15:23 CDT by andrew via cli commit synchronize
# 2017-07-31 12:52:12 CDT by andrew via cli commit synchronize
# 2017-07-31 12:04:23 CDT by andrew via cli commit synchronize
# 2017-07-29 21:10:36 CDT by andrew via cli commit synchronize
# 2017-07-27 17:52:26 CDT by andrew via cli commit synchronize
-# 2017-07-26 23:15:00 CDT by andrew via cli commit synchronize
# grnoc-mon at MCALESTER-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -373,7 +373,7 @@
# grnoc-mon at MCALESTER-M120-RE0> show system uptime
# System booted: 2016-03-13 01:09 CST
# Protocols started: 2016-03-13 01:27 CST
-# Last configured: 2017-08-23 12:15 CDT by andrew
+# Last configured: 2017-09-04 15:59 CDT by andrew
#
# {master}
# grnoc-mon at MCALESTER-M120-RE0> show interface terse
@@ -505,7 +505,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-M120-RE0> show configuration
-## Last commit: 2017-08-23 12:15:23 CDT by andrew
+## Last commit: 2017-09-04 15:59:24 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1388,6 +1388,158 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Mcalester;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Mcalester;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Mcalester;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Mcalester;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Mcalester;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Mcalester;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Mcalester;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Mcalester;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1473,6 +1625,8 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/hub.wil.onenet.net
===================================================================
--- configs/hub.wil.onenet.net (revision 156305)
+++ configs/hub.wil.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WILBURTON-M120-RE0> show system commit
+# 2017-09-04 15:49:16 CDT by andrew via cli commit synchronize
# 2017-09-02 22:38:55 CDT by andrew via cli commit synchronize
# 2017-07-29 21:11:10 CDT by andrew via cli commit synchronize
# 2017-07-26 23:44:21 CDT by andrew via cli commit synchronize
# 2017-07-26 19:49:57 CDT by andrew via cli commit synchronize
# 2017-07-08 21:13:16 CDT by andrew via cli commit synchronize
-# 2017-06-20 13:39:25 CDT by joel via cli commit synchronize
# grnoc-mon at WILBURTON-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -373,7 +373,7 @@
# grnoc-mon at WILBURTON-M120-RE0> show system uptime
# System booted: 2016-03-13 01:23 CST
# Protocols started: 2016-03-13 01:28 CST
-# Last configured: 2017-09-02 22:38 CDT by andrew
+# Last configured: 2017-09-04 15:49 CDT by andrew
#
# {master}
# grnoc-mon at WILBURTON-M120-RE0> show interface terse
@@ -516,7 +516,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WILBURTON-M120-RE0> show configuration
-## Last commit: 2017-09-02 22:38:55 CDT by andrew
+## Last commit: 2017-09-04 15:49:16 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1495,6 +1495,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Wilburn;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Wilburn;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Wilburn;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Wilburn;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add Wilburn;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add Wilburn;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add Wilburn;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add Wilburn;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1667,6 +1819,8 @@
community Muskogee members 5078:94;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-MGMT-VPN members target:5078:2550;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ 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.ida.onenet.net
===================================================================
--- configs/core.ida.onenet.net (revision 156332)
+++ configs/core.ida.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at IDABEL-MX480-RE0> show system commit
+# 2017-09-04 15:44:33 CDT by andrew via cli commit synchronize
# 2017-08-22 09:56:35 CDT by andrew via cli commit synchronize
# 2017-08-22 09:54:58 CDT by andrew via cli commit synchronize
# 2017-08-22 09:53:06 CDT by andrew via cli commit synchronize
# 2017-08-21 14:41:58 CDT by sky via cli commit synchronize
# 2017-07-29 21:11:41 CDT by andrew via cli commit synchronize
-# 2017-07-26 20:16:43 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at IDABEL-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -369,7 +369,7 @@
# grnoc-mon at IDABEL-MX480-RE0> show system uptime
# System booted: 2016-03-16 00:54 CDT
# Protocols started: 2016-03-16 01:01 CDT
-# Last configured: 2017-08-22 09:56 CDT by andrew
+# Last configured: 2017-09-04 15:44 CDT by andrew
#
# {master}
# grnoc-mon at IDABEL-MX480-RE0> show interface terse
@@ -488,7 +488,7 @@
#pp0 up up
#tap up up
# grnoc-mon at IDABEL-MX480-RE0> show configuration
-## Last commit: 2017-08-22 09:56:35 CDT by andrew
+## Last commit: 2017-09-04 15:44:33 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1466,6 +1466,158 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add IDA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add IDA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add IDA;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add IDA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add IDA;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add IDA;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add IDA;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add IDA;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1707,6 +1859,7 @@
community Elreno members 5078:6;
community Enid members 5078:66;
community Goodwell members 5078:62;
+ community IDA members 5078:9103;
community Idabel members 5078:102;
community Langston members 5078:236;
community Lawton120 members 5078:189;
@@ -1719,6 +1872,8 @@
community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-POP-APPLIANCES members target:5078:2012;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/acx.cai.com.onenet.net
===================================================================
--- configs/acx.cai.com.onenet.net (revision 155843)
+++ configs/acx.cai.com.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at COMANCHE-TRIBAL-COLLEGE-ACX2100> show system commit
+# 2017-09-04 15:36:41 CDT by andrew via cli
# 2017-07-30 12:56:53 CDT by andrew via cli
# 2017-07-29 21:04:29 CDT by andrew via cli
# 2017-07-26 19:38:03 CDT by andrew via cli
# 2017-07-25 19:37:26 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2017-02-10 14:08:20 CST by admin via netconf
-# 2017-01-28 21:30:08 CST by andrew via cli
# grnoc-mon at COMANCHE-TRIBAL-COLLEGE-ACX2100> show chassis environment
# Class Item Status Measurement
# PCB Left OK
@@ -181,7 +181,7 @@
# grnoc-mon at COMANCHE-TRIBAL-COLLEGE-ACX2100> show system uptime
# System booted: 2016-06-22 15:57 CDT
# Protocols started: 2016-06-22 15:58 CDT
-# Last configured: 2017-07-30 12:56 CDT by andrew
+# Last configured: 2017-09-04 15:36 CDT by andrew
#
# grnoc-mon at COMANCHE-TRIBAL-COLLEGE-ACX2100> show interface terse
#Interface Admin Link
@@ -236,7 +236,7 @@
#pime up up
#tap up up
# grnoc-mon at COMANCHE-TRIBAL-COLLEGE-ACX2100> show configuration
-## Last commit: 2017-07-30 12:56:53 CDT by andrew
+## Last commit: 2017-09-04 15:36:41 CDT by andrew
version 12.3X54-D20.9;
groups {
ISIS-L2-INTERFACE {
@@ -700,6 +700,158 @@
}
}
policy-options {
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add CAICOM;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add CAICOM;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add CAICOM;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ }
+ policy-statement IBGP-CORE-RR-V6-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add CAICOM;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add CAICOM;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add CAICOM;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add CAICOM;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add CAICOM;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -727,6 +879,8 @@
}
}
community CAICOM members 5078:6;
+ community ONENET_ADV_UPSTREAM members 5078:5000;
+ community ONENET_BLACKHOLE members 5078:911;
}
firewall {
family inet {
More information about the Nocrancid
mailing list