[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Jul 28 16:02:17 CDT 2014


Index: configs/hub.wil.onenet.net
===================================================================
--- configs/hub.wil.onenet.net	(revision 118205)
+++ configs/hub.wil.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WILBURTON-M120-RE0> show system commit 
+#   2014-07-28 15:11:12 CDT by donnie via cli commit synchronize
+#   2014-07-28 15:08:29 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-17 10:01:53 CDT by sky via cli commit synchronize
 #   2014-05-15 09:06:54 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-05-13 16:34:02 CDT by joel via cli commit synchronize
 #   2014-04-24 15:09:38 CDT by joel via cli commit synchronize
-#   2014-04-16 09:35:34 CDT by donnie via cli commit synchronize
-#   2014-04-16 09:29:13 CDT by donnie via cli commit synchronize
 # grnoc-mon at WILBURTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -275,7 +275,7 @@
 # grnoc-mon at WILBURTON-M120-RE0> show system uptime 
 # System booted: 2013-07-30 14:03 CDT 
 # Protocols started: 2013-07-30 14:05 CDT 
-# Last configured: 2014-07-17 10:01 CDT  by sky
+# Last configured: 2014-07-28 15:11 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at WILBURTON-M120-RE0> show interface terse 
@@ -288,6 +288,7 @@
 #t3-2/0/1 down down
 #ct3-2/0/2 up up
 #t1-2/0/2:1 up down
+#t1-2/0/2:1.0 up down
 #t1-2/0/2:2 up up
 #t1-2/0/2:2.0 up up
 #t1-2/0/2:3 up up
@@ -437,13 +438,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 WILBURTON-M120-RE0> show configuration 
-## Last commit: 2014-07-17 10:01:53 CDT by sky
+## Last commit: 2014-07-28 15:11:12 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -712,6 +714,12 @@
     }
     t1-2/0/2:1 {
         description "TAGNET-3104-STIGLER-T1-CIR [ORDERED]";
+        encapsulation cisco-hdlc;
+        unit 0 {
+            family inet {
+                address 10.119.1.249/30;
+            }
+        }
     }
     t1-2/0/2:2 {
         description Latimer-Cnty-General-Hosp-T1-CIR0000171-lsq-2/3/0.9;
@@ -1564,6 +1572,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;
+        }
+    }
     community Ada members 5078:22;
     community Altus members 5078:26;
     community Alva members 5078:74;
@@ -1592,6 +1638,7 @@
     community Sallisaw members 5078:118;
     community Sayre members 5078:30;
     community Seminole members 5078:46;
+    community TAGNET-VPN members target:5078:2531;
     community Tahlequah members 5078:130;
     community Tishomingo members 5078:86;
     community Tonkawa members 5078:70;
@@ -1972,6 +2019,18 @@
         }
     }
 }
+routing-instances {
+    TAGNET-L3VPN {
+        description TAGNET-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:1.0;
+        route-distinguisher 164.58.199.98:2531;
+        vrf-import TAGNET-VRF-IMPORT;
+        vrf-export TAGNET-VRF-EXPORT;
+        vrf-target target:5078:2531;
+        vrf-table-label;
+    }
+}
 services {
     flow-monitoring {
         version9 {



More information about the Nocrancid mailing list