[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Apr 29 12:02:37 CDT 2014


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 115641)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -309,7 +309,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.wea.onenet.net
===================================================================
--- configs/hub.wea.onenet.net	(revision 115470)
+++ configs/hub.wea.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEATHERFORD-M120-RE0> show system commit 
+#   2014-04-29 11:08:38 CDT by donnie via cli commit confirmed, rollback in 3mins synchronize
 #   2014-04-22 16:46:39 CDT by joel via cli commit synchronize
 #   2014-04-22 16:40:30 CDT by joel via cli commit synchronize
 #   2014-04-07 14:11:24 CDT by donnie via cli commit synchronize
 #   2014-04-07 14:08:23 CDT by donnie via cli commit synchronize
 #   2014-04-07 14:05:23 CDT by donnie via cli commit synchronize
-#   2014-04-03 14:01:39 CDT by joe via cli commit synchronize
 # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at WEATHERFORD-M120-RE0> show system uptime 
 # System booted: 2013-05-27 00:47 CDT 
 # Protocols started: 2013-05-27 00:56 CDT 
-# Last configured: 2014-04-22 16:46 CDT  by joel
+# Last configured: 2014-04-29 11:08 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-M120-RE0> show interface terse 
@@ -462,13 +462,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 WEATHERFORD-M120-RE0> show configuration 
-## Last commit: 2014-04-22 16:46:39 CDT by joel
+## Last commit: 2014-04-29 11:08:38 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -1556,6 +1557,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;
@@ -1584,6 +1623,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;
@@ -1909,7 +1949,14 @@
 }
 routing-instances {
     TAGNET-L3VPN {
+        description TAGNET-L3VPN;
+        instance-type vrf;
         interface t1-2/0/3:6.0;
+        route-distinguisher 164.58.199.38:2531;
+        vrf-import TAGNET-VRF-IMPORT;
+        vrf-export TAGNET-VRF-EXPORT;
+        vrf-target target:5078:2531;
+        vrf-table-label;
         routing-options {
             static {
                 route 10.119.4.78/32 next-hop 10.119.4.78;
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 115645)
+++ configs/core1.okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system commit 
+#   2014-04-29 11:42:34 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-29 10:04:32 CDT by rnordmark via cli commit synchronize
 #   2014-04-24 10:34:01 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-24 10:23:51 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-24 10:11:38 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-24 10:10:01 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
-#   2014-04-24 10:07:03 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -480,7 +480,7 @@
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime 
 # System booted: 2013-04-13 23:52 CDT 
 # Protocols started: 2013-04-13 23:53 CDT 
-# Last configured: 2014-04-29 10:04 CDT  by rnordmark
+# Last configured: 2014-04-29 11:42 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -709,7 +709,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-04-29 10:04:32 CDT by rnordmark
+## Last commit: 2014-04-29 11:42:34 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1228,6 +1228,9 @@
             vlan-id 69;
             family inet {
                 mtu 9000;
+                sampling {
+                    input;
+                }
                 address 164.58.246.89/30;
             }
             family inet6 {
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net	(revision 115645)
+++ configs/core2-okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system commit 
+#   2014-04-29 11:19:36 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-29 10:05:44 CDT by rnordmark via cli commit synchronize
 #   2014-04-24 17:35:11 CDT by jeremyt via cli commit synchronize
 #   2014-04-24 17:00:12 CDT by jeremyt via cli commit synchronize
 #   2014-04-24 10:34:49 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-24 10:21:32 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
-#   2014-04-24 10:14:00 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -414,7 +414,7 @@
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime 
 # System booted: 2014-03-16 10:36 CDT 
 # Protocols started: 2014-04-07 13:01 CDT 
-# Last configured: 2014-04-29 10:05 CDT  by rnordmark
+# Last configured: 2014-04-29 11:19 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse 
@@ -602,7 +602,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE2-MX960-RE0> show configuration 
-## Last commit: 2014-04-29 10:05:44 CDT by rnordmark
+## Last commit: 2014-04-29 11:19:36 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1233,6 +1233,9 @@
             vlan-id 69;
             family inet {
                 mtu 9000;
+                sampling {
+                    input;
+                }
                 address 164.58.246.21/30;
             }
             family inet6 {
Index: configs/hub.lawm120.onenet.net
===================================================================
--- configs/hub.lawm120.onenet.net	(revision 115331)
+++ 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-04-29 11:40:11 CDT by josh via cli commit synchronize
+#   2014-04-29 11:37:40 CDT by josh via cli commit synchronize
+#   2014-04-29 11:36:33 CDT by josh via cli commit synchronize
+#   2014-04-29 11:32:45 CDT by josh via cli commit confirmed, rollback in 10mins synchronize
+#   2014-04-29 11:32:20 CDT by josh via cli commit confirmed, rollback in 5mins synchronize
 #   2014-04-17 14:51:06 CDT by josh via cli commit synchronize
-#   2014-04-17 14:49:35 CDT by josh via cli commit synchronize
-#   2014-03-26 08:33:38 CDT by donnie via cli commit synchronize
-#   2014-03-21 15:24:28 CDT by root via other
-#   2014-03-21 15:20:59 CDT by donnie via cli commit confirmed, rollback in 3mins synchronize
-#   2014-03-21 15:18:14 CDT by donnie via cli commit synchronize
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +268,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-04-17 14:51 CDT  by josh
+# Last configured: 2014-04-29 11:40 CDT  by josh
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show interface terse 
@@ -318,8 +318,8 @@
 #ct3-2/0/3 up up
 #t1-2/0/3:1 up down
 #t1-2/0/3:2 down down
-#t1-2/0/3:3 up down
-#t1-2/0/3:3.0 up down
+#t1-2/0/3:3 up up
+#t1-2/0/3:3.0 up up
 #t1-2/0/3:4 up down
 #t1-2/0/3:5 up down
 #t1-2/0/3:6 up down
@@ -402,7 +402,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-M120-RE0> show configuration 
-## Last commit: 2014-04-17 14:51:06 CDT by josh
+## Last commit: 2014-04-29 11:40:11 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -804,7 +804,7 @@
         encapsulation cisco-hdlc;
         unit 0 {
             family inet {
-                address 10.119.0.157/30;
+                address 10.119.0.117/30;
             }
         }
     }
@@ -1545,11 +1545,6 @@
         vrf-import TAGNET-L3VPN-IMPORT;
         vrf-export TAGNET-L3VPN-EXPORT;
         vrf-target target:5078:2531;
-        routing-options {
-            static {
-                route 10.119.0.158/32 next-hop 10.119.0.158;
-            }
-        }
     }
 }
 services {
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net	(revision 115551)
+++ configs/hub.end.onenet.net	(working copy)
@@ -374,7 +374,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1057287 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -404,6 +403,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1057288 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 115643)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -331,7 +331,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1057383 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -361,6 +360,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1057386 up up
 #demux0 up up
 #dsc up up
 #em0 up up



More information about the Nocrancid mailing list