[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Sep 15 21:05:06 CDT 2017
Index: configs/core.hut.law.onenet.net
===================================================================
--- configs/core.hut.law.onenet.net (revision 156616)
+++ configs/core.hut.law.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/hub.sal.onenet.net
===================================================================
--- configs/hub.sal.onenet.net (revision 156375)
+++ configs/hub.sal.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SALLISAW-M120-RE0> show system commit
+# 2017-09-15 20:06:41 CDT by andrew via cli commit synchronize
# 2017-09-05 15:20:47 CDT by sky via cli commit synchronize
# 2017-09-05 14:46:02 CDT by sky via cli commit synchronize
# 2017-08-15 22:35:36 CDT by andrew via cli commit synchronize
# 2017-08-15 22:30:34 CDT by andrew via cli commit synchronize
# 2017-07-29 21:12:39 CDT by andrew via cli commit synchronize
-# 2017-07-26 23:49:39 CDT by andrew via cli commit synchronize
# grnoc-mon at SALLISAW-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -373,7 +373,7 @@
# grnoc-mon at SALLISAW-M120-RE0> show system uptime
# System booted: 2016-02-20 00:44 CST
# Protocols started: 2016-02-20 01:13 CST
-# Last configured: 2017-09-05 15:20 CDT by sky
+# Last configured: 2017-09-15 20:06 CDT by andrew
#
# {master}
# grnoc-mon at SALLISAW-M120-RE0> show interface terse
@@ -505,7 +505,7 @@
#pp0 up up
#tap up up
# grnoc-mon at SALLISAW-M120-RE0> show configuration
-## Last commit: 2017-09-05 15:20:47 CDT by sky
+## Last commit: 2017-09-15 20:06:41 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1376,6 +1376,158 @@
prefix-list PRE-BGP-RI-ALLOW {
apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ 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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1461,6 +1613,9 @@
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 ONENET_LO0 members 5078:9118;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/core.toward.onenet.net
===================================================================
--- configs/core.toward.onenet.net (revision 156434)
+++ configs/core.toward.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-TOWER-MX40> show system commit
+# 2017-09-15 20:06:40 CDT by andrew via cli
# 2017-08-22 17:09:00 CDT by andrew via cli
# 2017-08-22 17:05:10 CDT by andrew via cli
# 2017-08-22 17:04:46 CDT by andrew via cli
# 2017-07-29 23:30:02 CDT by andrew via cli
# 2017-07-29 21:05:33 CDT by andrew via cli
-# 2017-07-26 19:44:32 CDT by andrew via cli
# grnoc-mon at ARDMORE-TOWER-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -272,7 +272,7 @@
# grnoc-mon at ARDMORE-TOWER-MX40> show system uptime
# System booted: 2017-05-19 09:22 CDT
# Protocols started: 2017-05-19 09:24 CDT
-# Last configured: 2017-08-22 17:09 CDT by andrew
+# Last configured: 2017-09-15 20:06 CDT by andrew
#
# grnoc-mon at ARDMORE-TOWER-MX40> show interface terse
#Interface Admin Link
@@ -353,7 +353,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-TOWER-MX40> show configuration
-## Last commit: 2017-08-22 17:09:00 CDT by andrew
+## Last commit: 2017-09-15 20:06:40 CDT by andrew
version 13.3R9.13;
groups {
ISIS-L2-INTERFACE {
@@ -1204,6 +1204,158 @@
then reject;
}
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ 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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1329,7 +1481,9 @@
community DPS-VPN members target:5078:2540;
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 ONENET_LO0 members 5078:9012;
community TOWARD members 5078:9012;
}
class-of-service {
Index: configs/core.ponc.onenet.net
===================================================================
--- configs/core.ponc.onenet.net (revision 156629)
+++ configs/core.ponc.onenet.net (working copy)
@@ -26,6 +26,16 @@
# 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/core.sal.onenet.net
===================================================================
--- configs/core.sal.onenet.net (revision 155423)
+++ configs/core.sal.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SALLISAW-MX480-RE0> show system commit
+# 2017-09-15 20:12:17 CDT by andrew via cli commit synchronize
# 2017-08-02 10:00:52 CDT by sky via cli commit synchronize
# 2017-07-31 12:15:59 CDT by sky via cli commit synchronize
# 2017-07-29 21:12:46 CDT by andrew via cli commit synchronize
# 2017-07-26 23:50:24 CDT by andrew via cli commit synchronize
# 2017-07-26 19:51:10 CDT by andrew via cli commit synchronize
-# 2017-07-19 16:20:55 CDT by sky via cli commit synchronize
# grnoc-mon at SALLISAW-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -361,7 +361,7 @@
# grnoc-mon at SALLISAW-MX480-RE0> show system uptime
# System booted: 2016-02-20 01:03 CST
# Protocols started: 2016-02-20 01:09 CST
-# Last configured: 2017-08-02 10:00 CDT by sky
+# Last configured: 2017-09-15 20:12 CDT by andrew
#
# {master}
# grnoc-mon at SALLISAW-MX480-RE0> show interface terse
@@ -444,7 +444,7 @@
#pp0 up up
#tap up up
# grnoc-mon at SALLISAW-MX480-RE0> show configuration
-## Last commit: 2017-08-02 10:00:52 CDT by sky
+## Last commit: 2017-09-15 20:12:17 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1229,6 +1229,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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ 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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1358,6 +1510,9 @@
community Muskogee members 5078:94;
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 ONENET_LO0 members 5078:9119;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
Index: configs/hub.okm.onenet.net
===================================================================
--- configs/hub.okm.onenet.net (revision 156573)
+++ configs/hub.okm.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKMULGEE-M120-RE0> show system commit
+# 2017-09-15 20:06:39 CDT by andrew via cli commit synchronize
# 2017-09-13 14:15:47 CDT by sean via cli commit synchronize
# 2017-08-29 16:22:25 CDT by andrew via cli commit synchronize
# 2017-08-29 15:45:15 CDT by aberrios via cli commit synchronize
# 2017-08-29 15:37:21 CDT by aberrios via cli commit synchronize
# 2017-08-29 15:36:48 CDT by aberrios via cli commit synchronize
-# 2017-08-22 15:46:12 CDT by sky via cli commit synchronize
# grnoc-mon at OKMULGEE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -376,7 +376,7 @@
# grnoc-mon at OKMULGEE-M120-RE0> show system uptime
# System booted: 2016-03-18 02:05 CDT
# Protocols started: 2016-03-18 02:11 CDT
-# Last configured: 2017-09-13 14:15 CDT by sean
+# Last configured: 2017-09-15 20:06 CDT by andrew
#
# {master}
# grnoc-mon at OKMULGEE-M120-RE0> show interface terse
@@ -524,7 +524,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKMULGEE-M120-RE0> show configuration
-## Last commit: 2017-09-13 14:15:47 CDT by sean
+## Last commit: 2017-09-15 20:06:39 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1743,6 +1743,158 @@
prefix-list PRE-BGP-RI-ALLOW {
apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
}
+ policy-statement IBGP-CORE-RR-V4-EXPORT {
+ term UPSTREAM-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ 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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1893,6 +2045,9 @@
}
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 ONENET_LO0 members 5078:9110;
community Okmulgee members 5078:110;
community SKYRIDER-MGMT-VPN members target:5078:2547;
}
Index: configs/doh-woodward.nid.onenet.net
===================================================================
--- configs/doh-woodward.nid.onenet.net (revision 156629)
+++ configs/doh-woodward.nid.onenet.net (working copy)
@@ -1639,7 +1639,7 @@
target-addr ipv6 0000:0000:0000:0000:0000:0000:0000:0000
ip-precedence-mode none 0
use-port-src-mac enabled
-a
+#
#CLI:ECPA CONFIG-5 Edit
#
home
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 156617)
+++ configs/lavern-public-schools.client.onenet.net (working copy)
@@ -110,7 +110,7 @@
#
# grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse
#Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 156510)
+++ configs/core.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-MX480-RE0> show system commit
+# 2017-09-15 20:06:36 CDT by andrew via cli commit synchronize
# 2017-07-29 21:05:28 CDT by andrew via cli commit synchronize
# 2017-07-26 19:44:26 CDT by andrew via cli commit synchronize
# 2017-07-25 19:45:52 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-07-13 10:54:34 CDT by andrew via cli commit synchronize
# 2017-06-29 15:57:25 CDT by joel via cli commit synchronize
-# 2017-06-21 12:23:51 CDT by sean via cli commit synchronize
# grnoc-mon at ARDMORE-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -365,7 +365,7 @@
# grnoc-mon at ARDMORE-MX480-RE0> show system uptime
# System booted: 2016-03-18 00:51 CDT
# Protocols started: 2016-03-18 00:53 CDT
-# Last configured: 2017-07-29 21:05 CDT by andrew
+# Last configured: 2017-09-15 20:06 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-MX480-RE0> show interface terse
@@ -484,7 +484,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-MX480-RE0> show configuration
-## Last commit: 2017-07-29 21:05:28 CDT by andrew
+## Last commit: 2017-09-15 20:06:36 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1491,6 +1491,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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ 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 ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERAL-ONLY-AGGREGATES {
+ from protocol aggregate;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term UPSTREAM-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-STATICS {
+ from protocol static;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ term INTERNAL-ONLY-DIRECTS {
+ from protocol direct;
+ then {
+ local-preference 200;
+ community add ONENET_LO0;
+ next-hop self;
+ external {
+ type 1;
+ }
+ accept;
+ }
+ }
+ term BLACKHOLE-BGP {
+ from {
+ protocol bgp;
+ community ONENET_BLACKHOLE;
+ }
+ then {
+ community add ONENET_LO0;
+ accept;
+ }
+ }
+ term REDISTRIBUTE-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET_LO0;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1694,6 +1846,9 @@
community Muskogee members 5078:94;
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 ONENET_LO0 members 5078:9011;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
More information about the Nocrancid
mailing list