[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Jul 20 18:02:15 CDT 2014


Index: configs/hub.cla.onenet.net
===================================================================
--- configs/hub.cla.onenet.net	(revision 117877)
+++ configs/hub.cla.onenet.net	(working copy)
@@ -285,8 +285,8 @@
 #t1-2/0/0:2.0 up up
 #t1-2/0/0:3 up down
 #t1-2/0/0:4 up down
-#t1-2/0/0:5 up up
-#t1-2/0/0:5.0 up up
+#t1-2/0/0:5 up down
+#t1-2/0/0:5.0 up down
 #t1-2/0/0:6 up up
 #t1-2/0/0:6.0 up up
 #t1-2/0/0:7 up up
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 117985)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -308,7 +308,7 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
-#t1-2/0/2:24 down up
+#t1-2/0/2:24 down down
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down
Index: configs/hub.lawm120.onenet.net
===================================================================
--- configs/hub.lawm120.onenet.net	(revision 117128)
+++ configs/hub.lawm120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-M120-RE0> show system commit 
+#   2014-07-20 17:45:49 CDT by andrew via cli commit synchronize
+#   2014-07-20 17:35:58 CDT by andrew via cli commit synchronize
+#   2014-07-20 17:33:22 CDT by andrew via cli commit synchronize
 #   2014-06-19 10:26:01 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 #   2014-06-10 10:25:39 CDT by joe via cli commit synchronize
 #   2014-06-10 10:24:18 CDT by joe via cli commit synchronize
-#   2014-06-10 09:00:26 CDT by andrew via cli commit synchronize
-#   2014-06-05 15:06:30 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-06-05 10:39:48 CDT by donnie via cli commit synchronize
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -269,7 +269,7 @@
 # grnoc-mon at LAWTON-M120-RE0> show system uptime 
 # System booted: 2013-05-28 00:36 CDT 
 # Protocols started: 2013-05-28 00:38 CDT 
-# Last configured: 2014-06-19 10:26 CDT  by josh
+# Last configured: 2014-07-20 17:45 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show interface terse 
@@ -399,13 +399,14 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-M120-RE0> show configuration 
-## Last commit: 2014-06-19 10:26:01 CDT by josh
+## Last commit: 2014-07-20 17:45:49 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -794,6 +795,7 @@
                     input;
                 }
                 address 164.58.7.201/30;
+                address 10.119.16.121/30;
             }
         }
     }
@@ -1292,6 +1294,41 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    policy-statement DPS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DPS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DPS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1353,6 +1390,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
     community Durant members 5078:14;
     community Edmond members 5078:235;
@@ -1753,6 +1791,22 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:16.0;
+        route-distinguisher 164.58.199.189:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 172.30.13.0/25 next-hop 10.119.16.122;
+                route 172.22.113.128/25 next-hop 10.119.16.122;
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;



More information about the Nocrancid mailing list