[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon May 22 11:05:23 CDT 2017


Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net	(revision 153447)
+++ configs/core1.nor.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at NORMAN1-MX480-RE0> show system commit 
+#   2017-05-22 10:16:27 CDT by andrew via cli commit synchronize
 #   2017-05-22 08:56:49 CDT by andrew via cli commit synchronize
 #   2017-05-12 10:24:42 CDT by andrew via cli commit synchronize
 #   2017-05-09 11:48:39 CDT by sky via cli commit synchronize
 #   2017-05-09 10:30:00 CDT by sky via cli commit synchronize
 #   2017-04-28 10:20:28 CDT by rnordmark via cli commit synchronize
-#   2017-04-13 11:45:30 CDT by andrew via cli commit synchronize
 # grnoc-mon at NORMAN1-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -428,7 +428,7 @@
 # grnoc-mon at NORMAN1-MX480-RE0> show system uptime 
 # System booted: 2016-04-03 01:22 CDT 
 # Protocols started: 2016-04-03 01:28 CDT 
-# Last configured: 2017-05-22 08:56 CDT  by andrew
+# Last configured: 2017-05-22 10:16 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at NORMAN1-MX480-RE0> show interface terse 
@@ -724,7 +724,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at NORMAN1-MX480-RE0> show configuration 
-## Last commit: 2017-05-22 08:56:49 CDT by andrew
+## Last commit: 2017-05-22 10:16:27 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -2203,6 +2203,14 @@
                 remove-private all;
                 peer-as 25776;
             }
+            neighbor 156.110.25.3 {
+                description "EBGP-OU-CIR000XXXX [ORDERED]";
+                import EBGP-OU-TEST-V4-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-OU-V4-EXPORT;
+                remove-private all;
+                peer-as 25776;
+            }
         }
         group EBGP-PIONEER-V4 {
             type external;
@@ -2622,6 +2630,9 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    prefix-list EBGP-OU-TEST-V4-PREFIXES {
+        156.110.31.208/28;
+    }
     policy-statement COMMODITY-PREFIXES-LIST {
         term PREFIXES {
             from {
@@ -2837,6 +2848,70 @@
             }
         }
     }
+    policy-statement EBGP-OU-TEST-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 /24-/32;
+            }
+            then next term;
+        }
+        term ACCEPT-BLACKHOLE {
+            from {
+                community ONENET_BLACKHOLE;
+                prefix-list-filter EBGP-OU-TEST-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-OU-TEST-V4-PREFIXES orlonger;
+            }
+            then {
+                community delete NON_ONENET;
+                community delete ONENET_ENGINEERING;
+                next term;
+            }
+        }
+        term ACCEPT-ROUTES {
+            from {
+                prefix-list-filter EBGP-OU-TEST-V4-PREFIXES orlonger;
+            }
+            then {
+                community add ONENET_SRC_CUSTOMER;
+                community add ONENET_ADV_UPSTREAM;
+                community add ONENET_ADV_RESEARCH;
+                next-hop peer-address;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-OU-V4-EXPORT {
         term SEND-DEFAULT {
             from {



More information about the Nocrancid mailing list