[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Mar 30 19:03:02 CDT 2016


Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net	(revision 141248)
+++ configs/core.goo.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at GOODWELL-MX104-RE0> show system commit 
+#   2016-03-30 18:21:30 CDT by andrew via cli commit synchronize
+#   2016-03-30 18:07:29 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:20:23 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:17:07 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:11:34 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:09:42 CDT by andrew via cli commit synchronize
-#   2016-03-30 17:06:24 CDT by andrew via cli commit synchronize
-#   2016-03-30 16:56:32 CDT by andrew via cli commit synchronize
 # grnoc-mon at GOODWELL-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at GOODWELL-MX104-RE0> show system uptime 
 # System booted: 2016-03-16 01:01 CDT 
 # Protocols started: 2016-03-30 17:20 CDT 
-# Last configured: 2016-03-30 17:20 CDT  by andrew
+# Last configured: 2016-03-30 18:21 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at GOODWELL-MX104-RE0> show interface terse 
@@ -259,7 +259,7 @@
 #ge-0/0/1.0 up up
 #ge-0/0/2 up up
 #ge-0/0/2.351 up up
-#ge-0/0/2.378 up down
+#ge-0/0/2.378 up up
 #ge-0/0/2.379 up up
 #ge-0/0/2.380 up up
 #ge-0/0/2.3378 up up
@@ -311,6 +311,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1048855 up up
 #lsi.1048856 up up
 #lsi.1048857 up up
@@ -342,7 +343,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at GOODWELL-MX104-RE0> show configuration 
-## Last commit: 2016-03-30 17:20:23 CDT by andrew
+## Last commit: 2016-03-30 18:21:30 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -685,7 +686,7 @@
         }
     }
     ge-0/0/4 {
-        description "Hub Appliance - UPS System - GOO [ORDERED]";
+        description "Hub Appliance - UPS System - GOO";
         speed 100m;
         link-mode full-duplex;
         unit 0 {
@@ -1151,34 +1152,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1205,7 +1220,7 @@
     }
     community GOODWELL members 5078:9062;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1503,18 +1518,15 @@
         vrf-target target:5078:2543;
         vrf-table-label;
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
+        interface ge-0/0/4.0;
         route-distinguisher 164.58.199.62:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.127.254/32 next-hop 10.10.127.254;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 141248)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -20,6 +20,7 @@
 # Power Power Supply 0                 OK        
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> 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
@@ -112,10 +113,11 @@
 # WARNING: / was not properly dismounted
 # 
 # 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 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # file list /var/tmp detail #  # 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-03-25 14:07 CDT 
 # Protocols started: 2016-03-25 14:10 CDT 
 # Last configured: 2016-03-25 14:17 CDT  by joel
@@ -171,6 +173,7 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration 
+show ospf neighbor
 ## Last commit: 2016-03-25 14:17:43 CDT by joel
 version 12.1X44-D35.5;
 system {
@@ -616,6 +619,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.okm.onenet.net
===================================================================
--- configs/hub.okm.onenet.net	(revision 141248)
+++ configs/hub.okm.onenet.net	(working copy)
@@ -1,14 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKMULGEE-M120-RE0> show system commit 
+#   2016-03-30 18:04:18 CDT by andrew via cli commit synchronize
 #   2016-03-30 17:57:45 CDT by andrew via cli commit synchronize
 #   2016-03-18 02:11:58 CDT by joel via synchronize
 #   2016-03-18 02:11:36 CDT by joel via synchronize
 #   2016-03-18 02:08:30 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2016-03-18 02:07:43 CDT by root via other
-#   2016-03-18 01:42:37 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +267,7 @@
 # grnoc-mon at OKMULGEE-M120-RE0> show system uptime 
 # System booted: 2016-03-18 02:05 CDT 
 # Protocols started: 2016-03-18 02:11 CDT 
-# Last configured: 2016-03-30 17:57 CDT  by andrew
+# Last configured: 2016-03-30 18:04 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show interface terse 
@@ -416,13 +415,14 @@
 #lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at OKMULGEE-M120-RE0> show configuration 
-## Last commit: 2016-03-30 17:57:45 CDT by andrew
+## Last commit: 2016-03-30 18:04:18 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -2288,6 +2288,7 @@
         vrf-import ONENET-POP-APPLIANCES-IMPORT;
         vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
+        vrf-table-label;
     }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net	(revision 141248)
+++ configs/rpswi2.rp1f3.onenet.net	(working copy)
@@ -428,8 +428,8 @@
 #ge-0/0/11.0 up up
 #ge-0/0/12 up up
 #ge-0/0/12.0 up up
-#ge-0/0/13 up up
-#ge-0/0/13.0 up up
+#ge-0/0/13 up down
+#ge-0/0/13.0 up down
 #ge-0/0/14 up up
 #ge-0/0/14.0 up up
 #ge-0/0/15 up down
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 141248)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2016-03-30 18:59:17 CDT by andrew via cli commit synchronize
+#   2016-03-30 18:57:31 CDT by root via other
+#   2016-03-30 18:53:30 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+#   2016-03-30 18:24:19 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-03-29 11:22:32 CDT by andrew via cli commit synchronize
 #   2016-03-28 16:15:47 CDT by andrew via cli commit synchronize
-#   2016-03-28 16:12:56 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-03-27 16:31:43 CDT by andrew via cli commit synchronize
-#   2016-03-27 16:29:49 CDT by andrew via cli commit synchronize
-#   2016-03-26 17:47:17 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -443,7 +443,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-08-25 20:38 CDT 
 # Protocols started: 2014-08-25 20:39 CDT 
-# Last configured: 2016-03-29 11:22 CDT  by andrew
+# Last configured: 2016-03-30 18:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -518,6 +518,7 @@
 #xe-1/1/1.279 up up
 #xe-1/1/1.803 up up
 #xe-1/1/1.2021 up up
+#xe-1/1/1.2535 up up
 #xe-1/1/1.2536 up up
 #xe-1/1/1.3512 up up
 #xe-1/1/1.32767 up up
@@ -570,8 +571,7 @@
 #ge-1/3/1 down down
 #ge-1/3/2 up down
 #ge-1/3/3 down down
-#ge-1/3/4 up up
-#ge-1/3/4.0 up up
+#ge-1/3/4 down down
 #ge-1/3/5 down down
 #ge-1/3/6 up up
 #ge-1/3/6.0 up up
@@ -600,6 +600,7 @@
 #xe-2/1/1.279 up up
 #xe-2/1/1.803 up up
 #xe-2/1/1.2021 up up
+#xe-2/1/1.2535 up up
 #xe-2/1/1.2536 up up
 #xe-2/1/1.3512 up up
 #xe-2/1/1.32767 up up
@@ -679,6 +680,7 @@
 #ae5.279 up up
 #ae5.803 up up
 #ae5.2021 up up
+#ae5.2535 up up
 #ae5.2536 up up
 #ae5.3512 up up
 #ae5.32767 up up
@@ -921,7 +923,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2016-03-29 11:22:32 CDT by andrew
+## Last commit: 2016-03-30 18:59:17 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1200,6 +1202,7 @@
 }
 interfaces {
     xe-0/0/0 {
+        description "ICL MX-LAG DC MX480";
         gigether-options {
             802.3ad ae0;
         }
@@ -1289,12 +1292,13 @@
         disable;
     }
     xe-1/0/0 {
-        description Reth1;
+        description "OneNet DC SRX Node0 Reth0 Untrust";
         gigether-options {
             802.3ad ae2;
         }
     }
     xe-1/0/1 {
+        description "OneNet DC SRX Node0 Reth1 Trust";
         gigether-options {
             802.3ad ae3;
         }
@@ -1361,10 +1365,7 @@
         disable;
     }
     ge-1/3/4 {
-        description "HEI-OSU-OKMULGEE-TECH-LAN-FE-CIR000XXXX [ORDERED]";
-        mtu 9192;
-        encapsulation ethernet-ccc;
-        unit 0;
+        disable;
     }
     ge-1/3/5 {
         disable;
@@ -1408,12 +1409,13 @@
         }
     }
     xe-2/0/0 {
-        description Reth0;
+        description "OneNet DC SRX Node0 Reth0 Untrust";
         gigether-options {
             802.3ad ae2;
         }
     }
     xe-2/0/1 {
+        description "OneNet DC SRX Node0 Reth1 Trust";
         gigether-options {
             802.3ad ae3;
         }
@@ -1496,6 +1498,7 @@
         }
     }
     xe-2/3/1 {
+        description "ICL MX-LAG DC MX480";
         gigether-options {
             802.3ad ae0;
         }
@@ -1513,6 +1516,7 @@
         disable;
     }
     xe-3/2/0 {
+        description "Link to QFX5100 [NO-MONITOR]";
         gigether-options {
             802.3ad ae9;
         }
@@ -1674,6 +1678,13 @@
                 address 10.205.0.2/24;
             }
         }
+        unit 2535 {
+            description "HEI-OSU-OKMULGEE-TECH-LAN-100M-CIR000XXXX [ORDERED]";
+            encapsulation vlan-ccc;
+            vlan-id 2535;
+            input-vlan-map pop;
+            output-vlan-map push;
+        }
         unit 2536 {
             description "HEI-ECU-SAN-DR-GE-CIR000XXXX [NO-MONITOR]";
             encapsulation vlan-ccc;
@@ -3149,7 +3160,7 @@
     }
     l2circuit {
         neighbor 164.58.199.110 {
-            interface ge-1/3/4.0 {
+            interface ae5.2535 {
                 virtual-circuit-id 2535;
                 ignore-encapsulation-mismatch;
                 ignore-mtu-mismatch;
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 141248)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -46,10 +46,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,7 +112,7 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show version 
-# file list /var/tmp detail # 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 # 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
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system uptime 
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 141248)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -3,7 +3,6 @@
 # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show system commit 
 #   2015-12-14 15:34:07 CST by sean via cli
 #   2015-11-20 10:50:09 CST by joel via cli
-# show chassis environment
 #   2015-11-20 10:48:21 CST by joel via cli
 #   2015-10-28 12:35:21 CDT by root via other
 #   2015-10-28 12:24:40 CDT by joel via cli commit confirmed, rollback in 10mins
Index: configs/tuskahoma-ps.client.onenet.net
===================================================================
--- configs/tuskahoma-ps.client.onenet.net	(revision 141248)
+++ configs/tuskahoma-ps.client.onenet.net	(working copy)
@@ -30,7 +30,6 @@
 #   Total CPU DRAM                      ---- CPU less FPC ----
 # 
 # grnoc-mon at Tuskahoma-PS-SRX240-LEASED-004901> show chassis hardware 
-# show chassis hardware models
 # Hardware inventory:
 # Item             Version  Part number  Serial number     Description
 # Chassis                                BU0914AK0662      SRX240H2



More information about the Nocrancid mailing list