[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Sep 9 16:01:03 CDT 2013


Index: core4.tul.onenet.net
===================================================================
--- core4.tul.onenet.net	(revision 77942)
+++ core4.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2013-09-09 15:42:42 CDT by josh via cli commit synchronize
 #   2013-08-30 09:12:00 CDT by rnordmark via cli commit synchronize
 #   2013-08-29 13:19:44 CDT by jeremyt via cli commit synchronize
 #   2013-08-27 10:06:32 CDT by rnordmark via cli commit synchronize
 #   2013-08-26 17:03:07 CDT by rnordmark via cli commit synchronize
 #   2013-08-26 16:59:43 CDT by rnordmark via cli commit synchronize
-#   2013-08-23 13:20:43 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -355,7 +355,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2013-04-28 00:30 CDT 
 # Protocols started: 2013-04-28 00:31 CDT 
-# Last configured: 2013-08-30 09:12 CDT  by rnordmark
+# Last configured: 2013-09-09 15:42 CDT  by josh
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -562,7 +562,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2013-08-30 09:12:00 CDT by rnordmark
+## Last commit: 2013-09-09 15:42:42 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -2673,6 +2673,44 @@
             then reject;
         }
     }
+    policy-statement ONENET-GRDA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ONENET-GRDA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONET-GRDA-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement OSPF-DEFAULT {
         term GET-ROUTE {
             from {
@@ -2872,6 +2910,7 @@
     community OKCCORE4 members 5078:214;
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
+    community ONET-GRDA-VPN members target:5078:2522;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community PTCCORE1 members 5078:234;
@@ -3158,6 +3197,23 @@
     }
 }
 routing-instances {
+    ONENET-GRDA-L3VPN {
+        description "Grand River Dam Authority";
+        instance-type vrf;
+        interface ge-0/3/4.378;
+        route-distinguisher 164.58.199.224:2522;
+        vrf-import ONENET-GRDA-VRF-IMPORT;
+        vrf-export ONENET-GRDA-VRF-EXPORT;
+        vrf-target target:5078:2522;
+        protocols {
+            ospf {
+                export ONENET-GRDA-VRF-IMPORT;
+                area 0.0.0.0 {
+                    interface ge-0/3/4.378;
+                }
+            }
+        }
+    }
     VPLS-ONENET-DC {
         description ONENET-SANS-VPLS-OKC-TULSA-LAWTON;
         instance-type vpls;

Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net	(revision 78992)
+++ core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2013-09-09 15:07:23 CDT by josh via cli commit synchronize
 #   2013-09-09 14:27:24 CDT by jeremyt via cli commit synchronize
 #   2013-09-09 13:04:42 CDT by josh via cli commit synchronize
 #   2013-09-09 10:13:18 CDT by donnie via cli commit synchronize
 #   2013-09-05 10:29:18 CDT by donnie via cli commit synchronize
 #   2013-09-03 18:02:04 CDT by rnordmark via cli commit synchronize
-#   2013-09-03 18:00:23 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -352,7 +352,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2013-04-14 01:08 CDT 
 # Protocols started: 2013-04-14 01:10 CDT 
-# Last configured: 2013-09-09 14:27 CDT  by jeremyt
+# Last configured: 2013-09-09 15:07 CDT  by josh
 # 
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -560,7 +560,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2013-09-09 14:27:24 CDT by jeremyt
+## Last commit: 2013-09-09 15:07:23 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -2607,7 +2607,7 @@
         term 3 {
             from {
                 protocol ospf;
-                area 0.0.0.5;
+                area 0.0.0.0;
             }
             then {
                 community add ONET-GRDA-VPN;
@@ -3170,7 +3170,7 @@
         protocols {
             ospf {
                 export ONENET-GRDA-VRF-IMPORT;
-                area 0.0.0.5 {
+                area 0.0.0.0 {
                     interface xe-0/0/1.175;
                 }
             }

Index: core5.tul.onenet.net
===================================================================
--- core5.tul.onenet.net	(revision 78588)
+++ core5.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit 
+#   2013-09-09 15:59:30 CDT by josh via cli commit synchronize
 #   2013-09-05 17:32:50 CDT by rnordmark via cli commit synchronize
 #   2013-09-05 17:00:47 CDT by josh via cli commit synchronize
 #   2013-09-05 16:58:23 CDT by josh via cli commit synchronize
 #   2013-09-05 16:49:45 CDT by josh via cli commit synchronize
 #   2013-09-05 16:46:57 CDT by josh via cli commit synchronize
-#   2013-09-05 14:43:20 CDT by josh via cli commit synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -334,7 +334,7 @@
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime 
 # System booted: 2013-04-27 23:43 CDT 
 # Protocols started: 2013-04-27 23:45 CDT 
-# Last configured: 2013-09-05 17:32 CDT  by rnordmark
+# Last configured: 2013-09-09 15:59 CDT  by josh
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -482,7 +482,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2013-09-05 17:32:50 CDT by rnordmark
+## Last commit: 2013-09-09 15:59:30 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -2609,6 +2609,44 @@
             }
         }
     }
+    policy-statement ONENET-GRDA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add ONET-GRDA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ONENET-GRDA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONET-GRDA-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement RE-PREFIXES-LIST {
         term prefixes {
             from {
@@ -2734,6 +2772,7 @@
     community OKCCORE4 members 5078:214;
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
+    community ONET-GRDA-VPN members target:5078:2522;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community PTCCORE1 members 5078:234;
@@ -3014,6 +3053,25 @@
     }
 }
 routing-instances {
+    ONENET-GRDA-L3VPN {
+        description "Grand River Dam Authority";
+        instance-type vrf;
+        interface ge-0/2/7.0;
+        interface xe-1/0/1.192;
+        route-distinguisher 164.58.199.225:2522;
+        vrf-import ONENET-GRDA-VRF-IMPORT;
+        vrf-export ONENET-GRDA-VRF-EXPORT;
+        vrf-target target:5078:2522;
+        protocols {
+            ospf {
+                export ONENET-GRDA-VRF-IMPORT;
+                area 0.0.0.0 {
+                    interface xe-1/0/1.192;
+                    interface ge-0/2/7.0;
+                }
+            }
+        }
+    }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
         instance-type vpls;

Index: hub.sem.onenet.net
===================================================================
--- hub.sem.onenet.net	(revision 78996)
+++ hub.sem.onenet.net	(working copy)
@@ -330,18 +330,18 @@
 #t1-2/0/2:14 up up
 #t1-2/0/2:14.0 up up
 #t1-2/0/2:15 up down
-#t1-2/0/2:16 up down
-#t1-2/0/2:16.0 up down
-#t1-2/0/2:17 up down
-#t1-2/0/2:17.0 up down
+#t1-2/0/2:16 up up
+#t1-2/0/2:16.0 up up
+#t1-2/0/2:17 up up
+#t1-2/0/2:17.0 up up
 #t1-2/0/2:18 up up
 #t1-2/0/2:18.0 up up
-#t1-2/0/2:19 up down
-#t1-2/0/2:19.0 up down
+#t1-2/0/2:19 up up
+#t1-2/0/2:19.0 up up
 #t1-2/0/2:20 up up
 #t1-2/0/2:20.0 up up
-#t1-2/0/2:21 up down
-#t1-2/0/2:21.0 up down
+#t1-2/0/2:21 up up
+#t1-2/0/2:21.0 up up
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
 #t1-2/0/2:23 up down
@@ -412,7 +412,7 @@
 #ip-2/3/0 up up
 #lsq-2/3/0 up up
 #lsq-2/3/0.2 up up
-#lsq-2/3/0.3 up down
+#lsq-2/3/0.3 up up
 #lsq-2/3/0.6 up up
 #lsq-2/3/0.7 up up
 #lsq-2/3/0.8 up up



More information about the Nocrancid mailing list