[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Sep 27 23:05:03 CDT 2017
Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net (revision 156941)
+++ configs/hub.tis.onenet.net (working copy)
@@ -401,7 +401,7 @@
#t1-2/0/2:3 down down
#t1-2/0/2:4 up up
#t1-2/0/2:4.0 up down
-#t1-2/0/2:5 up down
+#t1-2/0/2:5 up up
#t1-2/0/2:5.0 up down
#t1-2/0/2:6 up down
#t1-2/0/2:7 up down
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 156940)
+++ 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-09-27 22:29:59 CDT by andrew via cli commit synchronize
+# 2017-09-27 22:12:56 CDT by andrew via cli commit synchronize
# 2017-09-27 20:20:10 CDT by andrew via cli commit synchronize
# 2017-09-27 20:12:42 CDT by andrew via cli commit synchronize
# 2017-09-27 20:08:25 CDT by andrew via cli commit synchronize
# 2017-09-27 14:24:06 CDT by andrew via cli commit synchronize
-# 2017-09-27 10:41:28 CDT by sky via cli commit synchronize
-# 2017-09-26 22:01:02 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
@@ -557,7 +557,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-09-27 20:20 CDT by andrew
+# Last configured: 2017-09-27 22:29 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -1529,7 +1529,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-09-27 20:20:10 CDT by andrew
+## Last commit: 2017-09-27 22:29:59 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -12688,12 +12688,6 @@
}
then accept;
}
- term EXPORT-DOH-LOOPBACKS {
- from {
- route-filter 10.199.2.0/24 orlonger;
- }
- then accept;
- }
term REJECT-BOGONS {
from {
prefix-list-filter BOGONS-V4-PREFIXES orlonger;
@@ -12708,25 +12702,48 @@
from community ONENET_E_NO_CUSTOMER;
then reject;
}
- term EXPORT-INTERNAL {
- from policy COMMODITY-PREFIXES-LIST;
+ term SEND-ONENET-AGGREGATE {
+ from {
+ prefix-list-filter ONENET-AGGREGATE-ADVERTISED-V4-PREFIXES exact;
+ }
then {
community add ONENET_INTERNAL;
accept;
}
}
- term SEND-ONENET-AGGREGATE {
- from {
- prefix-list-filter ONENET-AGGREGATE-ADVERTISED-V4-PREFIXES exact;
- }
- then accept;
- }
term REJECT-ONENET-INTERNAL-ROUTES {
from {
prefix-list-filter ONENET-AGGREGATE-FILTERED-V4-PREFIXES orlonger;
}
then reject;
}
+ term SEND-UPSTREAM-COMMUNITY {
+ from community ONENET_ADV_UPSTREAM;
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
term SEND-ALL-ELSE {
then accept;
}
@@ -12787,6 +12804,7 @@
prefix-list-filter EBGP-OMES-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
@@ -14890,6 +14908,10 @@
as-path LEVEL3 "22773+ 3356+ .*";
as-path NTT "22773+ 2914+ .*";
as-path INSIC2 "22773+ 4321+ .*";
+ as-path HURRICANE-ELECTRIC "22773+ 6939+ .*";
+ as-path ZAYO "22773+ 6461+ .*";
+ as-path COMCAST "22773+ 7922+ .*";
+ as-path SUDDENLINK "22773+ 19108+ .*";
}
damping DISABLE-DAMPING {
disable;
Index: configs/core.hut.web.onenet.net
===================================================================
--- configs/core.hut.web.onenet.net (revision 156918)
+++ configs/core.hut.web.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/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 156935)
+++ 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-09-27 22:12:48 CDT by andrew via cli commit synchronize
# 2017-09-27 15:46:47 CDT by sky via cli commit synchronize
# 2017-09-27 15:45:20 CDT by sky via cli commit synchronize
# 2017-09-27 15:41:49 CDT by sky via cli commit synchronize
# 2017-09-27 14:43:14 CDT by andrew via cli commit synchronize
# 2017-09-26 22:02:01 CDT by andrew via cli commit synchronize
-# 2017-09-26 21:59:35 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -561,7 +561,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-09-27 15:46 CDT by sky
+# Last configured: 2017-09-27 22:12 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1425,7 +1425,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-09-27 15:46:47 CDT by sky
+## Last commit: 2017-09-27 22:12:48 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -12973,12 +12973,6 @@
}
then accept;
}
- term EXPORT-DOH-LOOPBACKS {
- from {
- route-filter 10.199.2.0/24 orlonger;
- }
- then accept;
- }
term REJECT-BOGONS {
from {
prefix-list-filter BOGONS-V4-PREFIXES orlonger;
@@ -12993,25 +12987,48 @@
from community ONENET_E_NO_CUSTOMER;
then reject;
}
- term EXPORT-INTERNAL {
- from policy COMMODITY-PREFIXES-LIST;
+ term SEND-ONENET-AGGREGATE {
+ from {
+ prefix-list-filter ONENET-AGGREGATE-ADVERTISED-V4-PREFIXES exact;
+ }
then {
community add ONENET_INTERNAL;
accept;
}
}
- term SEND-ONENET-AGGREGATE {
- from {
- prefix-list-filter ONENET-AGGREGATE-ADVERTISED-V4-PREFIXES exact;
- }
- then accept;
- }
term REJECT-ONENET-INTERNAL-ROUTES {
from {
prefix-list-filter ONENET-AGGREGATE-FILTERED-V4-PREFIXES orlonger;
}
then reject;
}
+ term SEND-UPSTREAM-COMMUNITY {
+ from community ONENET_ADV_UPSTREAM;
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
term SEND-ALL-ELSE {
then accept;
}
@@ -13072,6 +13089,7 @@
prefix-list-filter EBGP-OMES-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 156941)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE1> show system commit
+# 2017-09-27 22:13:06 CDT by andrew via cli
# 2017-09-27 21:55:51 CDT by andrew via cli
# 2017-09-26 18:32:16 CDT by andrew via cli
# 2017-09-25 22:58:33 CDT by andrew via cli
# 2017-09-24 16:38:13 CDT by andrew via cli
# 2017-09-24 13:59:53 CDT by andrew via cli
-# 2017-09-23 00:11:15 CDT by andrew via cli
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE1> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -276,7 +276,7 @@
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE1> show system uptime
# System booted: 2017-09-21 22:20 CDT
# Protocols started: 2017-09-21 22:22 CDT
-# Last configured: 2017-09-27 21:55 CDT by andrew
+# Last configured: 2017-09-27 22:13 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE1> show interface terse
@@ -392,7 +392,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE1> show configuration
-## Last commit: 2017-09-27 21:55:51 CDT by andrew
+## Last commit: 2017-09-27 22:13:06 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1798,12 +1798,6 @@
}
then accept;
}
- term EXPORT-DOH-LOOPBACKS {
- from {
- route-filter 10.199.2.0/24 orlonger;
- }
- then accept;
- }
term REJECT-BOGONS {
from {
prefix-list-filter BOGONS-V4-PREFIXES orlonger;
@@ -1822,7 +1816,10 @@
from {
prefix-list-filter ONENET-AGGREGATE-ADVERTISED-V4-PREFIXES exact;
}
- then accept;
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
}
term REJECT-ONENET-INTERNAL-ROUTES {
from {
@@ -1830,6 +1827,33 @@
}
then reject;
}
+ term SEND-UPSTREAM-COMMUNITY {
+ from community ONENET_ADV_UPSTREAM;
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
+ term SEND-LOCAL-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then {
+ community add ONENET_INTERNAL;
+ accept;
+ }
+ }
term SEND-ALL-ELSE {
then accept;
}
@@ -1853,7 +1877,7 @@
term CHECK-BLACKHOLE-LENGTH {
from {
community ONENET_BLACKHOLE;
- route-filter 0.0.0.0/0 prefix-length-range /32-/32;
+ route-filter 0.0.0.0/0 prefix-length-range /24-/32;
}
then next term;
}
@@ -1890,6 +1914,7 @@
prefix-list-filter EBGP-OMES-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
@@ -2718,6 +2743,7 @@
community ONENET_E_NO_CUSTOMER members 5078:10939;
community ONENET_E_NO_PEER members 5078:10929;
community ONENET_E_NO_RESEARCH members 5078:10919;
+ community ONENET_INTERNAL members 5078:10000;
community ONENET_LO0 members 5078:9193;
community ONENET_SRC_COMMODITY members 5078:4000;
community ONENET_SRC_CUSTOMER members 5078:4300;
More information about the Nocrancid
mailing list