[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Jul 3 15:04:19 CDT 2017
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 154613)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -624,7 +624,6 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core8.tul.onenet.net
===================================================================
--- configs/core8.tul.onenet.net (revision 154614)
+++ configs/core8.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system commit
+# 2017-07-03 14:14:40 CDT by andrew via cli commit synchronize
+# 2017-07-03 14:09:40 CDT by andrew via cli commit synchronize
# 2017-07-03 13:59:43 CDT by andrew via cli commit synchronize
# 2017-06-29 11:22:55 CDT by rnordmark via cli commit synchronize
# 2017-06-29 11:20:23 CDT by rnordmark via cli commit synchronize
# 2017-06-29 11:18:48 CDT by rnordmark via cli commit synchronize
-# 2017-06-29 11:16:00 CDT by rnordmark via cli commit synchronize
-# 2017-06-29 11:13:34 CDT by rnordmark via cli commit synchronize
# grnoc-mon at TULSA-CORE8-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -424,7 +424,7 @@
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system uptime
# System booted: 2016-03-20 01:06 CDT
# Protocols started: 2016-03-20 01:08 CDT
-# Last configured: 2017-07-03 13:59 CDT by andrew
+# Last configured: 2017-07-03 14:14 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE8-MX480-RE0> show interface terse
@@ -525,7 +525,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE8-MX480-RE0> show configuration
-## Last commit: 2017-07-03 13:59:43 CDT by andrew
+## Last commit: 2017-07-03 14:14:40 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -899,12 +899,20 @@
vlan-id-range 200-201;
}
unit 301 {
- description "UPSTREAM-INTERNET2-TRCPS-100G-CIR000XXXX [ORDERED]";
+ description "UPSTREAM-I2-TRCPS-100G-CIR000XXXX [ORDERED]";
vlan-id 301;
family inet {
+ mtu 1500;
+ sampling {
+ input;
+ }
address 198.71.47.81/31;
}
family inet6 {
+ mtu 1500;
+ sampling {
+ input;
+ }
address 2001:468:f000:2702::2/126;
}
}
@@ -1832,6 +1840,22 @@
}
}
}
+ group EBGP-I2-TRCPS-V4 {
+ type external;
+ accept-remote-nexthop;
+ family inet {
+ unicast;
+ }
+ neighbor 198.71.47.80 {
+ description "EBGP-I2-TRCPS-CIR000XXXX [NO-MONITOR]";
+ ttl 255;
+ import EBGP-I2-TRCPS-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-I2-TRCPS-V4-EXPORT;
+ remove-private all;
+ peer-as 11164;
+ }
+ }
}
isis {
apply-groups ISIS-L2-INTERFACE;
@@ -2331,6 +2355,98 @@
then reject;
}
}
+ policy-statement EBGP-I2-TRCPS-V4-EXPORT {
+ 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 REJECT-25-ORLONGER {
+ from {
+ route-filter 0.0.0.0/0 prefix-length-range /25-/32;
+ }
+ then reject;
+ }
+ term REJECT-NO-ADVERTISE-COMMUNITY {
+ from community ONENET_E_NO_ADVERTISE;
+ then reject;
+ }
+ term REJECT-NO-PEER-COMMUNITY {
+ from community ONENET_E_NO_COMMODITY;
+ then reject;
+ }
+ term SEND-UPSTREAM-COMMUNITY {
+ from community ONENET_ADV_UPSTREAM;
+ then accept;
+ }
+ term EXPORT-INTERNAL {
+ from policy COMMODITY-PREFIXES-LIST;
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-I2-TRCPS-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;
+ then {
+ community set ONENET_BLACKHOLE;
+ community add ONENET_SRC_COMMODITY;
+ 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 {
+ then {
+ community delete NON_ONENET;
+ community delete ONENET_ENGINEERING;
+ next term;
+ }
+ }
+ term ACCEPT-ROUTES {
+ then {
+ community add ONENET_SRC_COMMODITY;
+ next-hop peer-address;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-KANREN-V4-EXPORT {
term REJECT-DEFAULT {
from {
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 154614)
+++ configs/hub.chi.onenet.net (working copy)
@@ -391,7 +391,7 @@
#t1-2/0/2:1 up up
#t1-2/0/2:1.16 up up
#t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/core.rack59.onenet.net
===================================================================
--- configs/core.rack59.onenet.net (revision 154595)
+++ configs/core.rack59.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at RACK59-MX480-RE0> show system commit
+# 2017-07-03 14:55:59 CDT by andrew via cli commit synchronize
+# 2017-07-03 14:53:22 CDT by andrew via cli commit synchronize
# 2017-06-23 17:15:52 CDT by andrew via cli commit synchronize
# 2017-06-23 17:09:34 CDT by andrew via cli commit synchronize
# 2017-06-20 14:07:53 CDT by andrew via cli commit synchronize
# 2017-06-16 22:21:47 CDT by andrew via cli commit synchronize
-# 2017-06-16 22:19:47 CDT by andrew via cli commit synchronize
-# 2017-06-16 22:15:29 CDT by andrew via cli commit synchronize
# grnoc-mon at RACK59-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -445,7 +445,7 @@
# grnoc-mon at RACK59-MX480-RE0> show system uptime
# System booted: 2016-03-30 08:27 CDT
# Protocols started: 2016-03-30 08:30 CDT
-# Last configured: 2017-06-23 17:15 CDT by andrew
+# Last configured: 2017-07-03 14:55 CDT by andrew
#
# {master}
# grnoc-mon at RACK59-MX480-RE0> show interface terse
@@ -580,7 +580,7 @@
#pp0 up up
#tap up up
# grnoc-mon at RACK59-MX480-RE0> show configuration
-## Last commit: 2017-06-23 17:15:52 CDT by andrew
+## Last commit: 2017-07-03 14:55:59 CDT by andrew
version 13.3R9.13;
groups {
re0 {
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net (revision 154583)
+++ configs/oja-sw-youth-academy-manitou.client.onenet.net (working copy)
@@ -149,7 +149,7 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up up
+#st0.1 up down
#tap up up
#vlan up up
#vlan.3 up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 154561)
+++ 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-07-03 14:57:32 CDT by sky via cli commit synchronize
# 2017-06-30 15:59:09 CDT by sean via cli commit synchronize
# 2017-06-30 10:15:02 CDT by joel via cli commit synchronize
# 2017-06-30 10:03:23 CDT by joel via cli commit synchronize
# 2017-06-30 09:23:29 CDT by sean via cli commit synchronize
# 2017-06-28 09:26:03 CDT by aberrios via cli commit synchronize
-# 2017-06-28 09:23:23 CDT by aberrios via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -562,7 +562,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-06-30 15:59 CDT by sean
+# Last configured: 2017-07-03 14:57 CDT by sky
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1310,7 +1310,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-06-30 15:59:09 CDT by sean
+## Last commit: 2017-07-03 14:57:32 CDT by sky
version 13.3R9.13;
groups {
re0 {
@@ -8319,14 +8319,14 @@
}
}
unit 513 {
- description EMPIRE-PUBLIC-SCHOOL-50M-CIR0019225;
- bandwidth 50m;
+ description EMPIRE-PUBLIC-SCHOOL-250M-CIR002020149-LR;
+ bandwidth 250m;
vlan-id 513;
family inet {
rpf-check;
policer {
- input 50M-POL;
- output 50M-POL;
+ input 250M-POL;
+ output 250M-POL;
}
sampling {
input;
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net (revision 154614)
+++ configs/core.hut.hen.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at HENRYETTA-MX40> show system commit
+# 2017-07-03 14:03:28 CDT by sky via cli
# 2017-07-03 13:58:08 CDT by sky via cli
# 2017-03-10 09:10:50 CST by sky via cli
# 2017-02-26 18:17:09 CST by andrew via cli
# 2017-01-28 23:56:45 CST by andrew via cli
# 2016-12-09 21:31:35 CST by andrew via cli
-# 2016-07-20 10:16:28 CDT by andrew via cli
# grnoc-mon at HENRYETTA-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -268,7 +268,7 @@
# grnoc-mon at HENRYETTA-MX40> show system uptime
# System booted: 2016-03-16 00:25 CDT
# Protocols started: 2016-03-16 00:27 CDT
-# Last configured: 2017-07-03 13:58 CDT by sky
+# Last configured: 2017-07-03 14:03 CDT by sky
#
# grnoc-mon at HENRYETTA-MX40> show interface terse
#Interface Admin Link
@@ -381,7 +381,7 @@
#pp0 up up
#tap up up
# grnoc-mon at HENRYETTA-MX40> show configuration
-## Last commit: 2017-07-03 13:58:08 CDT by sky
+## Last commit: 2017-07-03 14:03:28 CDT by sky
version 13.3R8.7;
groups {
ISIS-L2-INTERFACE {
@@ -708,14 +708,15 @@
}
}
unit 703 {
- description MIDWAY-ELEMENTARY-SCHOOL-150M-CIR0006322-LR;
+ description MIDWAY-ELEMENTARY-SCHOOL-300M-CIR0020138-LR;
+ bandwidth 300m;
vlan-tags outer 703 inner 500;
family inet {
rpf-check;
mtu 1500;
policer {
- input 150M-POL;
- output 150M-POL;
+ input 300M-POL;
+ output 300M-POL;
}
sampling {
input;
@@ -768,7 +769,7 @@
}
}
unit 3703 {
- description MIDWAY-ELEMENTARY-SCHOOL-NID-MGMT-CIR0006322;
+ description MIDWAY-ELEMENTARY-SCHOOL-NID-MGMT-CIR0020138;
vlan-tags outer 703 inner 80;
family inet {
rpf-check;
@@ -1772,6 +1773,13 @@
}
then discard;
}
+ policer 300M-POL {
+ if-exceeding {
+ bandwidth-limit 300m;
+ burst-size-limit 60m;
+ }
+ then discard;
+ }
}
routing-instances {
ODOT-VPLS-2527 {
More information about the Nocrancid
mailing list