[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jul 7 13:04:42 CDT 2017


Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net	(revision 154707)
+++ configs/allen-public-library.client.onenet.net	(working copy)
@@ -147,8 +147,8 @@
 #ge-0/0/2.0 up up
 #ge-0/0/3 up up
 #ge-0/0/3.0 up up
-#ge-0/0/4 up down
-#ge-0/0/4.0 up down
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
 #ge-0/0/5 up up
 #ge-0/0/5.0 up up
 #ge-0/0/6 up up
Index: configs/core.wless.velm.onenet.net
===================================================================
--- configs/core.wless.velm.onenet.net	(revision 154716)
+++ configs/core.wless.velm.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at VELMA-TOWER-SRX220> show system commit 
+#   2017-07-07 12:52:56 CDT by andrew via cli commit confirmed, rollback in 3mins
 #   2017-07-06 13:24:18 CDT by admin via cli commit confirmed, rollback in 5mins
 #   2017-06-29 17:54:22 CDT by joel via cli
 #   2017-04-05 13:37:00 CDT by sky via cli
 #   2016-11-30 14:10:07 CST by joel via cli
 #   2016-11-03 11:28:00 CDT by andrew via cli
-#   2016-11-03 11:22:55 CDT by andrew via cli
 # grnoc-mon at VELMA-TOWER-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -106,7 +106,7 @@
 # grnoc-mon at VELMA-TOWER-SRX220> show system uptime 
 # System booted: 2017-06-29 11:15 CDT 
 # Protocols started: 2017-06-29 11:17 CDT 
-# Last configured: 2017-07-06 13:24 CDT  by admin
+# Last configured: 2017-07-07 12:52 CDT  by andrew
 # 
 # grnoc-mon at VELMA-TOWER-SRX220> show interface terse 
 #Interface Admin Link
@@ -143,6 +143,7 @@
 #lo0.16385 up up
 #lo0.32768 up up
 #lsi up up
+#lsi.0 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -153,7 +154,7 @@
 #tap up up
 #vlan up up
 # grnoc-mon at VELMA-TOWER-SRX220> show configuration 
-## Last commit: 2017-07-06 13:24:18 CDT by admin
+## Last commit: 2017-07-07 12:52:56 CDT by andrew
 version 12.1X46-D20.5;
 system {
     host-name VELMA-TOWER-SRX220;
@@ -473,14 +474,9 @@
                 disable;
             }
             interface ge-0/0/0.0 {
-                link-protection;
                 authentication {
                     md5 7# key <removed>;
                 }
-                bfd-liveness-detection {
-                    minimum-interval 400;
-                    multiplier 3;
-                }
             }
         }
     }
@@ -547,6 +543,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;
@@ -568,6 +599,7 @@
             }
         }
     }
+    community ONENET-MGMT-VPN members target:5078:2543;
     community VELMA members 5078:9125;
 }
 security {
@@ -807,23 +839,29 @@
 routing-instances {
     ONENET-MGMT {
         instance-type virtual-router;
-        interface ge-0/0/5.80;
         routing-options {
             static {
                 route 0.0.0.0/0 next-hop 10.199.7.13;
             }
         }
     }
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-0/0/5.80;
+        route-distinguisher 164.58.199.125:2543;
+        vrf-import ONENET-MGMT-VRF-IMPORT;
+        vrf-export ONENET-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2543;
+        vrf-table-label;
+    }
 }
 # grnoc-mon at VELMA-TOWER-SRX220> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 164.58.247.81    ge-0/0/0.0             Full      164.58.199.12
 # 
 # grnoc-mon at VELMA-TOWER-SRX220> show bfd session 
-                                                  Detect   Transmit
-Address                  State     Interface      Time     Interval  Multiplier
-164.58.247.81            Up        ge-0/0/0.0     1.200     0.400        3   
 
-1 sessions, 1 clients
-Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
+0 sessions, 0 clients
+Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
 
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 154719)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -391,7 +391,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/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net	(revision 154717)
+++ configs/core2.dc.onenet.net	(working copy)
@@ -405,14 +405,14 @@
 # 
 # /var/tmp:
 # total blocks: 224
-# drwxr-xr-x  2 root  field        512 Jan 8  11:41 gres-tp/
+# drwxr-xr-x  2 root  field        512 Jan 8   2017 gres-tp/
 # drwxrwxrwx  2 root  wheel        512 Dec 5   2010 install/
 # -rw-r--r--  1 eng   field      88267 Feb 7  15:26 okcdc_2_020717.cfg
 # -rw-r--r--  1 eng   field       3513 Apr 7  16:55 paloalto.20170407.cfg
 # drwxrwxrwx  2 root  wheel        512 Apr 21  2013 pics/
 # -r--r--r--  1 root  field        612 Aug 25  2014 preinstall_boot_loader.conf
-# drwxr-xr-x  2 root  field        512 Jan 8  11:41 rtsdb/
-# -rw-r-----  1 root  field        178 Jan 8  11:58 sampled.pkts
+# drwxr-xr-x  2 root  field        512 Jan 8   2017 rtsdb/
+# -rw-r-----  1 root  field        178 Jan 8   2017 sampled.pkts
 # drwxr-xr-x  3 root  field        512 Dec 5   2010 sec-download/
 # drwxrwxrwt  2 root  wheel        512 May 24  2011 vi.recover/
 # total files: 4
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net	(revision 154716)
+++ configs/hub.bar.onenet.net	(working copy)
@@ -442,18 +442,18 @@
 #t1-2/0/2:17 down down
 #t1-2/0/2:18 down down
 #t1-2/0/2:19 down down
-#t1-2/0/2:20 up down
-#t1-2/0/2:20.0 up down
-#t1-2/0/2:21 up down
-#t1-2/0/2:21.0 up down
-#t1-2/0/2:22 up down
-#t1-2/0/2:22.0 up down
-#t1-2/0/2:23 up down
-#t1-2/0/2:23.0 up down
-#t1-2/0/2:24 up down
-#t1-2/0/2:24.0 up down
-#t1-2/0/2:25 up down
-#t1-2/0/2:25.0 up down
+#t1-2/0/2:20 up up
+#t1-2/0/2:20.0 up up
+#t1-2/0/2:21 up up
+#t1-2/0/2:21.0 up up
+#t1-2/0/2:22 up up
+#t1-2/0/2:22.0 up up
+#t1-2/0/2:23 up up
+#t1-2/0/2:23.0 up up
+#t1-2/0/2:24 up up
+#t1-2/0/2:24.0 up up
+#t1-2/0/2:25 up up
+#t1-2/0/2:25.0 up up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down
 #t1-2/0/2:28 up up
@@ -470,7 +470,7 @@
 #gr-2/3/0 up up
 #ip-2/3/0 up up
 #lsq-2/3/0 up up
-#lsq-2/3/0.8 up down
+#lsq-2/3/0.8 up up
 #mt-2/3/0 up up
 #pd-2/3/0 up up
 #pe-2/3/0 up up
Index: configs/core.owtcred.onenet.net
===================================================================
--- configs/core.owtcred.onenet.net	(revision 154710)
+++ configs/core.owtcred.onenet.net	(working copy)
@@ -85,6 +85,7 @@
 #     PIC 0                 BUILTIN      BUILTIN           10x 1GE(LAN) SFP
 #       Xcvr 0     REV 02   740-013111   D446228           SFP-T
 #       Xcvr 2     REV 02   740-013111   D459083           SFP-T
+#       Xcvr 3     REV 01   740-011784   USAZX23797        SFP-LH
 #       Xcvr 7     REV 1    740-009099   USWXB4025463      SFP-1000BASE-BX10-D
 #       Xcvr 8     REV 1    740-009099   USWXB4025462      SFP-1000BASE-BX10-D
 #       Xcvr 9     REV 01   740-011784   USAZX23397        SFP-LH
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net	(revision 154692)
+++ configs/hub.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-M120-RE0> show system commit 
+#   2017-07-07 12:45:17 CDT by andrew via cli commit synchronize
 #   2017-06-21 12:22:53 CDT by sean via cli commit synchronize
 #   2017-06-21 10:03:18 CDT by aberrios via cli commit synchronize
 #   2017-06-18 01:00:45 CDT by andrew via cli commit synchronize
 #   2017-06-16 18:23:01 CDT by andrew via cli commit synchronize
 #   2017-06-05 14:55:12 CDT by andrew via cli commit synchronize
-#   2017-06-05 10:35:26 CDT by sean via cli commit synchronize
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -375,7 +375,7 @@
 # grnoc-mon at ARDMORE-M120-RE0> show system uptime 
 # System booted: 2016-03-18 00:40 CDT 
 # Protocols started: 2016-03-18 00:44 CDT 
-# Last configured: 2017-06-21 12:22 CDT  by sean
+# Last configured: 2017-07-07 12:45 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show interface terse 
@@ -537,7 +537,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-M120-RE0> show configuration 
-## Last commit: 2017-06-21 12:22:53 CDT by sean
+## Last commit: 2017-07-07 12:45:17 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -991,7 +991,7 @@
         disable;
     }
     t1-2/0/2:4 {
-        description OESC-Ardmore-Workforce-CIR0004644;
+        description "OESC-Ardmore-Workforce-CIR0004644 [DECOM]";
         encapsulation cisco-hdlc;
         unit 0 {
             family inet {
Index: configs/core.toward.onenet.net
===================================================================
--- configs/core.toward.onenet.net	(revision 154695)
+++ configs/core.toward.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-TOWER-MX40> show system commit 
+#   2017-07-07 12:50:43 CDT by andrew via cli
 #   2017-07-06 13:27:11 CDT by joel via cli
 #   2017-07-06 13:26:14 CDT by joel via cli commit confirmed, rollback in 5mins
 #   2017-07-06 11:14:29 CDT by andrew via cli
 #   2017-06-29 15:50:15 CDT by joel via cli
 #   2017-06-12 11:14:06 CDT by andrew via cli
-#   2017-05-26 11:24:55 CDT by andrew via cli
 # grnoc-mon at ARDMORE-TOWER-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,7 +271,7 @@
 # grnoc-mon at ARDMORE-TOWER-MX40> show system uptime 
 # System booted: 2017-05-19 09:22 CDT 
 # Protocols started: 2017-05-19 09:24 CDT 
-# Last configured: 2017-07-06 13:27 CDT  by joel
+# Last configured: 2017-07-07 12:50 CDT  by andrew
 # 
 # grnoc-mon at ARDMORE-TOWER-MX40> show interface terse 
 #Interface Admin Link
@@ -348,7 +348,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-TOWER-MX40> show configuration 
-## Last commit: 2017-07-06 13:27:11 CDT by joel
+## Last commit: 2017-07-07 12:50:43 CDT by andrew
 version 13.3R9.13;
 groups {
     ISIS-L2-INTERFACE {
@@ -844,6 +844,7 @@
         interface lo0.0;
         interface ge-1/0/8.70;
         interface ge-1/0/9.42;
+        interface ge-1/1/0.0;
     }
     bgp {
         group CORE-RR-OKC-V4 {
@@ -961,14 +962,9 @@
                 }
             }
             interface ge-1/1/0.0 {
-                link-protection;
                 authentication {
                     md5 7# key <removed>;
                 }
-                bfd-liveness-detection {
-                    minimum-interval 400;
-                    multiplier 3;
-                }
             }
         }
     }
@@ -1521,10 +1517,9 @@
 Address                  State     Interface      Time     Interval  Multiplier
 164.58.244.109           Up        ge-1/0/8.70    1.200     0.400        3   
 164.58.244.171           Up        ge-1/0/9.42    1.200     0.400        3   
-164.58.247.82            Up        ge-1/1/0.0     1.200     0.400        3   
 fe80::2ac0:da00:4605:5cfb Up       ge-1/0/8.70    1.200     0.400        3   
 fe80::6687:8800:2af3:68fc Up       ge-1/0/9.42    1.200     0.400        3   
 
-5 sessions, 7 clients
-Cumulative transmit rate 12.5 pps, cumulative receive rate 12.5 pps
+4 sessions, 6 clients
+Cumulative transmit rate 10.0 pps, cumulative receive rate 10.0 pps
 
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 154717)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2017-07-07 12:59:01 CDT by andrew via cli commit synchronize
 #   2017-07-07 09:41:57 CDT by sky via cli commit synchronize
 #   2017-07-07 09:26:19 CDT by aberrios via cli commit synchronize
 #   2017-07-06 14:06:27 CDT by sky via cli commit synchronize
 #   2017-07-06 12:49:04 CDT by joel via cli commit synchronize
 #   2017-07-06 12:47:14 CDT by joel via cli commit synchronize
-#   2017-07-06 10:24:29 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -562,7 +562,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 08:16 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2017-07-07 09:41 CDT  by sky
+# Last configured: 2017-07-07 12:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -580,8 +580,6 @@
 #xe-0/0/1.60 up up
 #xe-0/0/1.32767 up up
 #gr-0/0/10 up up
-#gr-0/0/10.1 up up
-#gr-0/0/10.2 up up
 #ip-0/0/10 up up
 #lt-0/0/10 up up
 #mt-0/0/10 up up
@@ -1309,7 +1307,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-07-07 09:41:57 CDT by sky
+## Last commit: 2017-07-07 12:59:01 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -1597,28 +1595,6 @@
             family mpls;
         }
     }
-    gr-0/0/10 {
-        unit 1 {
-            description "Velma Tower - OneNet MGMT [NO-MONITOR]";
-            tunnel {
-                source 164.58.199.215;
-                destination 164.58.199.185;
-            }
-            family inet {
-                address 10.199.7.5/30;
-            }
-        }
-        unit 2 {
-            description "Rush Springs Tower - OneNet MGMT [NO-MONITOR]";
-            tunnel {
-                source 164.58.199.215;
-                destination 164.58.199.174;
-            }
-            family inet {
-                address 10.199.7.9/30;
-            }
-        }
-    }
     xe-0/1/0 {
         description "CORE 10GE to core4.okc xe-0/1/0 | OneNet-OKC-OKC-XE-4465";
         vlan-tagging;
@@ -19762,8 +19738,6 @@
     ONENET-MGMT-L3VPN {
         description ONENET-MGMT-L3VPN;
         instance-type vrf;
-        interface gr-0/0/10.1;
-        interface gr-0/0/10.2;
         interface ge-0/2/1.80;
         interface xe-1/0/0.3563;
         interface xe-1/0/0.3567;
@@ -19790,7 +19764,6 @@
             static {
                 route 10.199.10.0/26 next-hop 10.199.255.102;
                 route 10.199.255.4/31 next-hop 10.199.255.3;
-                route 10.199.208.136/29 next-hop 10.199.7.14;
             }
         }
         protocols {
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 154717)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -419,14 +419,14 @@
 # 
 # /var/tmp:
 # total blocks: 244
-# drwxr-xr-x  2 root  field        512 Jan 8  11:41 gres-tp/
+# drwxr-xr-x  2 root  field        512 Jan 8   2017 gres-tp/
 # drwxrwxrwx  2 root  wheel        512 Dec 6   2010 install/
 # -rw-r--r--  1 eng   field      98917 Feb 7  15:25 okcdc_1_020717.cfg
 # -rw-r--r--  1 eng   field       3700 Apr 7  16:55 paloalto.20170407.cfg
 # drwxrwxrwx  2 root  wheel        512 Oct 16  2012 pics/
 # -r--r--r--  1 root  field        612 Aug 25  2014 preinstall_boot_loader.conf
-# drwxr-xr-x  2 root  field        512 Jan 8  11:41 rtsdb/
-# -rw-r-----  1 root  field        178 Jan 8  11:58 sampled.pkts
+# drwxr-xr-x  2 root  field        512 Jan 8   2017 rtsdb/
+# -rw-r-----  1 root  field        178 Jan 8   2017 sampled.pkts
 # drwxr-xr-x  3 root  field        512 Dec 6   2010 sec-download/
 # drwxrwxrwt  2 root  wheel        512 Sep 2   2015 vi.recover/
 # total files: 4
Index: configs/hub.mia.onenet.net
===================================================================
--- configs/hub.mia.onenet.net	(revision 154718)
+++ configs/hub.mia.onenet.net	(working copy)
@@ -470,7 +470,7 @@
 #fe-2/1/1 up up
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
-#fe-2/1/3 up up
+#fe-2/1/3 up down
 #gr-2/3/0 up up
 #ip-2/3/0 up up
 #lsq-2/3/0 up up
Index: configs/odot-bartlesville-regmaint.client.onenet.net
===================================================================
--- configs/odot-bartlesville-regmaint.client.onenet.net	(revision 154698)
+++ configs/odot-bartlesville-regmaint.client.onenet.net	(working copy)
@@ -136,8 +136,8 @@
 #ge-0/0/3.0 up down
 #ge-0/0/4 up down
 #ge-0/0/4.0 up down
-#ge-0/0/5 up down
-#ge-0/0/5.0 up down
+#ge-0/0/5 up up
+#ge-0/0/5.0 up up
 #ge-0/0/6 up down
 #ge-0/0/6.0 up down
 #ge-0/0/7 up up



More information about the Nocrancid mailing list