[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Sep 27 19:05:15 CDT 2017
Index: configs/doh-clayton.nid.onenet.net
===================================================================
--- configs/doh-clayton.nid.onenet.net (revision 156702)
+++ configs/doh-clayton.nid.onenet.net (working copy)
@@ -1078,7 +1078,7 @@
remote-link-ids none
home
delay-asymmetry 0
-#
+i
#CLI:NETWORK CPDV2-1-1-1-1-1 Edit
#
home
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 156934)
+++ configs/core.law.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-MX480-RE0> show system commit
+# 2017-09-27 18:16:53 CDT by andrew via cli commit synchronize
+# 2017-09-27 18:13:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-09-27 14:07:59 CDT by andrew via cli commit synchronize
# 2017-09-26 18:33:43 CDT by andrew via cli commit synchronize
# 2017-09-25 22:53:07 CDT by andrew via cli commit synchronize
# 2017-09-24 16:42:03 CDT by andrew via cli commit synchronize
-# 2017-09-24 14:00:50 CDT by andrew via cli commit synchronize
-# 2017-09-23 14:57:22 CDT by andrew via cli commit synchronize
# grnoc-mon at LAWTON-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -451,7 +451,7 @@
# grnoc-mon at LAWTON-MX480-RE0> show system uptime
# System booted: 2016-03-16 01:11 CDT
# Protocols started: 2016-03-16 01:22 CDT
-# Last configured: 2017-09-27 14:07 CDT by andrew
+# Last configured: 2017-09-27 18:16 CDT by andrew
#
# {master}
# grnoc-mon at LAWTON-MX480-RE0> show interface terse
@@ -713,7 +713,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-MX480-RE0> show configuration
-## Last commit: 2017-09-27 14:07:59 CDT by andrew
+## Last commit: 2017-09-27 18:16:53 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2142,9 +2142,9 @@
}
neighbor 156.110.86.142 {
description EBGP-COMANCHE-COUNTY-MEMORIAL-HOSPITAL-100M-CIR0019163;
- import EBGP-CCMH-IMPORT;
+ import EBGP-CCMH-V4-IMPORT;
# authentication-#key <removed>;
- export EBGP-CCMH-EXPORT;
+ export EBGP-CCMH-V4-EXPORT;
remove-private;
peer-as 54214;
}
@@ -2470,6 +2470,10 @@
156.110.240.0/20;
164.58.0.0/16;
}
+ prefix-list EBGP-CCMH-V4-PREFIXES {
+ 199.248.134.0/23;
+ 204.63.216.0/21;
+ }
policy-statement CITY-OF-LAWTON-INTERNET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -2721,6 +2725,128 @@
then reject;
}
}
+ policy-statement EBGP-CCMH-V4-EXPORT {
+ term SEND-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-BOGONS {
+ from {
+ prefix-list-filter BOGONS-V4-PREFIXES orlonger;
+ }
+ then reject;
+ }
+ term REJECT-NO-ADVERTISE-COMMUNITY {
+ from community ONENET_E_NO_ADVERTISE;
+ then reject;
+ }
+ term REJECT-NO-CUSTOMER-COMMUNITY {
+ from community ONENET_E_NO_CUSTOMER;
+ then reject;
+ }
+ 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 accept;
+ }
+ term SEND-LOCAL-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
+ then accept;
+ }
+ term SEND-LOCAL-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then accept;
+ }
+ term SEND-ALL-ELSE {
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-CCMH-V4-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term REJECT-BOGONS {
+ from {
+ prefix-list-filter BOGONS-V4-PREFIXES orlonger;
+ }
+ then reject;
+ }
+ term CHECK-BLACKHOLE-LENGTH {
+ from {
+ community ONENET_BLACKHOLE;
+ route-filter 0.0.0.0/0 prefix-length-range /32-/32;
+ }
+ then next term;
+ }
+ term ACCEPT-BLACKHOLE {
+ from {
+ community ONENET_BLACKHOLE;
+ prefix-list-filter EBGP-CCMH-V4-PREFIXES orlonger;
+ }
+ then {
+ community set ONENET_BLACKHOLE;
+ community add ONENET_SRC_CUSTOMER;
+ next-hop 192.0.2.1;
+ accept;
+ }
+ }
+ term REJECT-25-ORLONGER {
+ from {
+ route-filter 0.0.0.0/0 prefix-length-range /25-/32;
+ }
+ then reject;
+ }
+ term DELETE-PROHIBITED-COMMUNITIES {
+ from {
+ prefix-list-filter EBGP-CCMH-V4-PREFIXES orlonger;
+ }
+ then {
+ community delete NON_ONENET;
+ community delete ONENET_ENGINEERING;
+ next term;
+ }
+ }
+ term ACCEPT-ROUTES {
+ from {
+ prefix-list-filter EBGP-CCMH-V4-PREFIXES orlonger;
+ }
+ then {
+ local-preference 150;
+ community add ONENET_SRC_CUSTOMER;
+ community add ONENET_ADV_UPSTREAM;
+ next-hop peer-address;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-HILLIARY-COMM-V4-EXPORT {
term REJECT-DEFAULT {
from {
@@ -2748,14 +2874,28 @@
from community ONENET_E_NO_PEER;
then reject;
}
+ term SEND-PEER-COMMUNITY {
+ from community ONENET_ADV_PEER;
+ then accept;
+ }
term SEND-UPSTREAM-COMMUNITY {
from community ONENET_ADV_UPSTREAM;
then accept;
}
- term SEND-PEER-COMMUNITY {
- from community ONENET_ADV_PEER;
+ term SEND-LOCAL-AGGREGATES {
+ from {
+ protocol aggregate;
+ tag 5000;
+ }
then accept;
}
+ term SEND-LOCAL-STATICS {
+ from {
+ protocol static;
+ tag 5000;
+ }
+ then accept;
+ }
term EXPORT-INTERNAL {
from policy COMMODITY-PREFIXES-LIST;
then accept;
@@ -2817,6 +2957,7 @@
prefix-list-filter EBGP-HILLIARY-COMM-V4-PREFIXES orlonger;
}
then {
+ local-preference 140;
community add ONENET_SRC_PEER;
community add ONENET_ADV_AKAMAI;
community add ONENET_ADV_FACEBOOK;
Index: configs/core.tah.onenet.net
===================================================================
--- configs/core.tah.onenet.net (revision 156937)
+++ configs/core.tah.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TAHLEQUAH-MX80> show system commit
+# 2017-09-27 18:22:24 CDT by andrew via cli
# 2017-09-27 17:02:23 CDT by andrew via cli
# 2017-09-26 18:03:25 CDT by andrew via cli
# 2017-09-25 22:18:36 CDT by andrew via cli
# 2017-09-24 19:29:24 CDT by andrew via cli
# 2017-09-16 00:51:55 CDT by andrew via cli
-# 2017-07-29 21:13:10 CDT by andrew via cli
# grnoc-mon at TAHLEQUAH-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -264,7 +264,7 @@
# grnoc-mon at TAHLEQUAH-MX80> show system uptime
# System booted: 2016-11-02 13:30 CDT
# Protocols started: 2016-11-02 13:32 CDT
-# Last configured: 2017-09-27 17:02 CDT by andrew
+# Last configured: 2017-09-27 18:22 CDT by andrew
#
# grnoc-mon at TAHLEQUAH-MX80> show interface terse
#Interface Admin Link
@@ -334,7 +334,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TAHLEQUAH-MX80> show configuration
-## Last commit: 2017-09-27 17:02:23 CDT by andrew
+## Last commit: 2017-09-27 18:22:24 CDT by andrew
version 13.3R9.13;
groups {
ISIS-L2-INTERFACE {
@@ -1075,6 +1075,7 @@
prefix-list-filter EBGP-NSU-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
Index: configs/core1.edm.onenet.net
===================================================================
--- configs/core1.edm.onenet.net (revision 156937)
+++ configs/core1.edm.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at EDMOND-MX104-RE0> show system commit
+# 2017-09-27 18:26:12 CDT by andrew via cli commit synchronize
# 2017-09-27 17:06:06 CDT by andrew via cli commit synchronize
# 2017-09-26 19:04:07 CDT by andrew via cli commit synchronize
# 2017-09-25 22:55:44 CDT by andrew via cli commit synchronize
# 2017-09-24 14:04:39 CDT by andrew via cli commit synchronize
# 2017-07-29 21:20:31 CDT by andrew via cli commit synchronize
-# 2017-07-28 20:17:57 CDT by andrew via cli commit synchronize
# grnoc-mon at EDMOND-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -298,7 +298,7 @@
# grnoc-mon at EDMOND-MX104-RE0> show system uptime
# System booted: 2016-03-12 01:11 CST
# Protocols started: 2016-03-12 01:15 CST
-# Last configured: 2017-09-27 17:06 CDT by andrew
+# Last configured: 2017-09-27 18:26 CDT by andrew
#
# {master}
# grnoc-mon at EDMOND-MX104-RE0> show interface terse
@@ -377,7 +377,7 @@
#pp0 up up
#tap up up
# grnoc-mon at EDMOND-MX104-RE0> show configuration
-## Last commit: 2017-09-27 17:06:06 CDT by andrew
+## Last commit: 2017-09-27 18:26:12 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1192,6 +1192,12 @@
}
then reject;
}
+ term ALLOW-SHORT {
+ from {
+ route-filter 156.110.28.196/31 exact;
+ }
+ then accept;
+ }
term CHECK-BLACKHOLE-LENGTH {
from {
community ONENET_BLACKHOLE;
@@ -1232,6 +1238,7 @@
prefix-list-filter EBGP-UCO-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 156936)
+++ 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.edmmcs.onenet.net
===================================================================
--- configs/core.edmmcs.onenet.net (revision 156937)
+++ configs/core.edmmcs.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at EDMOND-MCS-MX80> show system commit
+# 2017-09-27 18:26:03 CDT by andrew via cli
# 2017-09-27 17:05:48 CDT by andrew via cli
# 2017-09-26 19:03:53 CDT by andrew via cli
# 2017-09-25 22:46:48 CDT by andrew via cli
# 2017-09-24 14:06:15 CDT by andrew via cli
# 2017-09-08 13:52:36 CDT by sean via cli
-# 2017-07-29 21:21:08 CDT by andrew via cli
# grnoc-mon at EDMOND-MCS-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -263,7 +263,7 @@
# grnoc-mon at EDMOND-MCS-MX80> show system uptime
# System booted: 2016-06-26 09:48 CDT
# Protocols started: 2016-06-26 09:51 CDT
-# Last configured: 2017-09-27 17:05 CDT by andrew
+# Last configured: 2017-09-27 18:26 CDT by andrew
#
# grnoc-mon at EDMOND-MCS-MX80> show interface terse
#Interface Admin Link
@@ -333,7 +333,7 @@
#pp0 up up
#tap up up
# grnoc-mon at EDMOND-MCS-MX80> show configuration
-## Last commit: 2017-09-27 17:05:48 CDT by andrew
+## Last commit: 2017-09-27 18:26:03 CDT by andrew
version 13.3R8.7;
groups {
ISIS-L2-INTERFACE {
@@ -1083,6 +1083,7 @@
prefix-list-filter EBGP-UCO-V4-PREFIXES orlonger;
}
then {
+ local-preference 150;
community add ONENET_SRC_CUSTOMER;
community add ONENET_ADV_UPSTREAM;
next-hop peer-address;
Index: configs/odot-idabel-regmaint.client.onenet.net
===================================================================
--- configs/odot-idabel-regmaint.client.onenet.net (revision 156935)
+++ configs/odot-idabel-regmaint.client.onenet.net (working copy)
@@ -126,8 +126,8 @@
#sp-0/0/0 up up
#sp-0/0/0.0 up up
#sp-0/0/0.16383 up up
-#ge-0/0/1 up down
-#ge-0/0/1.0 up down
+#ge-0/0/1 up up
+#ge-0/0/1.0 up up
#ge-0/0/2 up up
#ge-0/0/2.0 up up
#ge-0/0/3 up down
More information about the Nocrancid
mailing list