[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Sep 26 01:02:12 CDT 2014
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net (revision 119834)
+++ configs/faye.okcdc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at FAYE-MX104-RE0> show system commit
+# 2014-09-26 00:09:40 CDT by andrew via cli commit synchronize
# 2014-09-22 22:58:01 CDT by andrew via cli commit synchronize
# 2014-09-22 22:54:58 CDT by andrew via cli commit synchronize
# 2014-09-12 09:22:59 CDT by andrew via cli commit synchronize
# 2014-09-10 09:28:54 CDT by andrew via cli commit synchronize
# 2014-09-06 13:40:57 CDT by andrew via cli commit synchronize
-# 2014-09-06 13:37:49 CDT by andrew via cli commit synchronize
# grnoc-mon at FAYE-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -233,7 +233,7 @@
# grnoc-mon at FAYE-MX104-RE0> show system uptime
# System booted: 2014-09-05 13:21 CDT
# Protocols started: 2014-09-05 13:23 CDT
-# Last configured: 2014-09-22 22:58 CDT by andrew
+# Last configured: 2014-09-26 00:09 CDT by andrew
#
# {master}
# grnoc-mon at FAYE-MX104-RE0> show interface terse
@@ -310,7 +310,7 @@
#tap up up
#vtep up up
# grnoc-mon at FAYE-MX104-RE0> show configuration
-## Last commit: 2014-09-22 22:58:01 CDT by andrew
+## Last commit: 2014-09-26 00:09:40 CDT by andrew
version 14.1R2.12;
groups {
re0 {
@@ -1068,6 +1068,9 @@
prefix-list PRE-MGMTV6-ALLOW {
2610:1d8::/40;
}
+ prefix-list CUST-PREFIX-LIST {
+ 192.0.2.0/24;
+ }
policy-statement DPS-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1103,6 +1106,39 @@
then reject;
}
}
+ policy-statement EBGP-CUSTOMER-V4-IMPORT {
+ term BLACKHOLE {
+ from {
+ community on_blackhole;
+ prefix-list-filter CUST-PREFIX-LIST orlonger;
+ }
+ then {
+ community set on_blackhole;
+ }
+ }
+ term CLEAR-COMMUNITIES {
+ from community on_all;
+ then {
+ community delete on_all;
+ next term;
+ }
+ }
+ term IMPORT {
+ from {
+ prefix-list-filter CUST-PREFIX-LIST exact;
+ }
+ then {
+ community add on_bgp-comm;
+ community add on_bgp-re;
+ community add on_bgp-akaokc;
+ community add on_bgp-netfxtul;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1208,6 +1244,29 @@
community DPS-VPN members target:5078:2540;
community FAYE members 5078:69;
community ONENET-MGMT-VPN members target:5078:2543;
+ community on_all members 5078:*;
+ community on_areon members 5078:400;
+ community on_bgp-akaokc members 5078:3000;
+ community on_bgp-comm members 5078:2000;
+ community on_bgp-netfxtul members 5078:3010;
+ community on_bgp-re members 5078:2010;
+ community on_blackhole members 5078:911;
+ community on_century-okc members 5078:610;
+ community on_chic-ps members 5078:510;
+ community on_cogent-okc members 5078:600;
+ community on_cogent-tul members 5078:601;
+ community on_cox-okc members 5078:420;
+ community on_cox-tul members 5078:421;
+ community on_esnet members 5078:250;
+ community on_i2cps members 5078:200;
+ community on_i2re members 5078:210;
+ community on_kanren members 5078:410;
+ community on_trcps-ashb members 5078:300;
+ community on_trcps-chic members 5078:301;
+ community on_trcps-dal members 5078:302;
+ community on_trcps-losa members 5078:303;
+ community on_trcps-seat members 5078:304;
+ community on_wiscnet members 5078:500;
as-path NULL "()";
}
firewall {
More information about the Nocrancid
mailing list