[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jun 14 17:05:28 CDT 2017


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 154103)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -281,7 +281,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/odot-chandler-regmaint.client.onenet.net
===================================================================
--- configs/odot-chandler-regmaint.client.onenet.net	(revision 154095)
+++ configs/odot-chandler-regmaint.client.onenet.net	(working copy)
@@ -118,8 +118,8 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 up up
-#ge-0/0/1.0 up up
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
 #ge-0/0/2 up down
 #ge-0/0/2.0 up down
 #ge-0/0/3 up down
Index: configs/odmhsas-camhc-idabel.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-idabel.client.onenet.net	(revision 154009)
+++ configs/odmhsas-camhc-idabel.client.onenet.net	(working copy)
@@ -148,7 +148,7 @@
 #ppe0 up up
 #st0 up up
 #st0.1 up up
-#st0.2 up up
+#st0.2 up down
 #tap up up
 #vlan up up
 #vlan.4 up up
Index: configs/hub.ton.onenet.net
===================================================================
--- configs/hub.ton.onenet.net	(revision 154099)
+++ configs/hub.ton.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TONKAWA-M120-RE0> show system commit 
+#   2017-06-14 16:39:23 CDT by sky via cli commit synchronize
 #   2017-06-14 11:09:49 CDT by sky via cli commit synchronize
 #   2017-05-31 08:41:29 CDT by andrew via cli commit synchronize
 #   2017-05-04 11:00:20 CDT by andrew via cli commit synchronize
 #   2017-04-06 10:13:20 CDT by aberrios via cli commit synchronize
 #   2017-01-28 22:04:27 CST by andrew via cli commit synchronize
-#   2016-07-27 19:17:17 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at TONKAWA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -287,7 +287,7 @@
 # grnoc-mon at TONKAWA-M120-RE0> show system uptime 
 # System booted: 2016-03-20 00:47 CDT 
 # Protocols started: 2016-03-20 00:54 CDT 
-# Last configured: 2017-06-14 11:09 CDT  by sky
+# Last configured: 2017-06-14 16:39 CDT  by sky
 # 
 # {master}
 # grnoc-mon at TONKAWA-M120-RE0> show interface terse 
@@ -457,15 +457,13 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
-#lsi.1 up up
-#lsi.2 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TONKAWA-M120-RE0> show configuration 
-## Last commit: 2017-06-14 11:09:49 CDT by sky
+## Last commit: 2017-06-14 16:39:23 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -1648,98 +1646,11 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
-    policy-statement DOH-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add DOH-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add DOH-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol ospf;
-            then {
-                community add DOH-VPN;
-                accept;
-            }
-        }
-        term 4 {
-            from protocol bgp;
-            then {
-                community add DOH-VPN;
-                accept;
-            }
-        }
-        term 5 {
-            then reject;
-        }
-    }
-    policy-statement DOH-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community DOH-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
         }
     }
-    policy-statement OMES-MGMT-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add OMES-MGMT-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add OMES-MGMT-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol ospf;
-            then {
-                community add OMES-MGMT-VPN;
-                accept;
-            }
-        }
-        term 4 {
-            from protocol bgp;
-            then {
-                community add OMES-MGMT-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement OMES-MGMT-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community OMES-MGMT-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1806,7 +1717,6 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
-    community DOH-VPN members target:5078:3000;
     community Duncan members 5078:18;
     community Durant members 5078:14;
     community Edmond members 5078:235;
@@ -1821,7 +1731,6 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
-    community OMES-MGMT-VPN members target:5078:2550;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -2191,24 +2100,6 @@
     }
 }
 routing-instances {
-    DOH-L3VPN {
-        description DOH-L3VPN;
-        instance-type vrf;
-        route-distinguisher 164.58.199.70:3000;
-        vrf-import DOH-VRF-IMPORT;
-        vrf-export DOH-VRF-EXPORT;
-        vrf-target target:5078:3000;
-        vrf-table-label;
-    }
-    OMES-MGMT-L3VPN {
-        description OMES-MGMT-L3VPN;
-        instance-type vrf;
-        route-distinguisher 164.58.199.70:2550;
-        vrf-import OMES-MGMT-VRF-IMPORT;
-        vrf-export OMES-MGMT-VRF-EXPORT;
-        vrf-target target:5078:2550;
-        vrf-table-label;
-    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 154099)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -324,7 +324,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down down
+#fe-2/1/3 down up
 #ge-2/2/0 up up
 #ge-2/2/0.0 up up
 #pc-2/2/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 154096)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -675,6 +675,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/odot-stillwater-residence.client.onenet.net
===================================================================
--- configs/odot-stillwater-residence.client.onenet.net	(revision 154096)
+++ configs/odot-stillwater-residence.client.onenet.net	(working copy)
@@ -126,8 +126,8 @@
 #ge-0/0/2.0 up down
 #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 down
 #ge-0/0/5.0 up down
 #ge-0/0/6 up up
Index: configs/sayre-public-library-ex.client.onenet.net
===================================================================
--- configs/sayre-public-library-ex.client.onenet.net	(revision 154100)
+++ configs/sayre-public-library-ex.client.onenet.net	(working copy)
@@ -188,8 +188,8 @@
 #ge-0/0/11.0 up down
 #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 up



More information about the Nocrancid mailing list