[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Jun 29 23:02:24 CDT 2015
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 128608)
+++ configs/core.end.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-MX480-RE0> show system commit
+# 2015-06-29 22:39:01 CDT by andrew via cli commit synchronize
+# 2015-06-29 22:36:01 CDT by andrew via cli commit synchronize
# 2015-06-25 12:05:14 CDT by sky via cli commit synchronize
# 2015-06-25 12:04:28 CDT by sky via cli commit synchronize
# 2015-06-24 14:26:22 CDT by sky via cli commit synchronize
# 2015-06-16 16:02:54 CDT by sky via cli commit synchronize
-# 2015-06-16 11:09:57 CDT by andrew via cli commit synchronize
-# 2015-06-16 10:57:53 CDT by andrew via cli commit synchronize
# grnoc-mon at ENID-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -255,7 +255,7 @@
# grnoc-mon at ENID-MX480-RE0> show system uptime
# System booted: 2015-06-06 23:35 CDT
# Protocols started: 2015-06-06 23:37 CDT
-# Last configured: 2015-06-25 12:05 CDT by sky
+# Last configured: 2015-06-29 22:39 CDT by andrew
#
# {master}
# grnoc-mon at ENID-MX480-RE0> show interface terse
@@ -410,7 +410,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ENID-MX480-RE0> show configuration
-## Last commit: 2015-06-25 12:05:14 CDT by sky
+## Last commit: 2015-06-29 22:39:01 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -1289,6 +1289,7 @@
}
group EBGP-PIONEER {
type external;
+ accept-remote-nexthop;
family inet {
unicast;
}
@@ -1747,24 +1748,55 @@
}
}
policy-statement EBGP-PIONEER-IMPORT {
- term BLACKHOLE {
+ term REJECT-DEFAULT {
from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term CHECK-BLACKHOLE-LENGTH {
+ from {
community ONENET_BLACKHOLE;
route-filter 0.0.0.0/0 prefix-length-range /24-/32;
+ }
+ then next term;
+ }
+ term ACCEPT-BLACKHOLE {
+ from {
+ community ONENET_BLACKHOLE;
prefix-list-filter EBGP-PIONEER-PREFIXES orlonger;
}
then {
community set ONENET_BLACKHOLE;
community add ONENET_PEER_PIONEER;
+ next-hop 192.0.2.1;
accept;
}
}
- term PREFIXES {
+ term REJECT-25-ORLONGER {
from {
- prefix-list-filter EBGP-PIONEER-PREFIXES exact;
+ route-filter 0.0.0.0/0 prefix-length-range /25-/32;
}
+ then reject;
+ }
+ term DELETE-PROHIBITED-COMMUNITIES {
+ from {
+ prefix-list-filter EBGP-PIONEER-PREFIXES orlonger;
+ }
then {
- community set ONENET_PEER_PIONEER;
+ community delete NON_ONENET;
+ community delete ONENET_ENGINEERING;
+ next term;
+ }
+ }
+ term ACCEPT-ROUTES {
+ from {
+ prefix-list-filter EBGP-PIONEER-PREFIXES orlonger;
+ }
+ then {
+ community add ONENET_SRC_PEER;
+ community add ONENET_NETFLIX;
+ community add ONENET_PEER_PIONEER;
accept;
}
}
@@ -2042,49 +2074,22 @@
}
}
community 5078:64571 members 5078:64571;
- community Ada members 5078:22;
- community Altus members 5078:26;
- community Alva members 5078:74;
- community Ardmore members 5078:10;
- community Bartlesville members 5078:134;
- community Chickasha members 5078:82;
- community Claremore members 5078:142;
- community Duncan members 5078:18;
- community Durant members 5078:14;
- community Edmond members 5078:235;
- community Elreno members 5078:6;
community Enid members 5078:66;
- community Goodwell members 5078:62;
- community Idabel members 5078:102;
- community Langston members 5078:236;
- community Lawton120 members 5078:189;
- community Lawton480 members 5078:202;
- community Mcalester members 5078:90;
- community Miami members 5078:138;
- community Midwest-City members 5078:2;
- community Muskogee members 5078:94;
+ community NON_ONENET {
+ invert-match;
+ members 5078:*;
+ }
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-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
community ONENET_BLACKHOLE members 5078:911;
+ community ONENET_ENGINEERING members "5078:[023456789].*";
+ community ONENET_NETFLIX members 5078:5300;
community ONENET_PEER_PIONEER members 5078:11650;
- community OSUOKC members 5078:50;
- community Okmulgee members 5078:110;
- community Ponca-City members 5078:186;
- community Poteau members 5078:146;
- community Sallisaw members 5078:118;
- community Sayre members 5078:30;
- community Seminole members 5078:46;
+ community ONENET_SRC_PEER members 5078:4200;
community TAGNET-VPN members target:5078:2531;
- community Tahlequah members 5078:130;
- community Tishomingo members 5078:86;
- community Tonkawa members 5078:70;
- community Warner members 5078:106;
- community Weathrford members 5078:38;
- community Wilburn members 5078:98;
- community Woodward members 5078:58;
}
class-of-service {
classifiers {
Index: configs/core.okcbok.onenet.net
===================================================================
--- configs/core.okcbok.onenet.net (revision 128598)
+++ configs/core.okcbok.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKCBOK-MX80> show system commit
+# 2015-06-29 22:30:24 CDT by andrew via cli
+# 2015-06-29 22:20:57 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-06-29 13:41:38 CDT by sky via cli
# 2015-06-28 19:57:18 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2015-06-26 14:14:59 CDT by andrew via cli
# 2015-06-25 11:41:18 CDT by andrew via cli commit confirmed, rollback in 3mins
-# 2015-06-16 19:03:51 CDT by andrew via cli
-# 2015-06-16 08:47:15 CDT by andrew via cli
# grnoc-mon at OKCBOK-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -211,7 +211,7 @@
# grnoc-mon at OKCBOK-MX80> show system uptime
# System booted: 2013-05-22 00:20 CDT
# Protocols started: 2013-05-22 00:22 CDT
-# Last configured: 2015-06-29 13:41 CDT by sky
+# Last configured: 2015-06-29 22:30 CDT by andrew
#
# grnoc-mon at OKCBOK-MX80> show interface terse
#Interface Admin Link
@@ -288,7 +288,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKCBOK-MX80> show configuration
-## Last commit: 2015-06-29 13:41:38 CDT by sky
+## Last commit: 2015-06-29 22:30:24 CDT by andrew
version 11.4R7.5;
system {
host-name OKCBOK-MX80;
@@ -766,6 +766,7 @@
}
group EBGP-DOBSON {
type external;
+ accept-remote-nexthop;
family inet {
unicast;
}
@@ -1022,6 +1023,12 @@
}
}
policy-statement EBGP-DOBSON-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
term CHECK-BLACKHOLE-LENGTH {
from {
community ONENET_BLACKHOLE;
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 128608)
+++ configs/core.dur.onenet.net (working copy)
@@ -374,7 +374,6 @@
#lsi.1069839 up up
#lsi.1069865 up up
#lsi.1069866 up up
-#lsi.1069868 up up
#lsi.1069875 up up
#lsi.1069876 up up
#lsi.1069891 up up
@@ -399,6 +398,7 @@
#lsi.1069919 up up
#lsi.1069920 up up
#lsi.1069921 up up
+#lsi.1069922 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 128611)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -198,7 +198,7 @@
# -rw-rw---- 1 root field 52711424 Jun 10 15:37 ifinfo.core.1
# -rw-rw---- 1 root field 52711424 Jun 10 15:40 ifinfo.core.2
# -rw-rw---- 1 root field 52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw---- 1 root field 52711424 Jun 29 21:58 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Jun 29 22:58 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Aug 13 2012 install/
# -rw-r--r-- 1 eng field 99542994 May 30 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
# -rw-r--r-- 1 upgrades field 150276951 Aug 8 2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 128611)
+++ configs/core.ada.onenet.net (working copy)
@@ -382,7 +382,6 @@
#lsi.1070807 up up
#lsi.1070814 up up
#lsi.1070815 up up
-#lsi.1070817 up up
#lsi.1070819 up up
#lsi.1070824 up up
#lsi.1070825 up up
@@ -407,6 +406,7 @@
#lsi.1070868 up up
#lsi.1070869 up up
#lsi.1070870 up up
+#lsi.1070871 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 128611)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -200,7 +200,7 @@
# -rw-rw---- 1 root field 51994624 Oct 24 2013 ifinfo.core.1
# -rw-rw---- 1 root field 51974144 Oct 24 2013 ifinfo.core.2
# -rw-rw---- 1 root field 52744192 Oct 24 2013 ifinfo.core.3
-# -rw-rw---- 1 root field 52727808 Jun 29 21:58 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jun 29 23:00 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Oct 12 2012 install/
# -rw-rw---- 1 root field 33464320 Mar 3 2014 jdiameterd.core.0
# -rw-r--r-- 1 eng field 99542994 Apr 23 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 128611)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1074,8 +1074,8 @@
#t1-3/3/0:2:12 down down
#t1-3/3/0:2:13 down down
#t1-3/3/0:2:14 down down
-#t1-3/3/0:2:15 up down
-#t1-3/3/0:2:15.0 up down
+#t1-3/3/0:2:15 up up
+#t1-3/3/0:2:15.0 up up
#t1-3/3/0:2:16 down down
#t1-3/3/0:2:17 down down
#t1-3/3/0:2:18 down down
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 128611)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -176,7 +176,7 @@
#ppe0 up up
#st0 up up
#st0.0 up down
-#st0.12 up down
+#st0.12 up up
#st0.13 up up
#st0.14 up up
#st0.15 up up
Index: configs/core.rack59.onenet.net
===================================================================
--- configs/core.rack59.onenet.net (revision 128262)
+++ configs/core.rack59.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at RACK59-MX104-RE0> show system commit
+# 2015-06-29 22:55:56 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2015-06-19 13:38:22 CDT by andrew via cli commit synchronize
# 2015-06-16 19:03:16 CDT by andrew via cli commit synchronize
# 2015-06-15 13:07:27 CDT by andrew via cli commit synchronize
# 2015-06-12 15:55:26 CDT by andrew via cli commit synchronize
# 2015-06-09 21:54:10 CDT by andrew via cli commit synchronize
-# 2015-05-22 20:55:57 CDT by andrew via cli commit synchronize
# grnoc-mon at RACK59-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -237,7 +237,7 @@
# grnoc-mon at RACK59-MX104-RE0> show system uptime
# System booted: 2015-03-23 06:25 CDT
# Protocols started: 2015-03-23 06:27 CDT
-# Last configured: 2015-06-19 13:38 CDT by andrew
+# Last configured: 2015-06-29 22:55 CDT by andrew
#
# {master}
# grnoc-mon at RACK59-MX104-RE0> show interface terse
@@ -313,7 +313,7 @@
#pp0 up up
#tap up up
# grnoc-mon at RACK59-MX104-RE0> show configuration
-## Last commit: 2015-06-19 13:38:22 CDT by andrew
+## Last commit: 2015-06-29 22:55:56 CDT by andrew
version 13.3R4.6;
groups {
re0 {
@@ -827,6 +827,7 @@
}
group EBGP-ATLINK {
type external;
+ accept-remote-nexthop;
family inet {
unicast;
}
@@ -1129,24 +1130,55 @@
}
}
policy-statement EBGP-ATLINK-IMPORT {
- term BLACKHOLE {
+ term REJECT-DEFAULT {
from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term CHECK-BLACKHOLE-LENGTH {
+ from {
community ONENET_BLACKHOLE;
route-filter 0.0.0.0/0 prefix-length-range /24-/32;
+ }
+ then next term;
+ }
+ term ACCEPT-BLACKHOLE {
+ from {
+ community ONENET_BLACKHOLE;
prefix-list-filter EBGP-ATLINK-PREFIXES orlonger;
}
then {
community set ONENET_BLACKHOLE;
community add ONENET_PEER_ATLINK;
+ next-hop 192.0.2.1;
accept;
}
}
- term PREFIXES {
+ term REJECT-25-ORLONGER {
from {
- prefix-list-filter EBGP-ATLINK-PREFIXES exact;
+ route-filter 0.0.0.0/0 prefix-length-range /25-/32;
}
+ then reject;
+ }
+ term DELETE-PROHIBITED-COMMUNITIES {
+ from {
+ prefix-list-filter EBGP-ATLINK-PREFIXES orlonger;
+ }
then {
- community set ONENET_PEER_ATLINK;
+ community delete NON_ONENET;
+ community delete ONENET_ENGINEERING;
+ next term;
+ }
+ }
+ term ACCEPT-ROUTES {
+ from {
+ prefix-list-filter EBGP-ATLINK-PREFIXES orlonger;
+ }
+ then {
+ community add ONENET_SRC_PEER;
+ community add ONENET_NETFLIX;
+ community add ONENET_PEER_ATLINK;
accept;
}
}
@@ -1206,8 +1238,15 @@
}
}
community 5078:64570 members 5078:64570;
+ community NON_ONENET {
+ invert-match;
+ members 5078:*;
+ }
community ONENET_BLACKHOLE members 5078:911;
+ community ONENET_ENGINEERING members "5078:[023456789].*";
+ community ONENET_NETFLIX members 5078:5300;
community ONENET_PEER_ATLINK members 5078:22898;
+ community ONENET_SRC_PEER members 5078:4200;
community Rack59 members 5078:80;
}
class-of-service {
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net (revision 128597)
+++ 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
+# 2015-06-29 22:49:03 CDT by andrew via cli commit synchronize
# 2015-06-29 11:30:56 CDT by andrew via cli commit synchronize
# 2015-06-26 16:42:02 CDT by andrew via cli commit synchronize
# 2015-06-26 14:28:26 CDT by andrew via cli commit synchronize
# 2015-06-18 13:54:21 CDT by rnordmark via cli commit synchronize
# 2015-06-18 13:45:25 CDT by rnordmark via cli commit synchronize
-# 2015-06-18 13:37:51 CDT by rnordmark via cli commit synchronize
# grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -318,7 +318,7 @@
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime
# System booted: 2015-06-07 23:52 CDT
# Protocols started: 2015-06-07 23:55 CDT
-# Last configured: 2015-06-29 11:30 CDT by andrew
+# Last configured: 2015-06-29 22:49 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse
@@ -422,7 +422,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration
-## Last commit: 2015-06-29 11:30:56 CDT by andrew
+## Last commit: 2015-06-29 22:49:03 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -1093,6 +1093,7 @@
}
group EBGP-BTC {
type external;
+ accept-remote-nexthop;
family inet {
unicast;
}
@@ -1422,24 +1423,55 @@
}
}
policy-statement EBGP-BTC-IMPORT {
- term BLACKHOLE {
+ term REJECT-DEFAULT {
from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term CHECK-BLACKHOLE-LENGTH {
+ from {
community ONENET_BLACKHOLE;
route-filter 0.0.0.0/0 prefix-length-range /24-/32;
+ }
+ then next term;
+ }
+ term ACCEPT-BLACKHOLE {
+ from {
+ community ONENET_BLACKHOLE;
prefix-list-filter EBGP-BTC-PREFIXES orlonger;
}
then {
community set ONENET_BLACKHOLE;
community add ONENET_PEER_BTC;
+ next-hop 192.0.2.1;
accept;
}
}
- term PREFIXES {
+ term REJECT-25-ORLONGER {
from {
- prefix-list-filter EBGP-BTC-PREFIXES exact;
+ route-filter 0.0.0.0/0 prefix-length-range /25-/32;
}
+ then reject;
+ }
+ term DELETE-PROHIBITED-COMMUNITIES {
+ from {
+ prefix-list-filter EBGP-BTC-PREFIXES orlonger;
+ }
then {
- community set ONENET_PEER_BTC;
+ community delete NON_ONENET;
+ community delete ONENET_ENGINEERING;
+ next term;
+ }
+ }
+ term ACCEPT-ROUTES {
+ from {
+ prefix-list-filter EBGP-BTC-PREFIXES orlonger;
+ }
+ then {
+ community add ONENET_SRC_PEER;
+ community add ONENET_NETFLIX;
+ community add ONENET_PEER_BTC;
accept;
}
}
@@ -1589,61 +1621,17 @@
}
community 5078:174 members 5078:174;
community 5078:20097 members 5078:20097;
- community Ada members 5078:22;
- community Altus members 5078:26;
- community Alva members 5078:74;
- community Ardmore members 5078:10;
- community Bartlesville members 5078:134;
- community Chickasha members 5078:82;
- community Claremore members 5078:142;
- community Duncan members 5078:18;
- community Durant members 5078:14;
- community Edmond members 5078:235;
- community Elreno members 5078:6;
- community Enid members 5078:66;
- community Goodwell members 5078:62;
- community Idabel members 5078:102;
- community Langston members 5078:236;
- community Lawton120 members 5078:189;
- community Lawton480 members 5078:202;
- community Mcalester members 5078:90;
- community Miami members 5078:138;
- community Midwest-City members 5078:2;
- community Muskogee members 5078:94;
- community NORMANCORE1 members 5078:230;
- community NORMANCORE2 members 5078:231;
- community OKCCCCORE1 members 5078:233;
- community OKCCORE1 members 5078:211;
- community OKCCORE2 members 5078:212;
- community OKCCORE3 members 5078:213;
- community OKCCORE4 members 5078:214;
- community OKCCORE5 members 5078:215;
- community OKCCORE6 members 5078:216;
+ community NON_ONENET {
+ invert-match;
+ members 5078:*;
+ }
community ONENET_BLACKHOLE members 5078:911;
+ community ONENET_ENGINEERING members "5078:[023456789].*";
+ community ONENET_NETFLIX members 5078:5300;
community ONENET_PEER_BTC members 5078:11650;
- community OSUOKC members 5078:50;
- community Okmulgee members 5078:110;
+ community ONENET_SRC_PEER members 5078:4200;
community PTCCORE1 members 5078:234;
- community Ponca-City members 5078:186;
- community Poteau members 5078:146;
- community STILLWATERCORE1 members 5078:232;
- community Sallisaw members 5078:118;
- community Sayre members 5078:30;
- community Seminole members 5078:46;
community TAGNET-VPN members target:5078:2531;
- community TULSACORE1 members 5078:221;
- community TULSACORE2 members 5078:222;
- community TULSACORE3 members 5078:223;
- community TULSACORE4 members 5078:224;
- community TULSACORE5 members 5078:225;
- community TULSACORE6 members 5078:226;
- community Tahlequah members 5078:130;
- community Tishomingo members 5078:86;
- community Tonkawa members 5078:70;
- community Warner members 5078:106;
- community Weathrford members 5078:38;
- community Wilburn members 5078:98;
- community Woodward members 5078:58;
}
class-of-service {
classifiers {
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 128602)
+++ 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
+# 2015-06-29 22:31:22 CDT by andrew via cli commit synchronize
+# 2015-06-29 22:25:06 CDT by andrew via cli commit synchronize
# 2015-06-28 20:26:10 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-06-26 12:56:18 CDT by sky via cli commit synchronize
# 2015-06-26 12:05:31 CDT by sky via cli commit synchronize
# 2015-06-24 09:23:53 CDT by sky via cli commit synchronize
-# 2015-06-24 09:04:03 CDT by sky via cli commit synchronize
-# 2015-06-19 10:48:41 CDT by sky via cli commit synchronize
# grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -384,7 +384,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2014-12-03 03:18 CST
# Protocols started: 2014-12-03 03:19 CST
-# Last configured: 2015-06-28 20:26 CDT by andrew
+# Last configured: 2015-06-29 22:31 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -636,7 +636,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2015-06-28 20:26:10 CDT by andrew
+## Last commit: 2015-06-29 22:31:22 CDT by andrew
version 13.3R4.6;
groups {
re0 {
@@ -2192,6 +2192,7 @@
}
group EBGP-MBO-V4 {
type external;
+ accept-remote-nexthop;
family inet {
unicast;
}
@@ -2858,6 +2859,12 @@
}
}
policy-statement EBGP-MBO-V4-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
term CHECK-BLACKHOLE-LENGTH {
from {
community ONENET_BLACKHOLE;
More information about the Nocrancid
mailing list