[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jan 6 15:04:06 CST 2017


Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net	(revision 149569)
+++ configs/core4.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
-#   2017-01-06 13:51:03 CST by andrew via cli commit synchronize
-#   2017-01-05 16:27:17 CST by andrew via cli commit synchronize
-#   2017-01-05 16:24:27 CST by andrew via cli commit synchronize
-#   2017-01-03 14:37:00 CST by andrew via cli commit synchronize
-#   2017-01-03 12:04:29 CST by andrew via cli commit synchronize
-#   2017-01-03 08:58:38 CST by andrew via cli commit synchronize
+#   2017-01-06 14:30:54 CST by andrew via cli commit synchronize
+#   2017-01-06 14:26:24 CST by andrew via cli commit synchronize
+#   2017-01-06 14:24:08 CST by andrew via cli commit confirmed, rollback in 5mins synchronize
+#   2017-01-06 14:19:20 CST by andrew via cli commit synchronize
+#   2017-01-06 14:12:11 CST by andrew via cli commit synchronize
+#   2017-01-06 14:03:35 CST by andrew via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -392,7 +392,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 04:31 CDT 
 # Protocols started: 2016-08-15 04:34 CDT 
-# Last configured: 2017-01-06 13:51 CST  by andrew
+# Last configured: 2017-01-06 14:30 CST  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -661,6 +661,7 @@
 #lsi.9 up up
 #lsi.10 up up
 #lsi.11 up up
+#lsi.12 up up
 #lsi.1048623 up up
 #lsi.1048625 up up
 #lsi.1048633 up up
@@ -677,7 +678,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-01-06 13:51:03 CST by andrew
+## Last commit: 2017-01-06 14:30:54 CST by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -1005,14 +1006,11 @@
         disable;
     }
     ge-0/2/7 {
-        description "Tulsa-UPS-2 [NO-MONITOR]";
+        description "TULSA-UPS [NO-MONITOR]";
         speed 100m;
         unit 0 {
             family inet {
-                sampling {
-                    input;
-                }
-                address 156.110.202.145/30;
+                address 10.196.0.5/30;
             }
         }
     }
@@ -3882,34 +3880,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -4105,7 +4117,7 @@
     community OMES-MGMT-VPN members target:5078:2550;
     community OMES-VOIP-VPN members target:5078:2549;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -4955,27 +4967,20 @@
         vrf-target target:5078:2543;
         vrf-table-label;
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
+        interface ge-0/2/7.0;
         interface ge-2/3/5.0;
         interface ge-2/3/6.0;
         interface ge-2/3/7.0;
         interface ge-2/3/8.0;
         interface ge-2/3/9.0;
         route-distinguisher 164.58.199.224:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.22/32 next-hop 10.10.124.22;
-                route 10.10.124.26/32 next-hop 10.10.124.26;
-                route 10.10.124.30/32 next-hop 10.10.124.30;
-                route 10.10.120.246/32 next-hop 10.10.120.246;
-                route 10.10.120.250/32 next-hop 10.10.120.250;
-            }
-        }
+        vrf-table-label;
     }
     OSBI-L3VPN {
         description OSBI-L3VPN;



More information about the Nocrancid mailing list