[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jul 20 19:03:15 CDT 2016


Index: router.db
===================================================================
--- router.db	(revision 144811)
+++ router.db	(working copy)
@@ -155,6 +155,8 @@
 doh-checotah.client.onenet.net:juniper:up
 doh-chickasha.client.onenet.net:juniper:up
 doh-claremore.client.onenet.net:juniper:up
+doh-coalgate.client.onenet.net:juniper:down
+doh-cowerta.client.onenet.net:juniper:down
 doh-duncan.client.onenet.net:juniper:up
 doh-durant.client.onenet.net:juniper:up
 doh-enid.client.onenet.net:juniper:up
Index: configs/core.cai.gc.onenet.net
===================================================================
--- configs/core.cai.gc.onenet.net	(revision 144808)
+++ configs/core.cai.gc.onenet.net	(working copy)
@@ -24,12 +24,6 @@
 #       AFEB 0 AFEB Processor          OK        
 #       AFEB 0 LU Temp                 OK        
 #       AFEB 0 MQ Temp                 OK        
-#       AFEB 0 AFEB Processor          OK        
-#       AFEB 0 LU Temp                 OK        
-#       AFEB 0 MQ Temp                 OK        
-#       AFEB 0 AFEB Processor          OK        
-#       AFEB 0 LU Temp                 OK        
-#       AFEB 0 MQ Temp                 OK        
 #       AFEB 0 QX Temp                 OK        
 # Fans  Fan 1                          OK
 #       Fan 2                          OK
Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net	(revision 144808)
+++ configs/hub.tis.onenet.net	(working copy)
@@ -1,6 +1,7 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TISHOMINGO-M120-RE0> show system commit 
+#   2016-07-20 18:37:20 CDT by andrew via cli commit synchronize
 #   2016-07-20 14:07:36 CDT by andrew via cli commit synchronize
 #   2016-06-21 23:55:00 CDT by root via other
 #     Synchronization with remote Routing Engine
@@ -10,8 +11,6 @@
 #     Synchronization with remote Routing Engine
 #   2016-06-08 23:43:58 CDT by root via other
 #     Synchronization with remote Routing Engine
-#   2016-06-08 23:43:37 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -277,7 +276,7 @@
 # grnoc-mon at TISHOMINGO-M120-RE0> show system uptime 
 # System booted: 2016-06-21 23:51 CDT 
 # Protocols started: 2016-06-21 23:54 CDT 
-# Last configured: 2016-07-20 14:07 CDT  by andrew
+# Last configured: 2016-07-20 18:37 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TISHOMINGO-M120-RE0> show interface terse 
@@ -425,13 +424,14 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at TISHOMINGO-M120-RE0> show configuration 
-## Last commit: 2016-07-20 14:07:36 CDT by andrew
+## Last commit: 2016-07-20 18:37:20 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1384,6 +1384,51 @@
     prefix-list PRE-BGP-ALLOW-RI {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
         term SEND-DEFAULT {
             from {
@@ -1678,6 +1723,7 @@
     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;
@@ -2043,6 +2089,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.86:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
Index: configs/hub.wea.onenet.net
===================================================================
--- configs/hub.wea.onenet.net	(revision 144803)
+++ configs/hub.wea.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEATHERFORD-M120-RE0> show system commit 
+#   2016-07-20 18:43:43 CDT by andrew via cli commit synchronize
 #   2016-07-20 10:05:36 CDT by andrew via cli commit synchronize
 #   2016-06-06 11:30:28 CDT by sky via cli commit synchronize
 #   2016-04-21 21:41:28 CDT by andrew via cli commit synchronize
 #   2016-04-21 21:38:55 CDT by andrew via cli commit synchronize
 #   2016-04-20 20:37:54 CDT by andrew via cli commit synchronize
-#   2016-03-23 16:05:23 CDT by joel via cli commit synchronize
 # grnoc-mon at WEATHERFORD-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at WEATHERFORD-M120-RE0> show system uptime 
 # System booted: 2016-03-13 01:18 CST 
 # Protocols started: 2016-03-13 01:27 CST 
-# Last configured: 2016-07-20 10:05 CDT  by andrew
+# Last configured: 2016-07-20 18:43 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-M120-RE0> show interface terse 
@@ -446,13 +446,14 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at WEATHERFORD-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:05:36 CDT by andrew
+## Last commit: 2016-07-20 18:43:43 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1740,6 +1741,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
         term SEND-DEFAULT {
             from {
@@ -1957,6 +2003,7 @@
     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;
@@ -2318,6 +2365,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.38:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     OMES-AGENCY-DATA-L3VPN {
         description OMES-AGENCY-DATA-L3VPN;
         instance-type vrf;
Index: configs/hub.sem.onenet.net
===================================================================
--- configs/hub.sem.onenet.net	(revision 144803)
+++ configs/hub.sem.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-M120-RE0> show system commit 
+#   2016-07-20 18:33:51 CDT by andrew via cli commit synchronize
 #   2016-07-20 10:19:25 CDT by andrew via cli commit synchronize
 #   2016-06-28 23:04:54 CDT by andrew via cli commit synchronize
 #   2016-06-28 13:57:31 CDT by andrew via cli commit synchronize
 #   2016-05-31 08:47:33 CDT by rnordmark via cli commit synchronize
 #   2016-04-28 19:03:15 CDT by andrew via cli commit synchronize
-#   2016-04-22 18:01:19 CDT by andrew via cli commit synchronize
 # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at SEMINOLE-M120-RE0> show system uptime 
 # System booted: 2016-03-21 01:23 CDT 
 # Protocols started: 2016-03-21 01:26 CDT 
-# Last configured: 2016-07-20 10:19 CDT  by andrew
+# Last configured: 2016-07-20 18:33 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show interface terse 
@@ -412,13 +412,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 SEMINOLE-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:19:25 CDT by andrew
+## Last commit: 2016-07-20 18:33:51 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1431,6 +1432,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
         term SEND-DEFAULT {
             from {
@@ -1671,6 +1717,7 @@
     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;
@@ -2019,6 +2066,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.46:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
Index: configs/hub.ton.onenet.net
===================================================================
--- configs/hub.ton.onenet.net	(revision 144808)
+++ configs/hub.ton.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TONKAWA-M120-RE0> show system commit 
+#   2016-07-20 18:43:48 CDT by andrew via cli commit synchronize
 #   2016-07-20 14:09:37 CDT by andrew via cli commit synchronize
 #   2016-05-19 13:40:27 CDT by andrew via cli commit synchronize
 #   2016-05-19 13:39:18 CDT by andrew via cli commit synchronize
 #   2016-05-19 13:36:08 CDT by andrew via cli commit synchronize
 #   2016-05-19 13:31:39 CDT by andrew via cli commit synchronize
-#   2016-05-19 13:26:56 CDT by andrew via cli commit 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:48 CDT 
 # Protocols started: 2016-03-20 00:54 CDT 
-# Last configured: 2016-07-20 14:09 CDT  by andrew
+# Last configured: 2016-07-20 18:43 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TONKAWA-M120-RE0> show interface terse 
@@ -457,13 +457,15 @@
 #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: 2016-07-20 14:09:37 CDT by andrew
+## Last commit: 2016-07-20 18:43:48 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1689,11 +1691,98 @@
     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;
@@ -1760,6 +1849,7 @@
     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;
@@ -1774,6 +1864,7 @@
     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;
@@ -2143,6 +2234,24 @@
     }
 }
 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/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 144811)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -614,7 +614,6 @@
 # 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.woo.onenet.net
===================================================================
--- configs/hub.woo.onenet.net	(revision 144803)
+++ configs/hub.woo.onenet.net	(working copy)
@@ -1,6 +1,7 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WOODWARD-M120-RE0> show system commit 
+#   2016-07-20 18:46:53 CDT by andrew via cli commit synchronize
 #   2016-07-20 10:20:04 CDT by andrew via cli commit synchronize
 #   2016-03-22 01:07:09 CDT by joel via synchronize
 #   2016-03-22 01:04:33 CDT by root via other
@@ -8,7 +9,6 @@
 #   2016-03-22 01:03:45 CDT by root via other
 #   2016-03-22 00:34:48 CDT by root via other
 #     Synchronization with remote Routing Engine
-#   2016-03-22 00:02:34 CDT by joel via cli commit synchronize
 # grnoc-mon at WOODWARD-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -265,7 +265,7 @@
 # grnoc-mon at WOODWARD-M120-RE0> show system uptime 
 # System booted: 2016-03-22 01:01 CDT 
 # Protocols started: 2016-03-22 01:07 CDT 
-# Last configured: 2016-07-20 10:20 CDT  by andrew
+# Last configured: 2016-07-20 18:46 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at WOODWARD-M120-RE0> show interface terse 
@@ -439,13 +439,15 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at WOODWARD-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:20:04 CDT by andrew
+## Last commit: 2016-07-20 18:46:53 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1688,6 +1690,51 @@
     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 DPS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -1728,6 +1775,48 @@
             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;
@@ -1794,6 +1883,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DOH-VPN members target:5078:3000;
     community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
     community Durant members 5078:14;
@@ -1809,6 +1899,7 @@
     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;
@@ -2178,6 +2269,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.58:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     DPS-L3VPN {
         description DPS-L3VPN;
         instance-type vrf;
@@ -2194,6 +2294,15 @@
             }
         }
     }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.58: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.say.onenet.net
===================================================================
--- configs/hub.say.onenet.net	(revision 144804)
+++ configs/hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2016-07-20 19:00:22 CDT by andrew via cli commit synchronize
+#   2016-07-20 18:32:33 CDT by andrew via cli commit synchronize
 #   2016-07-20 11:27:42 CDT by sky via cli commit synchronize
 #   2016-07-20 10:05:10 CDT by andrew via cli commit synchronize
 #   2016-07-19 12:36:11 CDT by sky via cli commit synchronize
 #   2016-06-21 23:48:58 CDT by andrew via cli commit synchronize
-#   2016-06-16 15:20:05 CDT by andrew via cli commit synchronize
-#   2016-06-08 11:04:28 CDT by andrew via cli commit synchronize
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at SAYRE-M120-RE0> show system uptime 
 # System booted: 2016-03-21 00:47 CDT 
 # Protocols started: 2016-03-21 00:52 CDT 
-# Last configured: 2016-07-20 11:27 CDT  by sky
+# Last configured: 2016-07-20 19:00 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -281,7 +281,8 @@
 #t1-2/0/2:2 up up
 #t1-2/0/2:2.0 up up
 #t1-2/0/2:3 up up
-#t1-2/0/2:3.0 up up
+#t1-2/0/2:3.16 up up
+#t1-2/0/2:3.17 up up
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up
 #t1-2/0/2:5 up up
@@ -416,13 +417,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 SAYRE-M120-RE0> show configuration 
-## Last commit: 2016-07-20 11:27:42 CDT by sky
+## Last commit: 2016-07-20 19:00:22 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -748,19 +750,27 @@
         }
     }
     t1-2/0/2:3 {
-        description "DOH-SAYRE-T1-CIR0003405-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-SAYRE-T1-CIR0003405-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.0.81/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.130/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.130/31;
             }
         }
     }
@@ -1272,7 +1282,6 @@
         icmp-tunneling;
         interface lo0.0;
         interface ge-3/2/3.0;
-        interface t1-2/0/2:3.0;
         interface t1-2/0/2:4.0;
     }
     bgp {
@@ -1371,11 +1380,6 @@
                 }
                 summaries;
             }
-            interface t1-2/0/2:3.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-2/0/2:4.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -1400,7 +1404,6 @@
     ldp {
         preference 255;
         track-igp-metric;
-        interface t1-2/0/2:3.0;
         interface t1-2/0/2:4.0;
         interface ge-3/2/3.0;
         interface lo0.0;
@@ -1413,6 +1416,51 @@
     prefix-list PRE-LDP-SOURCES {
         10.199.0.0/16;
     }
+    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 DPS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -1665,6 +1713,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DOH-VPN members target:5078:3000;
     community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
     community Durant members 5078:14;
@@ -1997,6 +2046,21 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:3.17;
+        route-distinguisher 164.58.199.30:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 172.23.21.0/26 next-hop 10.119.76.131;
+            }
+        }
+    }
     DPS-L3VPN {
         description DPS-L3VPN;
         instance-type vrf;
@@ -2050,6 +2114,7 @@
     OMES-MGMT-L3VPN {
         description OMES-MGMT-L3VPN;
         instance-type vrf;
+        interface t1-2/0/2:3.16;
         interface t1-2/0/2:5.16;
         interface t1-2/0/2:7.16;
         route-distinguisher 164.58.199.30:2550;
@@ -2097,7 +2162,6 @@
 # grnoc-mon at SAYRE-M120-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 164.58.245.21    ge-3/2/3.0             Full      164.58.199.31
-# 172.23.0.82      t1-2/0/2:3.0           Full      10.199.2.73
 # 172.23.0.86      t1-2/0/2:4.0           Full      10.199.2.131
 # 
 # {master}
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 144810)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2016-07-20 18:58:44 CDT by sky via cli commit synchronize
+#   2016-07-20 18:48:43 CDT by sky via cli commit synchronize
+#   2016-07-20 18:41:18 CDT by sky via cli commit synchronize
+#   2016-07-20 18:24:40 CDT by sky via cli commit synchronize
+#   2016-07-20 18:13:35 CDT by sky via cli commit synchronize
 #   2016-07-20 16:39:58 CDT by andrew via cli commit synchronize
-#   2016-07-20 15:38:13 CDT by andrew via cli commit synchronize
-#   2016-07-20 11:14:26 CDT by sky via cli commit synchronize
-#   2016-07-20 09:45:48 CDT by andrew via cli commit synchronize
-#   2016-07-20 09:25:26 CDT by andrew via cli commit synchronize
-#   2016-07-20 09:21:37 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -367,7 +367,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2015-05-06 01:06 CDT 
 # Protocols started: 2015-05-06 01:08 CDT 
-# Last configured: 2016-07-20 16:39 CDT  by andrew
+# Last configured: 2016-07-20 18:58 CDT  by sky
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -432,7 +432,9 @@
 #t1-2/3/0:1:12.17 up up
 #t1-2/3/0:1:12.30 up up
 #t1-2/3/0:1:13 up up
-#t1-2/3/0:1:13.0 up up
+#t1-2/3/0:1:13.16 up up
+#t1-2/3/0:1:13.17 up up
+#t1-2/3/0:1:13.18 up up
 #t1-2/3/0:1:14 up up
 #t1-2/3/0:1:14.0 up up
 #t1-2/3/0:1:15 up up
@@ -757,7 +759,9 @@
 #t1-2/3/0:8:12.0 up up
 #t1-2/3/0:8:13 down down
 #t1-2/3/0:8:14 up up
-#t1-2/3/0:8:14.0 up up
+#t1-2/3/0:8:14.16 up up
+#t1-2/3/0:8:14.17 up up
+#t1-2/3/0:8:14.18 up up
 #t1-2/3/0:8:15 up up
 #t1-2/3/0:8:15.0 up up
 #t1-2/3/0:8:16 up up
@@ -1036,7 +1040,8 @@
 #t1-3/3/0:1:24 down down
 #t1-3/3/0:1:25 down down
 #t1-3/3/0:1:26 up up
-#t1-3/3/0:1:26.0 up up
+#t1-3/3/0:1:26.16 up up
+#t1-3/3/0:1:26.17 up up
 #t1-3/3/0:1:27 down down
 #t1-3/3/0:1:28 down down
 #coc1-3/3/0:2 up up
@@ -1102,7 +1107,9 @@
 #t1-3/3/0:3:10 up up
 #t1-3/3/0:3:10.0 up up
 #t1-3/3/0:3:11 up up
-#t1-3/3/0:3:11.0 up up
+#t1-3/3/0:3:11.16 up up
+#t1-3/3/0:3:11.17 up up
+#t1-3/3/0:3:11.18 up up
 #t1-3/3/0:3:12 up up
 #t1-3/3/0:3:12.0 up up
 #t1-3/3/0:3:13 down down
@@ -1394,7 +1401,9 @@
 #coc1-3/3/0:11 up up
 #ct3-3/3/0:11 up up
 #t1-3/3/0:11:1 up up
-#t1-3/3/0:11:1.0 up up
+#t1-3/3/0:11:1.16 up up
+#t1-3/3/0:11:1.17 up up
+#t1-3/3/0:11:1.18 up up
 #t1-3/3/0:11:2 up up
 #t1-3/3/0:11:2.16 up up
 #t1-3/3/0:11:2.17 up up
@@ -1833,7 +1842,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-07-20 16:39:58 CDT by andrew
+## Last commit: 2016-07-20 18:58:44 CDT by sky
 version 12.3R7.7;
 groups {
     re0 {
@@ -2442,21 +2451,38 @@
         }
     }
     t1-2/3/0:1:13 {
-        description "DOH-EUFAULA-T1-CIR0003664-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-EUFAULA-T1-CIR0003664-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.0.161/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.102/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.102/31;
             }
         }
+        unit 18 {
+            dlci 18;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 172.23.0.161/30;
+            }
+        }
     }
     t1-2/3/0:1:14 {
         description TAGNET-0836-HINTON-T1-CIR0005566;
@@ -3870,21 +3896,38 @@
         disable;
     }
     t1-2/3/0:8:14 {
-        description "DOH-Beaver-T1-CIR0002823-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-BEAVER-T1-CIR0002823-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.0.113/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.226/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.226/31;
             }
         }
+        unit 18 {
+            dlci 18;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 172.23.0.113/30;
+            }
+        }
     }
     t1-2/3/0:8:15 {
         description TAGNET-0304-ATOKA-T1-CIR0005630;
@@ -5157,19 +5200,27 @@
         disable;
     }
     t1-3/3/0:1:26 {
-        description "DOH-Purcell-T1-CIR0002993-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-PURCELL-T1-CIR0002993-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.4.141/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.60/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.60/31;
             }
         }
     }
@@ -5452,21 +5503,38 @@
         }
     }
     t1-3/3/0:3:11 {
-        description "DOH-Frederick-T1-CIR0003020-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-FREDERICK-T1-CIR0003020-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.1.33/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.122/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.122/31;
             }
         }
+        unit 18 {
+            dlci 18;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 172.23.1.33/30;
+            }
+        }
     }
     t1-3/3/0:3:12 {
         description ODOT-SALLISAW-RESIDENCY-T1-CIR0004808-LSQ-5/1/0:3;
@@ -6655,21 +6723,38 @@
         partition 1-28 interface-type t1;
     }
     t1-3/3/0:11:1 {
-        description "DOH-Clinton-T1-CIR0003197-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-CLINTON-T1-CIR0003197-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                mtu 1512;
-                address 172.23.3.45/30;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.78.132/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.132/31;
             }
         }
+        unit 18 {
+            dlci 18;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 172.23.3.45/30;
+            }
+        }
     }
     t1-3/3/0:11:2 {
         description DPS-TROOP-H-CLINTON-T1-CIR0003200;
@@ -8687,6 +8772,10 @@
         route 156.110.58.124/30 next-hop 172.23.5.98;
         route 156.110.50.24/30 next-hop 172.23.5.66;
         route 164.58.23.40/30 next-hop 172.23.4.138;
+        route 156.110.31.224/29 next-hop 172.23.3.46;
+        route 156.110.78.112/30 next-hop 172.23.0.114;
+        route 156.110.134.104/30 next-hop 172.23.0.162;
+        route 56.110.72.156/30 next-hop 172.23.1.34;
     }
     router-id 164.58.199.213;
     autonomous-system 5078;
@@ -8703,15 +8792,11 @@
         interface t3-3/0/2.0;
         interface lsq-5/1/0.37;
         interface lsq-5/1/0.137;
-        interface t1-3/3/0:1:26.0;
         interface t1-4/1/3:6.0;
         interface t1-3/3/0:7:19.0;
-        interface t1-2/3/0:1:13.0;
         interface t1-3/3/0:2:11.0;
         interface t1-2/3/0:7:2.0;
-        interface t1-3/3/0:3:11.0;
         interface t1-2/3/0:7:1.0;
-        interface t1-3/3/0:11:1.0;
         interface t1-3/3/0:1:10.0;
         interface t1-2/3/0:1:16.0;
         interface t1-3/3/0:5:20.0;
@@ -8722,7 +8807,6 @@
         interface t1-3/3/0:7:23.0;
         interface t1-3/3/0:7:14.0;
         interface t1-3/3/0:3:17.0;
-        interface t1-2/3/0:8:14.0;
         interface t1-2/3/0:2:8.0;
         interface t1-4/0/2:21.0;
     }
@@ -8872,11 +8956,6 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-3/3/0:1:26.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-4/1/3:6.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -8888,11 +8967,6 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-2/3/0:1:13.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-3/3/0:2:11.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -8903,21 +8977,11 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-3/3/0:3:11.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-2/3/0:7:1.0 {
                 authentication {
                     md5 7# key <removed>;
                 }
             }
-            interface t1-3/3/0:11:1.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-3/3/0:1:10.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -8968,11 +9032,6 @@
                     md5 7# key <removed>;
                 }
             }
-            interface t1-2/3/0:8:14.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
             interface t1-2/3/0:2:8.0 {
                 authentication {
                     md5 7# key <removed>;
@@ -9013,19 +9072,15 @@
         track-igp-metric;
         interface xe-0/0/0.36;
         interface xe-1/0/0.52;
-        interface t1-2/3/0:1:13.0;
         interface t1-2/3/0:1:16.0;
         interface t1-2/3/0:2:8.0;
         interface t1-2/3/0:7:1.0;
         interface t1-2/3/0:7:2.0;
         interface t1-2/3/0:7:9.0;
-        interface t1-2/3/0:8:14.0;
         interface t1-2/3/0:8:16.0;
         interface t3-3/0/2.0;
         interface t1-3/3/0:1:10.0;
-        interface t1-3/3/0:1:26.0;
         interface t1-3/3/0:2:11.0;
-        interface t1-3/3/0:3:11.0;
         interface t1-3/3/0:3:17.0;
         interface t1-3/3/0:4:1.0;
         interface t1-3/3/0:5:20.0;
@@ -9033,7 +9088,6 @@
         interface t1-3/3/0:7:14.0;
         interface t1-3/3/0:7:19.0;
         interface t1-3/3/0:7:23.0;
-        interface t1-3/3/0:11:1.0;
         interface t1-4/0/2:21.0;
         interface t1-4/1/3:6.0;
         interface lsq-5/1/0.37;
@@ -10596,13 +10650,18 @@
     DOH-L3VPN {
         description DOH-L3VPN;
         instance-type vrf;
+        interface t1-2/3/0:1:13.17;
         interface t1-2/3/0:2:28.17;
         interface t1-2/3/0:6:20.17;
+        interface t1-2/3/0:8:14.17;
         interface t1-2/3/0:8:17.17;
+        interface t1-3/3/0:1:26.17;
+        interface t1-3/3/0:3:11.17;
         interface t1-3/3/0:6:17.17;
         interface t1-3/3/0:6:20.17;
         interface t1-3/3/0:8:3.17;
         interface t1-3/3/0:8:15.17;
+        interface t1-3/3/0:11:1.17;
         interface t1-3/3/0:11:19.17;
         interface t1-3/3/0:12:1.17;
         interface t1-3/3/0:12:2.17;
@@ -10629,6 +10688,11 @@
                 route 172.23.67.64/26 next-hop 10.119.76.83;
                 route 172.23.105.192/26 next-hop 10.119.76.47;
                 route 172.23.81.64/26 next-hop 10.119.76.59;
+                route 172.23.105.64/26 next-hop 10.119.76.61;
+                route 172.23.83.64/26 next-hop 10.119.76.133;
+                route 172.23.23.0/26 next-hop 10.119.76.227;
+                route 172.23.26.0/26 next-hop 10.119.76.103;
+                route 172.23.16.0/26 next-hop 10.119.76.123;
             }
         }
     }
@@ -11019,6 +11083,7 @@
         interface t1-2/3/0:1:2.16;
         interface t1-2/3/0:1:10.16;
         interface t1-2/3/0:1:12.16;
+        interface t1-2/3/0:1:13.16;
         interface t1-2/3/0:2:6.16;
         interface t1-2/3/0:2:7.16;
         interface t1-2/3/0:2:9.16;
@@ -11031,22 +11096,26 @@
         interface t1-2/3/0:6:3.16;
         interface t1-2/3/0:6:20.16;
         interface t1-2/3/0:8:8.16;
+        interface t1-2/3/0:8:14.16;
         interface t1-2/3/0:8:17.16;
         interface t1-2/3/0:9:1.16;
         interface t1-2/3/0:9:2.16;
         interface t1-2/3/0:9:3.16;
         interface t1-2/3/0:10:7.16;
         interface t1-2/3/0:12:24.16;
+        interface t1-3/3/0:1:26.16;
         interface t1-3/3/0:2:1.16;
         interface t1-3/3/0:2:4.16;
         interface t1-3/3/0:2:8.16;
         interface t1-3/3/0:2:10.16;
         interface t1-3/3/0:2:22.16;
+        interface t1-3/3/0:3:11.16;
         interface t1-3/3/0:5:15.16;
         interface t1-3/3/0:6:17.16;
         interface t1-3/3/0:6:20.16;
         interface t1-3/3/0:8:3.16;
         interface t1-3/3/0:8:15.16;
+        interface t1-3/3/0:11:1.16;
         interface t1-3/3/0:11:19.16;
         interface t1-3/3/0:12:1.16;
         interface t1-3/3/0:12:2.16;
@@ -11521,19 +11590,14 @@
 # 164.58.15.53     xe-1/0/0.52            Full      164.58.199.212
 # 172.23.3.194     lsq-5/1/0.137          Full      10.199.2.22
 # 172.23.3.6       lsq-5/1/0.37           Full      10.199.2.27
-# 172.23.0.162     t1-2/3/0:1:13.0        Full      10.199.2.59
 # 172.23.2.134     t1-2/3/0:1:16.0        Full      10.199.2.108
 # 172.23.0.230     t1-2/3/0:2:8.0         Full      10.199.2.111
 # 172.23.4.10      t1-2/3/0:7:1.0         Full      10.199.2.71
 # 172.23.5.198     t1-2/3/0:7:2.0         Full      10.199.2.68
 # 172.23.5.6       t1-2/3/0:7:9.0         Full      10.199.2.124
-# 172.23.0.114     t1-2/3/0:8:14.0        Full      10.199.2.121
 # 172.23.4.70      t1-2/3/0:8:16.0        Full      10.199.2.115
-# 172.23.3.46      t1-3/3/0:11:1.0        Full      10.199.2.74
 # 172.23.2.38      t1-3/3/0:1:10.0        Full      10.199.2.103
-# 172.23.4.142     t1-3/3/0:1:26.0        Full      10.199.2.38
 # 172.23.2.182     t1-3/3/0:2:11.0        Full      10.199.2.85
-# 172.23.1.34      t1-3/3/0:3:11.0        Full      10.199.2.69
 # 172.23.0.118     t1-3/3/0:3:17.0        Full      10.199.2.120
 # 172.23.4.6       t1-3/3/0:4:1.0         Full      10.199.2.129
 # 172.23.2.138     t1-3/3/0:5:20.0        Full      10.199.2.109
Index: configs/choctaw-nation-head-start-wilburton.client.onenet.net
===================================================================
--- configs/choctaw-nation-head-start-wilburton.client.onenet.net	(revision 144808)
+++ configs/choctaw-nation-head-start-wilburton.client.onenet.net	(working copy)
@@ -114,8 +114,8 @@
 # total files: 1
 # 
 # grnoc-mon at CHOCTAW-NATION-HEAD-START-WILBURTON-SRX240-LEASED-004935> show system uptime 
-# System booted: 2016-07-20 14:24 CDT 
-# Protocols started: 2016-07-20 14:27 CDT 
+# System booted: 2016-07-20 18:47 CDT 
+# Protocols started: 2016-07-20 18:50 CDT 
 # Last configured: 2016-05-11 10:45 CDT  by admin
 # 
 # grnoc-mon at CHOCTAW-NATION-HEAD-START-WILBURTON-SRX240-LEASED-004935> show interface terse 
Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net	(revision 144804)
+++ configs/hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2016-07-20 18:27:50 CDT by andrew via cli commit synchronize
 #   2016-07-20 11:23:51 CDT by sky via cli commit synchronize
 #   2016-07-20 10:03:57 CDT by andrew via cli commit synchronize
 #   2016-06-20 13:56:15 CDT by sean via cli commit synchronize
 #   2016-06-13 14:07:04 CDT by aberrios via cli commit synchronize
 #   2016-04-14 10:51:26 CDT by sean via cli commit synchronize
-#   2016-04-14 10:25:10 CDT by sean via cli commit synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2016-03-15 01:19 CDT 
 # Protocols started: 2016-03-15 01:24 CDT 
-# Last configured: 2016-07-20 11:23 CDT  by sky
+# Last configured: 2016-07-20 18:27 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
@@ -401,13 +401,15 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2016-07-20 11:23:51 CDT by sky
+## Last commit: 2016-07-20 18:27:50 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1362,6 +1364,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-ODMHSAS-L3VPN-EXPORT {
         term DEFAULT {
             from {
@@ -1433,6 +1480,48 @@
             then reject;
         }
     }
+    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;
@@ -1499,6 +1588,7 @@
     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;
@@ -1514,6 +1604,7 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     community ODMHSAS-VPN members target:5078:2559;
+    community OMES-MGMT-VPN members target:5078:2550;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1909,6 +2000,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.18:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
@@ -1944,6 +2044,15 @@
             }
         }
     }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.18: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.wil.onenet.net
===================================================================
--- configs/hub.wil.onenet.net	(revision 144808)
+++ configs/hub.wil.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WILBURTON-M120-RE0> show system commit 
+#   2016-07-20 18:45:26 CDT by andrew via cli commit synchronize
 #   2016-07-20 14:06:17 CDT by andrew via cli commit synchronize
 #   2016-07-13 14:37:57 CDT by aberrios via cli commit synchronize
 #   2016-07-06 12:17:25 CDT by andrew via cli commit synchronize
 #   2016-06-28 23:30:56 CDT by andrew via cli commit synchronize
 #   2016-06-28 23:16:00 CDT by andrew via cli commit synchronize
-#   2016-06-27 16:34:50 CDT by andrew via cli commit synchronize
 # grnoc-mon at WILBURTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at WILBURTON-M120-RE0> show system uptime 
 # System booted: 2016-03-13 01:23 CST 
 # Protocols started: 2016-03-13 01:28 CST 
-# Last configured: 2016-07-20 14:06 CDT  by andrew
+# Last configured: 2016-07-20 18:45 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at WILBURTON-M120-RE0> show interface terse 
@@ -405,13 +405,14 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at WILBURTON-M120-RE0> show configuration 
-## Last commit: 2016-07-20 14:06:17 CDT by andrew
+## Last commit: 2016-07-20 18:45:26 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1362,6 +1363,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-ODMHSAS-L3VPN-EXPORT {
         term DEFAULT {
             from {
@@ -1680,6 +1726,7 @@
     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;
@@ -2071,6 +2118,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.98:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
Index: configs/hub.ida.onenet.net
===================================================================
--- configs/hub.ida.onenet.net	(revision 144808)
+++ configs/hub.ida.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at IDABEL-M120-RE0> show system commit 
+#   2016-07-20 18:29:17 CDT by andrew via cli commit synchronize
 #   2016-07-20 14:05:54 CDT by andrew via cli commit synchronize
 #   2016-07-20 11:25:03 CDT by sky via cli commit synchronize
 #   2016-06-08 10:01:58 CDT by sean via cli commit synchronize
 #   2016-06-06 10:44:59 CDT by andrew via cli commit synchronize
 #   2016-05-26 13:03:11 CDT by andrew via cli commit synchronize
-#   2016-04-28 19:15:02 CDT by andrew via cli commit synchronize
 # grnoc-mon at IDABEL-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at IDABEL-M120-RE0> show system uptime 
 # System booted: 2016-03-16 00:52 CDT 
 # Protocols started: 2016-03-16 01:01 CDT 
-# Last configured: 2016-07-20 14:05 CDT  by andrew
+# Last configured: 2016-07-20 18:29 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at IDABEL-M120-RE0> show interface terse 
@@ -388,13 +388,14 @@
 #lsi.3 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.6 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at IDABEL-M120-RE0> show configuration 
-## Last commit: 2016-07-20 14:05:54 CDT by andrew
+## Last commit: 2016-07-20 18:29:17 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1340,6 +1341,51 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
+    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 EBGP-ODMHSAS-L3VPN-EXPORT {
         term DEFAULT {
             from {
@@ -1696,6 +1742,7 @@
     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;
@@ -2046,6 +2093,15 @@
     }
 }
 routing-instances {
+    DOH-L3VPN {
+        description DOH-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.102:3000;
+        vrf-import DOH-VRF-IMPORT;
+        vrf-export DOH-VRF-EXPORT;
+        vrf-target target:5078:3000;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net	(revision 144804)
+++ configs/hub.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-M120-RE0> show system commit 
+#   2016-07-20 18:44:58 CDT by sean via cli commit synchronize
+#   2016-07-20 18:23:47 CDT by sean via cli commit synchronize
 #   2016-07-20 11:22:06 CDT by sky via cli commit synchronize
 #   2016-07-20 11:20:07 CDT by sky via cli commit synchronize
 #   2016-07-20 10:02:50 CDT by andrew via cli commit synchronize
 #   2016-07-06 22:33:39 CDT by andrew via cli commit synchronize
-#   2016-07-06 20:07:14 CDT by andrew via cli commit synchronize
-#   2016-07-06 20:04:38 CDT by andrew via cli commit synchronize
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -265,7 +265,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: 2016-07-20 11:22 CDT  by sky
+# Last configured: 2016-07-20 18:44 CDT  by sean
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show interface terse 
@@ -319,11 +319,13 @@
 #t1-2/0/2:8 up up
 #t1-2/0/2:8.0 up up
 #t1-2/0/2:9 up up
-#t1-2/0/2:9.0 up up
+#t1-2/0/2:9.16 up up
+#t1-2/0/2:9.17 up up
 #t1-2/0/2:10 up up
 #t1-2/0/2:10.0 up up
 #t1-2/0/2:11 up up
-#t1-2/0/2:11.0 up up
+#t1-2/0/2:11.16 up up
+#t1-2/0/2:11.17 up up
 #t1-2/0/2:12 up up
 #t1-2/0/2:12.0 up up
 #t1-2/0/2:13 up up
@@ -426,7 +428,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-M120-RE0> show configuration 
-## Last commit: 2016-07-20 11:22:06 CDT by sky
+## Last commit: 2016-07-20 18:44:58 CDT by sean
 version 13.3R8.7;
 groups {
     re0 {
@@ -919,23 +921,27 @@
         }
     }
     t1-2/0/2:9 {
-        description "DOH-MARIETTA-T1-CIR0000439-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-MARIETTA-T1-CIR0000439-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                rpf-check;
-                mtu 1512;
                 sampling {
                     input;
+                    output;
                 }
-                address 172.23.5.41/30;
+                address 10.119.78.108/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.78.108/31;
             }
         }
     }
@@ -949,23 +955,27 @@
         }
     }
     t1-2/0/2:11 {
-        description "DOH-HEALDTON-T1-CIR0000641-OCS [DECOM]";
-        mtu 1518;
-        encapsulation cisco-hdlc;
-        unit 0 {
+        description DOH-HEALDTON-T1-CIR0000641-OCS;
+        dce;
+        encapsulation frame-relay;
+        unit 16 {
+            dlci 16;
             family inet {
-                rpf-check;
-                mtu 1512;
                 sampling {
                     input;
+                    output;
                 }
-                address 172.23.5.37/30;
+                address 10.119.78.114/31;
             }
-            family mpls {
-                filter {
-                    input FLOW-MPLS;
-                    output FLOW-MPLS;
+        }
+        unit 17 {
+            dlci 17;
+            family inet {
+                sampling {
+                    input;
+                    output;
                 }
+                address 10.119.76.114/31;
             }
         }
     }
@@ -1375,8 +1385,6 @@
         icmp-tunneling;
         interface ge-3/2/0.0;
         interface lo0.0;
-        interface t1-2/0/2:11.0;
-        interface t1-2/0/2:9.0;
     }
     bgp {
         group CORE-RR-OKC-V6 {
@@ -1468,26 +1476,6 @@
             }
             interface lo0.0;
         }
-        area 0.0.0.3 {
-            nssa {
-                default-lsa {
-                    default-metric 10;
-                    metric-type 1;
-                    type-7;
-                }
-                summaries;
-            }
-            interface t1-2/0/2:11.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
-            interface t1-2/0/2:9.0 {
-                authentication {
-                    md5 7# key <removed>;
-                }
-            }
-        }
     }
     ospf3 {
         reference-bandwidth 100g;
@@ -1506,8 +1494,6 @@
     ldp {
         preference 255;
         track-igp-metric;
-        interface t1-2/0/2:9.0;
-        interface t1-2/0/2:11.0;
         interface ge-3/2/0.0;
         interface lo0.0;
     }
@@ -2306,6 +2292,8 @@
     DOH-L3VPN {
         description DOH-L3VPN;
         instance-type vrf;
+        interface t1-2/0/2:9.17;
+        interface t1-2/0/2:11.17;
         interface lsq-2/3/0:0.17;
         route-distinguisher 164.58.199.10:3000;
         vrf-import DOH-VRF-IMPORT;
@@ -2315,6 +2303,8 @@
         routing-options {
             static {
                 route 172.23.113.128/25 next-hop 10.119.76.107;
+                route 172.23.114.64/26 next-hop 10.119.76.115;
+                route 172.23.114.128/26 next-hop 10.119.78.109;
             }
         }
     }
@@ -2372,6 +2362,8 @@
     OMES-MGMT-L3VPN {
         description OMES-MGMT-L3VPN;
         instance-type vrf;
+        interface t1-2/0/2:9.16;
+        interface t1-2/0/2:11.16;
         interface t1-2/0/2:13.16;
         interface t1-2/0/2:14.16;
         interface lsq-2/3/0:0.16;
@@ -2438,8 +2430,6 @@
 # grnoc-mon at ARDMORE-M120-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 164.58.244.28    ge-3/2/0.0             Full      164.58.199.11
-# 172.23.5.38      t1-2/0/2:11.0          Full      10.199.2.65
-# 172.23.5.42      t1-2/0/2:9.0           Full      10.199.2.62
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show bfd session 
Index: routers.down
===================================================================
--- routers.down	(revision 144805)
+++ routers.down	(working copy)
@@ -22,6 +22,8 @@
 core8.tul-C7603.onenet.net:cisco:down
 core9.tul.onenet.net:cisco:down
 decom.san-sw-tulsa.onenet.net:cisco:down
+doh-coalgate.client.onenet.net:juniper:down
+doh-cowerta.client.onenet.net:juniper:down
 durant-head-start.client.onenet.net:juniper:down
 gatekeeper-backup-3725:cisco:down
 geronimo-ps.client.onenet.net:juniper:down
Index: routers.all
===================================================================
--- routers.all	(revision 144668)
+++ routers.all	(working copy)
@@ -182,6 +182,8 @@
 doh-checotah.client.onenet.net:juniper
 doh-chickasha.client.onenet.net:juniper
 doh-claremore.client.onenet.net:juniper
+doh-coalgate.client.onenet.net:juniper
+doh-cowerta.client.onenet.net:juniper
 doh-duncan.client.onenet.net:juniper
 doh-durant.client.onenet.net:juniper
 doh-enid.client.onenet.net:juniper



More information about the Nocrancid mailing list