[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Sep 8 09:02:16 CDT 2014


Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 119392)
+++ 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 
+#   2014-09-08 08:41:01 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:35:40 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:34:58 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:33:48 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:31:53 CDT by rnordmark via cli commit synchronize
 #   2014-09-05 11:30:54 CDT by andrew via cli commit synchronize
-#   2014-09-05 10:21:00 CDT by andrew via cli commit synchronize
-#   2014-09-04 08:18:54 CDT by rnordmark via cli commit synchronize
-#   2014-09-02 09:32:24 CDT by rnordmark via cli commit synchronize
-#   2014-08-31 18:06:45 CDT by andrew via cli commit synchronize
-#   2014-08-26 08:39:37 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -369,7 +369,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2013-04-14 00:44 CDT 
 # Protocols started: 2013-04-14 00:45 CDT 
-# Last configured: 2014-09-05 11:30 CDT  by andrew
+# Last configured: 2014-09-08 08:41 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -542,7 +542,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2014-09-05 11:30:54 CDT by andrew
+## Last commit: 2014-09-08 08:41:01 CDT by rnordmark
 version 11.4R7.5;
 groups {
     re0 {
@@ -1446,6 +1446,11 @@
     }
 }
 protocols {
+    router-advertisement {
+        interface ae0.0 {
+            prefix 2610:1d8:1401::/64;
+        }
+    }
     mpls {
         interface xe-0/0/0.44;
         interface xe-1/0/0.60;
@@ -1898,7 +1903,10 @@
         }
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
-            then accept;
+            then {
+                as-path-expand 1;
+                accept;
+            }
         }
         term REJECT-ALL-ELSE {
             then reject;
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 119414)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2014-09-08 08:54:10 CDT by andrew via cli commit synchronize
 #   2014-09-06 00:16:17 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-09-05 17:19:32 CDT by andrew via cli commit synchronize
 #   2014-09-05 17:09:20 CDT by andrew via cli commit synchronize
 #   2014-09-05 17:05:36 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-09-05 16:32:25 CDT by andrew via cli commit synchronize
-#   2014-09-05 11:51:42 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -412,7 +412,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-03-16 10:32 CDT 
 # Protocols started: 2014-03-16 10:34 CDT 
-# Last configured: 2014-09-06 00:16 CDT  by andrew
+# Last configured: 2014-09-08 08:54 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -699,6 +699,7 @@
 #lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1049211 up up
 #lsi.1049224 up up
 #lsi.1049228 up up
@@ -711,7 +712,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-09-06 00:16:17 CDT by andrew
+## Last commit: 2014-09-08 08:54:10 CDT by andrew
 version 12.3R5.7;
 groups {
     re0 {
@@ -1548,6 +1549,9 @@
         unit 212 {
             description "TAGNET-5582-OKC-CLASSEN-10M-CIR000XXXX [ORDERED]";
             vlan-id 212;
+            family inet {
+                address 10.250.1.1/30;
+            }
         }
         unit 2050 {
             description OIDS-NORMAN-INTERNET-50M-CIR0005438;
@@ -4145,6 +4149,44 @@
             }
         }
     }
+    policy-statement TAGNET-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement TAGNET-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community TAGNET-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement UCO-EXPORT {
         term 1 {
             from protocol static;
@@ -4232,6 +4274,7 @@
     community Sallisaw members 5078:118;
     community Sayre members 5078:30;
     community Seminole members 5078:46;
+    community TAGNET-VPN members target:5078:2531;
     community TULSACORE1 members 5078:221;
     community TULSACORE2 members 5078:222;
     community TULSACORE3 members 5078:223;
@@ -5086,6 +5129,16 @@
         vrf-target target:5078:2532;
         vrf-table-label;
     }
+    TAGNET-L3VPN {
+        description TAGNET-L3VPN;
+        instance-type vrf;
+        interface xe-0/0/1.212;
+        route-distinguisher 164.58.199.214:2531;
+        vrf-import TAGNET-VRF-IMPORT;
+        vrf-export TAGNET-VRF-EXPORT;
+        vrf-target target:5078:2531;
+        vrf-table-label;
+    }
     UCO {
         description UCO-L3VPN;
         instance-type vrf;
Index: configs/core7.tul.onenet.net
===================================================================
--- configs/core7.tul.onenet.net	(revision 119400)
+++ configs/core7.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show system commit 
+#   2014-09-08 08:39:52 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:39:30 CDT by rnordmark via cli commit synchronize
 #   2014-09-05 10:06:54 CDT by andrew via cli commit synchronize
 #   2014-09-02 11:05:26 CDT by jeremyt via cli commit synchronize
 #   2014-09-02 11:01:14 CDT by jeremyt via cli commit synchronize
 #   2014-09-02 10:59:20 CDT by jeremyt via cli commit synchronize
-#   2014-09-02 10:58:33 CDT by jeremyt via cli commit synchronize
-#   2014-09-02 09:41:43 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -370,7 +370,7 @@
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show system uptime 
 # System booted: 2014-06-08 00:18 CDT 
 # Protocols started: 2014-06-08 00:20 CDT 
-# Last configured: 2014-09-05 10:06 CDT  by andrew
+# Last configured: 2014-09-08 08:39 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show interface terse 
@@ -541,7 +541,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE7-MX480-RE0> show configuration 
-## Last commit: 2014-09-05 10:06:54 CDT by andrew
+## Last commit: 2014-09-08 08:39:52 CDT by rnordmark
 version 12.3R5.7;
 groups {
     re0 {
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 119417)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -542,7 +542,7 @@
 #t1-2/3/0:3:12 up up
 #t1-2/3/0:3:12.0 up up
 #t1-2/3/0:3:13 up up
-#t1-2/3/0:3:13.0 up down
+#t1-2/3/0:3:13.0 up up
 #t1-2/3/0:3:14 up up
 #t1-2/3/0:3:14.0 up up
 #t1-2/3/0:3:15 up up
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net	(revision 119410)
+++ configs/core1.ptc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit 
+#   2014-09-08 08:40:23 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:35:43 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:35:02 CDT by rnordmark via cli commit synchronize
+#   2014-09-08 08:34:33 CDT by rnordmark via cli commit synchronize
 #   2014-09-05 14:07:01 CDT by andrew via cli commit synchronize
 #   2014-09-05 13:27:26 CDT by andrew via cli commit synchronize
-#   2014-09-05 13:19:41 CDT by andrew via cli commit synchronize
-#   2014-08-29 19:17:31 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-#   2014-08-13 23:45:53 CDT by andrew via cli commit synchronize
-#   2014-08-12 00:38:39 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -306,7 +306,7 @@
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime 
 # System booted: 2013-04-27 22:24 CDT 
 # Protocols started: 2013-04-27 22:25 CDT 
-# Last configured: 2014-09-05 14:07 CDT  by andrew
+# Last configured: 2014-09-08 08:40 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse 
@@ -404,7 +404,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration 
-## Last commit: 2014-09-05 14:07:01 CDT by andrew
+## Last commit: 2014-09-08 08:40:23 CDT by rnordmark
 version 11.4R7.5;
 groups {
     re0 {
@@ -1135,7 +1135,10 @@
         }
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
-            then accept;
+            then {
+                as-path-expand 1;
+                accept;
+            }
         }
         term REJECT-ALL-ELSE {
             then reject;



More information about the Nocrancid mailing list