[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Dec 6 15:02:02 CST 2015


Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net	(revision 137513)
+++ configs/hub.ada.onenet.net	(working copy)
@@ -334,7 +334,7 @@
 #t1-2/0/2:11.0 up up
 #t1-2/0/2:12 up up
 #t1-2/0/2:12.0 up up
-#t1-2/0/2:13 down up
+#t1-2/0/2:13 down down
 #t1-2/0/2:14 up up
 #t1-2/0/2:14.0 up up
 #t1-2/0/2:15 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 137495)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -794,7 +794,7 @@
 #t1-2/3/0:9:5.0 up up
 #t1-2/3/0:9:6 down down
 #t1-2/3/0:9:7 down down
-#t1-2/3/0:9:8 down up
+#t1-2/3/0:9:8 down down
 #t1-2/3/0:9:9 down down
 #t1-2/3/0:9:10 down down
 #t1-2/3/0:9:11 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 137512)
+++ configs/core5.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit 
+#   2015-12-06 14:36:23 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+#   2015-12-06 14:29:10 CST by andrew via cli commit confirmed, rollback in 5mins synchronize
+#   2015-12-06 14:25:25 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-12-03 14:55:50 CST by sky via cli commit synchronize
 #   2015-12-03 14:48:13 CST by sky via cli commit synchronize
 #   2015-12-03 14:41:55 CST by sky via cli commit synchronize
-#   2015-12-02 16:54:24 CST by sky via cli commit synchronize
-#   2015-12-02 14:46:35 CST by sky via cli commit synchronize
-#   2015-12-02 14:27:53 CST by sky via cli commit synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -386,7 +386,7 @@
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime 
 # System booted: 2014-09-20 01:27 CDT 
 # Protocols started: 2014-09-20 01:28 CDT 
-# Last configured: 2015-12-03 14:55 CST  by sky
+# Last configured: 2015-12-06 14:36 CST  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -501,6 +501,8 @@
 #xe-1/0/1.216 up up
 #xe-1/0/1.218 up up
 #xe-1/0/1.219 up up
+#xe-1/0/1.1186 up up
+#xe-1/0/1.3186 up up
 #xe-1/0/1.32767 up up
 #xe-1/1/0 down down
 #xe-1/1/1 down down
@@ -646,6 +648,7 @@
 #lsi.5 up up
 #lsi.6 up up
 #lsi.7 up up
+#lsi.8 up up
 #lsi.1414228 up up
 #lsi.1414237 up up
 #lsi.1414238 up up
@@ -659,7 +662,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2015-12-03 14:55:50 CST by sky
+## Last commit: 2015-12-06 14:36:23 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1317,7 +1320,7 @@
         }
         unit 186 {
             description HEI-NortheasternStateUniversity-BrokenArrow-GE-CIR0004251;
-            vlan-id 186;
+            vlan-tags outer 186 inner 500;
             family inet {
                 mtu 1500;
                 sampling {
@@ -1618,6 +1621,25 @@
                 address 156.110.34.57/30;
             }
         }
+        unit 1186 {
+            description "NSU-L3VPN-BROKEN-ARROW [ORDERED]";
+            vlan-tags outer 186 inner 501;
+            family inet {
+                mtu 1500;
+                address 10.2.255.1/29;
+            }
+        }
+        unit 3186 {
+            description HEI-NORTHEASTERN-STATE-UNIVERSITY-BROKEN-ARROW-NID-MGMT-CIR0004251;
+            vlan-tags outer 186 inner 80;
+            family inet {
+                mtu 1500;
+                sampling {
+                    input;
+                }
+                address 10.199.192.125/30;
+            }
+        }
     }
     xe-1/1/0 {
         disable;
@@ -4127,6 +4149,48 @@
             then accept;
         }
     }
+    policy-statement NSU-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add NSU-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add NSU-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add NSU-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add NSU-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement NSU-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community NSU-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ODMHSAS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -4514,6 +4578,7 @@
     community NETFLIX-REJECT members [ 11317:3006 40581:3006 ];
     community NORMANCORE1 members 5078:230;
     community NORMANCORE2 members 5078:231;
+    community NSU-VPN members target:5078:2591;
     community Netflix-Prepend members 65001:2906;
     community ODMHSAS-VPN members target:5078:2559;
     community OIDS-VPN members target:5078:2532;
@@ -5090,6 +5155,16 @@
             }
         }
     }
+    NSU-L3VPN {
+        description NSU-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/1.1186;
+        route-distinguisher 164.58.199.225:2591;
+        vrf-import NSU-VRF-IMPORT;
+        vrf-export NSU-VRF-EXPORT;
+        vrf-target target:5078:2591;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
@@ -5206,6 +5281,7 @@
     ONENET-MGMT-L3VPN {
         description ONENET-MGMT-L3VPN;
         instance-type vrf;
+        interface xe-1/0/1.3186;
         route-distinguisher 164.58.199.225:2543;
         vrf-import ONENET-MGMT-VRF-IMPORT;
         vrf-export ONENET-MGMT-VRF-EXPORT;
Index: configs/hub.tah.onenet.net
===================================================================
--- configs/hub.tah.onenet.net	(revision 137465)
+++ configs/hub.tah.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TAHLEQUAH-M120-RE0> show system commit 
+#   2015-12-06 14:50:49 CST by andrew via cli commit synchronize
 #   2015-10-06 09:12:58 CDT by andrew via cli commit synchronize
 #   2015-10-02 11:12:59 CDT by sky via cli commit synchronize
 #   2015-10-02 11:12:20 CDT by sky via cli commit synchronize
 #   2015-08-23 03:02:23 CDT by andrew via cli commit synchronize
 #   2015-08-23 03:01:18 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2015-07-15 10:10:40 CDT by andrew via cli commit synchronize
 # grnoc-mon at TAHLEQUAH-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -301,7 +301,7 @@
 # grnoc-mon at TAHLEQUAH-M120-RE0> show system uptime 
 # System booted: 2015-06-07 23:01 CDT 
 # Protocols started: 2015-06-07 23:04 CDT 
-# Last configured: 2015-10-06 09:12 CDT  by andrew
+# Last configured: 2015-12-06 14:50 CST  by andrew
 # 
 # {master}
 # grnoc-mon at TAHLEQUAH-M120-RE0> show interface terse 
@@ -467,7 +467,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TAHLEQUAH-M120-RE0> show configuration 
-## Last commit: 2015-10-06 09:12:58 CDT by andrew
+## Last commit: 2015-12-06 14:50:49 CST by andrew
 version 13.3R6.5;
 groups {
     re0 {
@@ -1211,6 +1211,7 @@
         }
     }
     ge-4/0/2 {
+        description "NSU L3VPN [ORDERED]";
         mtu 9000;
         unit 0 {
             family inet {
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 137512)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -294,7 +294,7 @@
 #t1-2/0/2:1 up up
 #t1-2/0/2:1.16 up up
 #t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 down down
 #t1-2/0/2:5 down down
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 137512)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -113,7 +113,7 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show version 
-# Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # file list /var/tmp detail # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system uptime 
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 137513)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -199,7 +199,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Dec 6  13:55 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Dec 6  14:56 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core6.tul-m7i.onenet.net
===================================================================
--- configs/core6.tul-m7i.onenet.net	(revision 137510)
+++ configs/core6.tul-m7i.onenet.net	(working copy)
@@ -191,7 +191,7 @@
 # -rw-r--r--  1 root  field          0 Jun 9   2015 LOCK_FILE
 # drwxr-xr-x  2 root  field        512 Jun 9   2015 gres-tp/
 # drwxrwxrwx  2 root  wheel        512 Jun 9   2015 install/
-# -rw-r--r--  1 root  field         79 Jun 9  15:02 kmdchk.log
+# -rw-r--r--  1 root  field         79 Jun 9   2015 kmdchk.log
 # drwxrwxrwx  2 root  wheel        512 Jun 9   2015 pics/
 # drwxr-xr-x  2 root  field        512 Jun 9   2015 rtsdb/
 # drwxr-xr-x  2 root  field        512 Jun 9   2015 sd-upgrade/



More information about the Nocrancid mailing list