[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Nov 28 23:03:56 CST 2016


Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 148430)
+++ configs/core1.okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system commit 
+#   2016-11-28 22:22:58 CST by andrew via cli commit synchronize
+#   2016-11-28 22:19:08 CST by andrew via cli commit synchronize
 #   2016-11-24 22:50:23 CST by andrew via cli commit synchronize
 #   2016-11-24 22:32:59 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-24 22:05:46 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-24 18:59:38 CST by andrew via cli commit synchronize
-#   2016-11-24 18:48:24 CST by andrew via cli commit synchronize
-#   2016-11-24 18:47:29 CST by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -578,7 +578,7 @@
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime 
 # System booted: 2016-10-12 08:15 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2016-11-24 22:50 CST  by andrew
+# Last configured: 2016-11-28 22:22 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -878,7 +878,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2016-11-24 22:50:23 CST by andrew
+## Last commit: 2016-11-28 22:22:58 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -2294,6 +2294,30 @@
                 description TUL-CORE6-IBGP-V4;
             }
         }
+        group ANYCAST-TEST {
+            type external;
+            family inet {
+                unicast;
+            }
+            neighbor 164.58.69.102 {
+                description "[NO-MONITOR]";
+                import EBGP-ANYCAST-V4-IMPORT;
+                export EBGP-ANYCAST-EXPORT;
+                peer-as 64700;
+            }
+        }
+        group ANYCAST-V6-TEST {
+            type external;
+            family inet6 {
+                unicast;
+            }
+            neighbor 2610:1d8:10ff:0:164:58:69:102 {
+                description "[NO-MONITOR]";
+                import EBGP-ANYCAST-V6-IMPORT;
+                export EBGP-ANYCAST-EXPORT;
+                peer-as 64700;
+            }
+        }
     }
     isis {
         apply-groups ISIS-LEVEL2;
@@ -13212,6 +13236,33 @@
             then reject;
         }
     }
+    policy-statement EBGP-ANYCAST-EXPORT {
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ANYCAST-V4-IMPORT {
+        term 1 {
+            from {
+                route-filter 164.58.200.200/32 exact;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ANYCAST-V6-IMPORT {
+        term 1 {
+            from {
+                route-filter 2610:1d8::164:58:200:200/128 exact;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement EBGP-DPS-ONENET-DC-V4-EXPORT {
         term SEND-LINKS {
             from {
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 148512)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -474,8 +474,8 @@
 #t1-3/1/0:28 down down
 #ct3-3/1/1 down down
 #t3-3/1/1 down down
-#ct3-3/1/2 down up
-#t3-3/1/2 down up
+#ct3-3/1/2 down down
+#t3-3/1/2 down down
 #ct3-3/1/3 up up
 #t1-3/1/3:1 down down
 #t1-3/1/3:2 down down



More information about the Nocrancid mailing list