[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Mar 17 17:02:45 CDT 2016


Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net	(revision 140823)
+++ configs/core.goo.onenet.net	(working copy)
@@ -1,14 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at GOODWELL-MX104-RE0> show system commit 
-#   2016-03-17 15:55:08 CDT by andrew via cli commit synchronize
-#   2016-03-16 01:08:25 CDT by admin via synchronize
-#   2016-03-16 01:04:34 CDT by root via other
-#     Synchronization with remote Routing Engine
-#   2009-12-31 18:07:39 CST by root via other
-#   2016-03-16 00:47:00 CDT by root via other
-#     Synchronization with remote Routing Engine
-#   2016-03-16 00:20:50 CDT by admin via cli commit synchronize
+#   2016-03-17 16:25:05 CDT by andrew via cli commit synchronize
+#   2016-03-17 16:24:07 CDT by andrew via cli commit synchronize
+#   2016-03-17 16:17:44 CDT by andrew via cli commit synchronize
+#   2016-03-17 16:16:43 CDT by andrew via cli commit synchronize
+#   2016-03-17 16:07:09 CDT by andrew via cli commit synchronize
+#   2016-03-17 16:01:48 CDT by andrew via cli commit synchronize
 # grnoc-mon at GOODWELL-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -242,7 +240,7 @@
 # grnoc-mon at GOODWELL-MX104-RE0> show system uptime 
 # System booted: 2016-03-16 01:01 CDT 
 # Protocols started: 2016-03-16 01:08 CDT 
-# Last configured: 2016-03-17 15:55 CDT  by andrew
+# Last configured: 2016-03-17 16:25 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at GOODWELL-MX104-RE0> show interface terse 
@@ -263,6 +261,7 @@
 #ge-0/0/2.378 up up
 #ge-0/0/2.379 up up
 #ge-0/0/2.3379 up up
+#ge-0/0/2.3380 up up
 #ge-0/0/2.32767 up up
 #ge-0/0/3 up up
 #ge-0/0/3.0 up up
@@ -308,6 +307,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1048576 up up
 #lsi.1048577 up up
 #lsi.1048578 up up
@@ -339,7 +339,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at GOODWELL-MX104-RE0> show configuration 
-## Last commit: 2016-03-17 15:55:08 CDT by andrew
+## Last commit: 2016-03-17 16:25:05 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -591,12 +591,14 @@
     ge-0/0/2 {
         description NNI-TO-PTCI-CIR0005353;
         flexible-vlan-tagging;
+        mtu 9192;
         encapsulation flexible-ethernet-services;
         unit 351 {
             description KEYES-PS-20M-CIR0005337;
             vlan-id 351;
             family inet {
                 rpf-check;
+                mtu 1500;
                 policer {
                     input 20M-POL;
                     output 20M-POL;
@@ -622,6 +624,13 @@
                 address 10.199.192.177/30;
             }
         }
+        unit 3380 {
+            vlan-tags outer 380 inner 80;
+            family inet {
+                mtu 1500;
+                address 10.199.192.173/30;
+            }
+        }
     }
     ge-0/0/3 {
         description GOODWELL-IPERF-MGMT;
@@ -1044,6 +1053,41 @@
             load-balance per-packet;
         }
     }
+    policy-statement ONENET-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ONENET-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONENET-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1066,6 +1110,7 @@
         }
     }
     community GOODWELL members 5078:9062;
+    community ONENET-MGMT-VPN members target:5078:2543;
 }
 class-of-service {
     classifiers {
@@ -1351,6 +1396,17 @@
     }
 }
 routing-instances {
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-0/0/2.3379;
+        interface ge-0/0/2.3380;
+        route-distinguisher 164.58.199.62:2543;
+        vrf-import ONENET-MGMT-VRF-IMPORT;
+        vrf-export ONENET-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2543;
+        vrf-table-label;
+    }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
         instance-type vpls;
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 140823)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -47,7 +47,6 @@
 # show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis ssb 
-# show system boot-messages
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system boot-messages 
 # kld_map_v: 0x8ff80000, kld_map_p: 0x0
 # Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -111,10 +110,11 @@
 # Trying to mount root from ufs:/dev/da0s1a
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show version 
-# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # file list /var/tmp detail # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> 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-ES-LEASED-ASSET-TAG-004945> show system uptime 
+# show interface terse
 # System booted: 2016-01-07 00:16 CST 
 # Protocols started: 2016-01-07 00:19 CST 
 # Last configured: 2015-10-26 13:12 CDT  by admin
@@ -170,6 +170,7 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration 
+show ospf neighbor
 ## Last commit: 2015-10-26 13:12:04 CDT by admin
 version 12.1X44-D35.5;
 system {
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net	(revision 140823)
+++ configs/rpswi2.rp1f3.onenet.net	(working copy)
@@ -512,8 +512,8 @@
 #ge-1/0/4.0 up down
 #ge-1/0/5 up down
 #ge-1/0/5.0 up down
-#ge-1/0/6 up down
-#ge-1/0/6.0 up down
+#ge-1/0/6 up up
+#ge-1/0/6.0 up up
 #ge-1/0/7 up down
 #ge-1/0/7.0 up down
 #ge-1/0/8 up up
@@ -532,8 +532,8 @@
 #ge-1/0/14.0 up down
 #ge-1/0/15 up down
 #ge-1/0/15.0 up down
-#ge-1/0/16 up up
-#ge-1/0/16.0 up up
+#ge-1/0/16 up down
+#ge-1/0/16.0 up down
 #ge-1/0/17 up down
 #ge-1/0/17.0 up down
 #ge-1/0/18 up down
@@ -556,8 +556,8 @@
 #ge-1/0/26.0 up down
 #ge-1/0/27 up down
 #ge-1/0/27.0 up down
-#ge-1/0/28 up down
-#ge-1/0/28.0 up down
+#ge-1/0/28 up up
+#ge-1/0/28.0 up up
 #ge-1/0/29 up up
 #ge-1/0/29.0 up up
 #ge-1/0/30 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 140823)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -5,7 +5,6 @@
 #   2016-01-19 09:16:22 CST by joel via cli
 #   2016-01-11 10:33:48 CST by joel via cli
 #   2016-01-07 22:36:29 CST by root via cli
-# show chassis environment
 #   2016-01-07 22:35:26 CST by root via cli
 #   2016-01-07 22:33:58 CST by root via cli
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis environment 
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 140823)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -22,6 +22,7 @@
 # Power Power Supply 0                 OK        
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis firmware 
+# show chassis fpc detail
 # Part                     Type       Version
 # FPC 0                    O/S        Version 12.1X44-D35.5 by builder on 2014-05
 # FWDD                     O/S        Version 12.1X44-D35.5 by builder on 2014-05
@@ -46,10 +47,8 @@
 #     Serial ID                      ACLC7669
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis ssb 
-# show system boot-messages
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system boot-messages 
 # kld_map_v: 0x8ff80000, kld_map_p: 0x0
 # Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -114,11 +113,10 @@
 # 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 # file list /var/tmp detail # 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 # 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 
-# show interface terse
 # System booted: 2016-01-11 12:47 CST 
 # Protocols started: 2016-01-11 12:50 CST 
 # Last configured: 2016-01-27 15:43 CST  by joel
@@ -174,7 +172,6 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show configuration 
-show ospf neighbor
 ## Last commit: 2016-01-27 15:43:17 CST by joel
 version 12.1X44-D35.5;
 system {
@@ -602,7 +599,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 140823)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -198,7 +198,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 Mar 17 16:00 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Mar 17 17:01 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/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 140823)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -261,12 +261,12 @@
 #ge-0/0/42.0 up down
 #ge-0/0/43 up up
 #ge-0/0/43.0 up up
-#ge-0/0/44 up up
-#ge-0/0/44.0 up up
-#ge-0/0/45 up up
-#ge-0/0/45.0 up up
-#ge-0/0/46 up up
-#ge-0/0/46.0 up up
+#ge-0/0/44 up down
+#ge-0/0/44.0 up down
+#ge-0/0/45 up down
+#ge-0/0/45.0 up down
+#ge-0/0/46 up down
+#ge-0/0/46.0 up down
 #ge-0/0/47 up up
 #ge-0/0/47.0 up up
 #xe-0/1/0 up up
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net	(revision 140822)
+++ configs/odmhsas.central-office.okc.client.onenet.net	(working copy)
@@ -197,7 +197,7 @@
 #st0.33 up up
 #st0.34 up up
 #st0.35 up up
-#st0.36 up up
+#st0.36 up down
 #st0.37 up up
 #st0.38 up up
 #st0.63 up up



More information about the Nocrancid mailing list