[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Feb 26 19:04:21 CST 2017


Index: configs/core.hut.law.onenet.net
===================================================================
--- configs/core.hut.law.onenet.net	(revision 150522)
+++ configs/core.hut.law.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-HUT-MX40> show system commit 
+#   2017-02-26 18:26:11 CST by andrew via cli
 #   2017-01-28 21:22:16 CST by andrew via cli
 #   2016-07-20 13:59:10 CDT by andrew via cli
 #   2016-07-12 12:55:49 CDT by andrew via cli
 #   2016-07-12 12:54:06 CDT by andrew via cli commit confirmed, rollback in 3mins
 #   2016-07-08 13:39:51 CDT by andrew via cli
-#   2016-05-10 12:51:43 CDT by admin via cli
 # grnoc-mon at LAWTON-HUT-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -223,7 +223,7 @@
 # grnoc-mon at LAWTON-HUT-MX40> show system uptime 
 # System booted: 2016-03-16 00:58 CDT 
 # Protocols started: 2016-03-16 01:00 CDT 
-# Last configured: 2017-01-28 21:22 CST  by andrew
+# Last configured: 2017-02-26 18:26 CST  by andrew
 # 
 # grnoc-mon at LAWTON-HUT-MX40> show interface terse 
 #Interface Admin Link
@@ -281,6 +281,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1048967 up up
 #lsi.1048968 up up
 #lsi.1048969 up up
@@ -314,7 +315,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-HUT-MX40> show configuration 
-## Last commit: 2017-01-28 21:22:16 CST by andrew
+## Last commit: 2017-02-26 18:26:11 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -871,34 +872,48 @@
             load-balance per-packet;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -924,7 +939,7 @@
         }
     }
     community LAWTON-HUT members 5078:153;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1192,8 +1207,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1203,19 +1218,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.148:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.146/32 next-hop 10.10.124.146;
-                route 10.10.125.146/32 next-hop 10.10.125.146;
-                route 10.10.127.146/32 next-hop 10.10.127.146;
-                route 10.10.126.38/32 next-hop 10.10.126.38;
-                route 10.10.126.42/32 next-hop 10.10.126.42;
-                route 10.10.126.46/32 next-hop 10.10.126.46;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at LAWTON-HUT-MX40> show ospf neighbor 
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 151031)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -614,6 +614,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core.elr.onenet.net
===================================================================
--- configs/core.elr.onenet.net	(revision 150193)
+++ configs/core.elr.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at EL-RENO-MX480-RE0> show system commit 
+#   2017-02-26 18:32:30 CST by andrew via cli commit synchronize
 #   2017-01-29 00:48:33 CST by andrew via cli commit synchronize
 #   2017-01-29 00:46:50 CST by andrew via cli commit synchronize
 #   2017-01-05 10:10:50 CST by andrew via cli commit synchronize
 #   2017-01-05 10:04:41 CST by andrew via cli commit synchronize
 #   2016-12-16 13:48:01 CST by andrew via cli commit synchronize
-#   2016-12-14 17:57:20 CST by andrew via cli commit synchronize
 # grnoc-mon at EL-RENO-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -254,7 +254,7 @@
 # grnoc-mon at EL-RENO-MX480-RE0> show system uptime 
 # System booted: 2016-03-07 01:30 CST 
 # Protocols started: 2016-03-07 01:35 CST 
-# Last configured: 2017-01-29 00:48 CST  by andrew
+# Last configured: 2017-02-26 18:32 CST  by andrew
 # 
 # {master}
 # grnoc-mon at EL-RENO-MX480-RE0> show interface terse 
@@ -331,6 +331,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1050624 up up
 #mtun up up
 #pimd up up
@@ -339,7 +340,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at EL-RENO-MX480-RE0> show configuration 
-## Last commit: 2017-01-29 00:48:33 CST by andrew
+## Last commit: 2017-02-26 18:32:30 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1217,34 +1218,48 @@
             load-balance per-packet;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1332,7 +1347,7 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1627,8 +1642,8 @@
     }
 }
 routing-instances {
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-0/3/3.0; ## 'ge-0/3/3.0' is not defined
         interface ge-0/3/5.0;
@@ -1637,18 +1652,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.107:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.222/32 next-hop 10.10.124.222;
-                route 10.10.125.222/32 next-hop 10.10.125.222;
-                route 10.10.127.222/32 next-hop 10.10.127.222;
-                route 10.10.120.178/32 next-hop 10.10.120.178;
-                route 10.10.120.182/32 next-hop 10.10.120.182;
-            }
-        }
+        vrf-table-label;
     }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
Index: configs/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net	(revision 151049)
+++ configs/kiamichi-fmc-battiest.client.onenet.net	(working copy)
@@ -171,7 +171,7 @@
 #ppe0 up up
 #st0 up up
 #st0.0 up up
-#st0.1 up down
+#st0.1 up up
 #tap up up
 #vlan up down
 #vtep up up
Index: configs/rpswi2.rp3f2.onenet.net
===================================================================
--- configs/rpswi2.rp3f2.onenet.net	(revision 151051)
+++ configs/rpswi2.rp3f2.onenet.net	(working copy)
@@ -70,7 +70,7 @@
 !show line
    Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
      0 CTY              -    -      -    -    -      0       0     0/0       -
-*    1 VTY              -    -      -    -    -   5634       0     0/0       -
+*    1 VTY              -    -      -    -    -   5635       0     0/0       -
      2 VTY              -    -      -    -    -      9       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 151007)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -447,8 +447,8 @@
 #t1-2/3/0:1:16.18 up up
 #t1-2/3/0:1:17 up up
 #t1-2/3/0:1:17.0 up up
-#t1-2/3/0:1:18 up up
-#t1-2/3/0:1:18.0 up up
+#t1-2/3/0:1:18 up down
+#t1-2/3/0:1:18.0 up down
 #t1-2/3/0:1:19 up up
 #t1-2/3/0:1:19.0 up up
 #t1-2/3/0:1:20 up up
Index: configs/hub.rushsprings-router-mw.onenet.net
===================================================================
--- configs/hub.rushsprings-router-mw.onenet.net	(revision 151051)
+++ configs/hub.rushsprings-router-mw.onenet.net	(working copy)
@@ -85,7 +85,7 @@
    Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
      0 CTY              -    -      -    -    -      0       0     0/0       -
      1 AUX   9600/9600  -    -      -    -    -      0       0     0/0       -
-*    2 VTY              -    -      -    -   23 320023       0     0/0       -
+*    2 VTY              -    -      -    -   23 320024       0     0/0       -
      3 VTY              -    -      -    -   23   1531       0     0/0       -
      4 VTY              -    -      -    -   23      7       0     0/0       -
      5 VTY              -    -      -    -   23      0       0     0/0       -
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net	(revision 150895)
+++ configs/core.hut.412.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at 412-MX40> show system commit 
+#   2017-02-26 18:19:08 CST by andrew via cli
 #   2017-01-28 20:56:56 CST by andrew via cli
 #   2016-12-09 21:19:19 CST by andrew via cli
 #   2016-09-01 17:39:10 CDT by andrew via cli
 #   2016-07-20 13:57:54 CDT by andrew via cli
 #   2016-07-07 14:31:24 CDT by andrew via cli
-#   2016-03-12 15:46:04 CST by andrew via cli
 # grnoc-mon at 412-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -234,7 +234,7 @@
 # grnoc-mon at 412-MX40> show system uptime 
 # System booted: 2013-06-06 10:54 CDT 
 # Protocols started: 2013-06-06 10:55 CDT 
-# Last configured: 2017-01-28 20:56 CST  by andrew
+# Last configured: 2017-02-26 18:19 CST  by andrew
 # 
 # grnoc-mon at 412-MX40> show interface terse 
 #Interface Admin Link
@@ -317,6 +317,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1052169 up up
 #lsi.1052170 up up
 #lsi.1052171 up up
@@ -350,7 +351,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at 412-MX40> show configuration 
-## Last commit: 2017-01-28 20:56:56 CST by andrew
+## Last commit: 2017-02-26 18:19:08 CST by andrew
 version 12.3R2.5;
 groups {
     ISIS-L2-INTERFACE {
@@ -1400,34 +1401,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1492,7 +1507,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community PS-NET-VPN members target:5078:2530;
 }
 class-of-service {
@@ -1889,8 +1904,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/4.0;
         interface ge-1/1/5.0;
@@ -1899,19 +1914,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.153:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.158/32 next-hop 10.10.124.158;
-                route 10.10.125.158/32 next-hop 10.10.125.158;
-                route 10.10.127.158/32 next-hop 10.10.127.158;
-                route 10.10.126.74/32 next-hop 10.10.126.74;
-                route 10.10.126.78/32 next-hop 10.10.126.78;
-                route 10.10.126.82/32 next-hop 10.10.126.82;
-            }
-        }
+        vrf-table-label;
     }
     PS-NET-L3VPN {
         description "PS_NET Public Safety Net";
Index: configs/core.hut.wea.onenet.net
===================================================================
--- configs/core.hut.wea.onenet.net	(revision 151051)
+++ configs/core.hut.wea.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEATHERFORD-MX40> show system commit 
+#   2017-02-26 18:11:35 CST by andrew via cli
 #   2017-01-29 01:08:46 CST by andrew via cli
 #   2016-12-09 21:24:38 CST by andrew via cli
 #   2016-08-30 15:45:37 CDT by andrew via cli
 #   2016-08-30 15:45:16 CDT by andrew via cli
 #   2016-07-20 13:58:47 CDT by andrew via cli
-#   2016-03-13 03:01:57 CDT by root via other
 # grnoc-mon at WEATHERFORD-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at WEATHERFORD-MX40> show system uptime 
 # System booted: 2016-03-13 01:59 CST 
 # Protocols started: 2016-03-13 03:02 CDT 
-# Last configured: 2017-01-29 01:08 CST  by andrew
+# Last configured: 2017-02-26 18:11 CST  by andrew
 # 
 # grnoc-mon at WEATHERFORD-MX40> show interface terse 
 #Interface Admin Link
@@ -292,6 +292,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049904 up up
 #lsi.1049905 up up
 #lsi.1049906 up up
@@ -325,7 +326,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WEATHERFORD-MX40> show configuration 
-## Last commit: 2017-01-29 01:08:46 CST by andrew
+## Last commit: 2017-02-26 18:11:35 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1133,34 +1134,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1188,7 +1203,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community Wford members 5078:149;
 }
 class-of-service {
@@ -1531,8 +1546,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1542,19 +1557,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.149:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.198/32 next-hop 10.10.124.198;
-                route 10.10.125.198/32 next-hop 10.10.125.198;
-                route 10.10.127.198/32 next-hop 10.10.127.198;
-                route 10.10.126.194/32 next-hop 10.10.126.194;
-                route 10.10.126.198/32 next-hop 10.10.126.198;
-                route 10.10.126.202/32 next-hop 10.10.126.202;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at WEATHERFORD-MX40> show ospf neighbor 
Index: configs/core.hut.sei.onenet.net
===================================================================
--- configs/core.hut.sei.onenet.net	(revision 150804)
+++ configs/core.hut.sei.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEILING-MX40> show system commit 
+#   2017-02-26 18:24:29 CST by andrew via cli
 #   2017-01-29 16:28:24 CST by andrew via cli commit confirmed, rollback in 3mins
 #   2017-01-29 16:15:26 CST by andrew via cli
 #   2017-01-29 01:43:43 CST by andrew via cli
 #   2016-12-09 21:21:07 CST by andrew via cli
 #   2016-09-13 22:43:52 CDT by andrew via cli
-#   2016-07-20 13:57:04 CDT by andrew via cli
 # grnoc-mon at SEILING-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at SEILING-MX40> show system uptime 
 # System booted: 2016-03-22 00:17 CDT 
 # Protocols started: 2016-03-22 00:20 CDT 
-# Last configured: 2017-01-29 16:28 CST  by andrew
+# Last configured: 2017-02-26 18:24 CST  by andrew
 # 
 # grnoc-mon at SEILING-MX40> show interface terse 
 #Interface Admin Link
@@ -292,6 +292,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1048886 up up
 #lsi.1048887 up up
 #lsi.1048888 up up
@@ -325,7 +326,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SEILING-MX40> show configuration 
-## Last commit: 2017-01-29 16:28:24 CST by andrew
+## Last commit: 2017-02-26 18:24:29 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1169,34 +1170,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1224,7 +1239,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community Seiling members 5078:156;
 }
 class-of-service {
@@ -1551,8 +1566,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1562,19 +1577,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.156:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.150/32 next-hop 10.10.124.150;
-                route 10.10.125.150/32 next-hop 10.10.125.150;
-                route 10.10.127.150/32 next-hop 10.10.127.150;
-                route 10.10.126.50/32 next-hop 10.10.126.50;
-                route 10.10.126.54/32 next-hop 10.10.126.54;
-                route 10.10.126.58/32 next-hop 10.10.126.58;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at SEILING-MX40> show ospf neighbor 
Index: configs/core.hut.elr.onenet.net
===================================================================
--- configs/core.hut.elr.onenet.net	(revision 150818)
+++ configs/core.hut.elr.onenet.net	(working copy)
@@ -1,14 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ELRENO-MX40> show system commit 
+#   2017-02-26 18:13:42 CST by andrew via cli
 #   2017-01-29 00:49:31 CST by andrew via cli
 #   2016-12-09 21:27:07 CST by andrew via cli
 #   2016-07-20 13:58:32 CDT by andrew via cli
 #   2016-03-07 02:04:41 CST by root via other
 #   2015-04-14 15:45:11 CDT by admin via netconf
 #     %crId:1474811%changeType:inband%moduleName:CMP.updateDeviceSNMPTrapTarget%
-#   2015-04-14 15:41:58 CDT by admin via netconf
-#     %crId:1474724%changeType:inband%moduleName:CMP.updateDeviceSNMPTrapTarget%
 # grnoc-mon at ELRENO-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -226,7 +225,7 @@
 # grnoc-mon at ELRENO-MX40> show system uptime 
 # System booted: 2016-03-07 02:02 CST 
 # Protocols started: 2016-03-07 02:05 CST 
-# Last configured: 2017-01-29 00:49 CST  by andrew
+# Last configured: 2017-02-26 18:13 CST  by andrew
 # 
 # grnoc-mon at ELRENO-MX40> show interface terse 
 #Interface Admin Link
@@ -287,6 +286,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
@@ -296,7 +296,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ELRENO-MX40> show configuration 
-## Last commit: 2017-01-29 00:49:31 CST by andrew
+## Last commit: 2017-02-26 18:13:42 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -975,34 +975,48 @@
             load-balance per-packet;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1028,7 +1042,7 @@
         }
     }
     community ElReno members 5078:150;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1267,8 +1281,8 @@
     }
 }
 routing-instances {
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1278,19 +1292,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.150:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.194/32 next-hop 10.10.124.194;
-                route 10.10.125.194/32 next-hop 10.10.125.194;
-                route 10.10.127.194/32 next-hop 10.10.127.194;
-                route 10.10.126.182/32 next-hop 10.10.126.182;
-                route 10.10.126.186/32 next-hop 10.10.126.186;
-                route 10.10.126.190/32 next-hop 10.10.126.190;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at ELRENO-MX40> show ospf neighbor 
Index: configs/rpswi1.rp3f2.onenet.net
===================================================================
--- configs/rpswi1.rp3f2.onenet.net	(revision 151051)
+++ configs/rpswi1.rp3f2.onenet.net	(working copy)
@@ -70,7 +70,7 @@
 !show line
    Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
      0 CTY              -    -      -    -    -      0       0     0/0       -
-*    1 VTY              -    -      -    -    -   5660       0     0/0       -
+*    1 VTY              -    -      -    -    -   5661       0     0/0       -
      2 VTY              -    -      -    -    -     13       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.hut.cli.onenet.net
===================================================================
--- configs/core.hut.cli.onenet.net	(revision 150669)
+++ configs/core.hut.cli.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CLINTON-MX40> show system commit 
+#   2017-02-26 18:22:38 CST by andrew via cli
 #   2017-01-29 01:24:27 CST by andrew via cli
 #   2016-12-09 21:20:10 CST by andrew via cli
 #   2016-08-10 16:17:44 CDT by andrew via cli commit confirmed, rollback in 3mins
 #   2016-07-20 13:57:40 CDT by andrew via cli
 #   2016-03-14 01:38:14 CDT by root via other
-#   2015-07-20 11:26:42 CDT by andrew via cli
 # grnoc-mon at CLINTON-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at CLINTON-MX40> show system uptime 
 # System booted: 2016-03-14 01:36 CDT 
 # Protocols started: 2016-03-14 01:38 CDT 
-# Last configured: 2017-01-29 01:24 CST  by andrew
+# Last configured: 2017-02-26 18:22 CST  by andrew
 # 
 # grnoc-mon at CLINTON-MX40> show interface terse 
 #Interface Admin Link
@@ -295,6 +295,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049024 up up
 #lsi.1049025 up up
 #lsi.1049026 up up
@@ -328,7 +329,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at CLINTON-MX40> show configuration 
-## Last commit: 2017-01-29 01:24:27 CST by andrew
+## Last commit: 2017-02-26 18:22:38 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1121,34 +1122,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1185,7 +1200,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1535,8 +1550,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1546,19 +1561,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.154:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.138/32 next-hop 10.10.124.138;
-                route 10.10.125.138/32 next-hop 10.10.125.138;
-                route 10.10.127.138/32 next-hop 10.10.127.138;
-                route 10.10.126.14/32 next-hop 10.10.126.14;
-                route 10.10.126.18/32 next-hop 10.10.126.18;
-                route 10.10.126.22/32 next-hop 10.10.126.22;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at CLINTON-MX40> show ospf neighbor 
Index: configs/core1.lan.onenet.net
===================================================================
--- configs/core1.lan.onenet.net	(revision 150895)
+++ configs/core1.lan.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LANGSTON-MX104-RE0> show system commit 
+#   2017-02-26 18:30:22 CST by andrew via cli commit synchronize
 #   2017-02-13 10:31:28 CST by andrew via cli commit synchronize
 #   2017-01-28 20:47:22 CST by andrew via cli commit synchronize
 #   2016-11-17 14:58:08 CST by andrew via cli commit synchronize
 #   2016-10-31 11:36:31 CDT by andrew via cli commit synchronize
 #   2016-10-19 17:45:31 CDT by andrew via cli commit synchronize
-#   2016-10-12 07:29:36 CDT by andrew via cli commit synchronize
 # grnoc-mon at LANGSTON-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -240,7 +240,7 @@
 # grnoc-mon at LANGSTON-MX104-RE0> show system uptime 
 # System booted: 2016-03-18 00:37 CDT 
 # Protocols started: 2016-03-18 00:41 CDT 
-# Last configured: 2017-02-13 10:31 CST  by andrew
+# Last configured: 2017-02-26 18:30 CST  by andrew
 # 
 # {master}
 # grnoc-mon at LANGSTON-MX104-RE0> show interface terse 
@@ -318,6 +318,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.2 up up
 #lsi.1048923 up up
 #lsi.1048944 up up
 #lsi.1048946 up up
@@ -348,7 +349,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LANGSTON-MX104-RE0> show configuration 
-## Last commit: 2017-02-13 10:31:28 CST by andrew
+## Last commit: 2017-02-26 18:30:22 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1072,34 +1073,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1126,7 +1141,7 @@
     }
     community LANGSTON members 5078:9236;
     community OFFN-VPN members target:5078:2572;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1375,22 +1390,16 @@
         vrf-target target:5078:2572;
         vrf-table-label;
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-0/0/7.0;
         interface ge-0/0/8.0;
         route-distinguisher 164.58.199.236:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.246/32 next-hop 10.10.124.246;
-                route 10.10.125.246/32 next-hop 10.10.125.246;
-                route 10.10.127.246/32 next-hop 10.10.127.246;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-LANGSTON {
         description VPLS-LANGSTON;
Index: configs/core.hut.web.onenet.net
===================================================================
--- configs/core.hut.web.onenet.net	(revision 150924)
+++ configs/core.hut.web.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEBBERS-FALLS-MX40> show system commit 
+#   2017-02-26 18:15:22 CST by andrew via cli
 #   2017-01-28 23:55:33 CST by andrew via cli
 #   2016-12-09 21:35:06 CST by andrew via cli
 #   2016-07-20 13:56:45 CDT by andrew via cli
 #   2016-06-15 13:47:07 CDT by andrew via cli
 #   2016-03-21 11:03:28 CDT by andrew via cli commit confirmed, rollback in 3mins
-#   2016-03-21 00:30:39 CDT by andrew via cli
 # grnoc-mon at WEBBERS-FALLS-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at WEBBERS-FALLS-MX40> show system uptime 
 # System booted: 2016-03-21 00:15 CDT 
 # Protocols started: 2016-03-21 00:17 CDT 
-# Last configured: 2017-01-28 23:55 CST  by andrew
+# Last configured: 2017-02-26 18:15 CST  by andrew
 # 
 # grnoc-mon at WEBBERS-FALLS-MX40> show interface terse 
 #Interface Admin Link
@@ -284,6 +284,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1048833 up up
 #lsi.1048840 up up
 #me0 up up
@@ -295,7 +296,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WEBBERS-FALLS-MX40> show configuration 
-## Last commit: 2017-01-28 23:55:33 CST by andrew
+## Last commit: 2017-02-26 18:15:22 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -967,34 +968,48 @@
             load-balance per-packet;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1019,7 +1034,7 @@
             }
         }
     }
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community Webbers_Falls members 5078:157;
 }
 class-of-service {
@@ -1259,8 +1274,8 @@
     }
 }
 routing-instances {
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1270,19 +1285,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.157:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.186/32 next-hop 10.10.124.186;
-                route 10.10.125.186/32 next-hop 10.10.125.186;
-                route 10.10.127.186/32 next-hop 10.10.127.186;
-                route 10.10.126.158/32 next-hop 10.10.126.158;
-                route 10.10.126.162/32 next-hop 10.10.126.162;
-                route 10.10.126.166/32 next-hop 10.10.126.166;
-            }
-        }
+        vrf-table-label;
     }
     OTA-VPLS {
         description OTA-VPLS;
Index: configs/swi1.cap.onenet.net
===================================================================
--- configs/swi1.cap.onenet.net	(revision 151051)
+++ configs/swi1.cap.onenet.net	(working copy)
@@ -207,7 +207,7 @@
 !show line
    Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
      0 CTY              -    -      -    -    -      0       0     0/0       -
-*    1 VTY              -    -      -    -    -   2226       0     0/0       -
+*    1 VTY              -    -      -    -    -   2227       0     0/0       -
      2 VTY              -    -      -    -    -      0       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.hut.gra.onenet.net
===================================================================
--- configs/core.hut.gra.onenet.net	(revision 150920)
+++ configs/core.hut.gra.onenet.net	(working copy)
@@ -1,13 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at Granite-MX40> show system commit 
+#   2017-02-26 18:27:49 CST by andrew via cli
 #   2017-01-28 23:59:27 CST by andrew via cli
 #   2016-12-09 21:30:00 CST by andrew via cli
 #   2016-07-20 10:16:42 CDT by andrew via cli
 #   2016-04-13 09:21:35 CDT by andrew via cli commit confirmed, rollback in 3mins
 #   2016-03-16 00:35:44 CDT by root via other
-#   2015-04-14 15:53:51 CDT by admin via netconf
-#     %crId:1474885%changeType:inband%moduleName:CMP.updateDeviceSNMPTrapTarget%
 # grnoc-mon at Granite-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -227,7 +226,7 @@
 # grnoc-mon at Granite-MX40> show system uptime 
 # System booted: 2016-03-16 00:33 CDT 
 # Protocols started: 2016-03-16 00:36 CDT 
-# Last configured: 2017-01-28 23:59 CST  by andrew
+# Last configured: 2017-02-26 18:27 CST  by andrew
 # 
 # grnoc-mon at Granite-MX40> show interface terse 
 #Interface Admin Link
@@ -291,6 +290,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049886 up up
 #lsi.1049887 up up
 #lsi.1049889 up up
@@ -324,7 +324,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at Granite-MX40> show configuration 
-## Last commit: 2017-01-28 23:59:27 CST by andrew
+## Last commit: 2017-02-26 18:27:49 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1134,34 +1134,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1198,7 +1212,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1525,8 +1539,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1536,19 +1550,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.162:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.142/32 next-hop 10.10.124.142;
-                route 10.10.125.142/32 next-hop 10.10.125.142;
-                route 10.10.127.142/32 next-hop 10.10.127.142;
-                route 10.10.126.26/32 next-hop 10.10.126.26;
-                route 10.10.126.30/32 next-hop 10.10.126.30;
-                route 10.10.126.34/32 next-hop 10.10.126.34;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at Granite-MX40> show ospf neighbor 
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net	(revision 150833)
+++ configs/core.hut.hen.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at HENRYETTA-MX40> show system commit 
+#   2017-02-26 18:17:09 CST by andrew via cli
 #   2017-01-28 23:56:45 CST by andrew via cli
 #   2016-12-09 21:31:35 CST by andrew via cli
 #   2016-07-20 10:16:28 CDT by andrew via cli
 #   2016-06-15 13:45:56 CDT by andrew via cli
 #   2016-06-15 13:43:58 CDT by andrew via cli
-#   2016-06-15 13:39:07 CDT by andrew via cli
 # grnoc-mon at HENRYETTA-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -228,7 +228,7 @@
 # grnoc-mon at HENRYETTA-MX40> show system uptime 
 # System booted: 2016-03-16 00:25 CDT 
 # Protocols started: 2016-03-16 00:27 CDT 
-# Last configured: 2017-01-28 23:56 CST  by andrew
+# Last configured: 2017-02-26 18:17 CST  by andrew
 # 
 # grnoc-mon at HENRYETTA-MX40> show interface terse 
 #Interface Admin Link
@@ -305,6 +305,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1048632 up up
 #lsi.1048752 up up
 #lsi.1048753 up up
@@ -340,7 +341,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at HENRYETTA-MX40> show configuration 
-## Last commit: 2017-01-28 23:56:45 CST by andrew
+## Last commit: 2017-02-26 18:17:09 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1320,34 +1321,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1376,7 +1391,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
     classifiers {
@@ -1765,8 +1780,8 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1776,19 +1791,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.164:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.182/32 next-hop 10.10.124.182;
-                route 10.10.125.182/32 next-hop 10.10.125.182;
-                route 10.10.127.182/32 next-hop 10.10.127.182;
-                route 10.10.126.146/32 next-hop 10.10.126.146;
-                route 10.10.126.150/32 next-hop 10.10.126.150;
-                route 10.10.126.154/32 next-hop 10.10.126.154;
-            }
-        }
+        vrf-table-label;
     }
     OTA-VPLS {
         description OTA-VPLS;
Index: configs/core.hut.ori.onenet.net
===================================================================
--- configs/core.hut.ori.onenet.net	(revision 150854)
+++ configs/core.hut.ori.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ORIENTA-MX40> show system commit 
+#   2017-02-26 18:20:51 CST by andrew via cli
 #   2017-01-28 23:31:22 CST by andrew via cli
 #   2016-12-09 21:21:31 CST by andrew via cli
 #   2016-07-20 13:58:06 CDT by andrew via cli
 #   2016-03-18 00:37:27 CDT by root via other
 #   2015-05-22 20:56:43 CDT by andrew via cli
-#   2015-05-01 18:38:43 CDT by andrew via cli commit confirmed, rollback in 3mins
 # grnoc-mon at ORIENTA-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at ORIENTA-MX40> show system uptime 
 # System booted: 2016-03-18 00:35 CDT 
 # Protocols started: 2016-03-18 00:37 CDT 
-# Last configured: 2017-01-28 23:31 CST  by andrew
+# Last configured: 2017-02-26 18:20 CST  by andrew
 # 
 # grnoc-mon at ORIENTA-MX40> show interface terse 
 #Interface Admin Link
@@ -283,6 +283,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
@@ -292,7 +293,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ORIENTA-MX40> show configuration 
-## Last commit: 2017-01-28 23:31:22 CST by andrew
+## Last commit: 2017-02-26 18:20:51 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -939,34 +940,48 @@
             load-balance per-packet;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -991,7 +1006,7 @@
             }
         }
     }
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community Orienta members 5078:152;
 }
 class-of-service {
@@ -1231,8 +1246,8 @@
     }
 }
 routing-instances {
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
@@ -1242,19 +1257,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.152:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.154/32 next-hop 10.10.124.154;
-                route 10.10.125.154/32 next-hop 10.10.125.154;
-                route 10.10.127.154/32 next-hop 10.10.127.154;
-                route 10.10.126.62/32 next-hop 10.10.126.62;
-                route 10.10.126.66/32 next-hop 10.10.126.66;
-                route 10.10.126.70/32 next-hop 10.10.126.70;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at ORIENTA-MX40> show ospf neighbor 
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 150895)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at STILLWATER-MX960-RE0> show system commit 
+#   2017-02-26 18:59:33 CST by andrew via cli commit synchronize
+#   2017-02-26 18:55:23 CST by andrew via cli commit synchronize
+#   2017-02-26 18:42:46 CST by andrew via cli commit synchronize
+#   2017-02-26 18:34:56 CST by andrew via cli commit synchronize
 #   2017-01-29 01:44:21 CST by andrew via cli commit synchronize
 #   2017-01-29 01:41:08 CST by andrew via cli commit synchronize
-#   2017-01-29 01:23:45 CST by andrew via cli commit synchronize
-#   2017-01-28 23:31:58 CST by andrew via cli commit synchronize
-#   2017-01-28 22:04:55 CST by andrew via cli commit synchronize
-#   2017-01-28 21:09:11 CST by andrew via cli commit synchronize
 # grnoc-mon at STILLWATER-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -513,7 +513,7 @@
 # grnoc-mon at STILLWATER-MX960-RE0> show system uptime 
 # System booted: 2016-03-20 01:59 CDT 
 # Protocols started: 2016-03-20 02:02 CDT 
-# Last configured: 2017-01-29 01:44 CST  by andrew
+# Last configured: 2017-02-26 18:59 CST  by andrew
 # 
 # {master}
 # grnoc-mon at STILLWATER-MX960-RE0> show interface terse 
@@ -579,8 +579,7 @@
 #ge-0/3/3 down down
 #ge-0/3/4 up up
 #ge-0/3/4.80 up up
-#ge-0/3/4.498 up up
-#ge-0/3/4.499 up up
+#ge-0/3/4.81 up up
 #ge-0/3/4.500 up up
 #ge-0/3/4.501 up up
 #ge-0/3/4.3520 up up
@@ -757,6 +756,7 @@
 #lsi.5 up up
 #lsi.6 up up
 #lsi.7 up up
+#lsi.8 up up
 #lsi.1084814 up up
 #lsi.1084902 up up
 #lsi.1084950 up up
@@ -787,7 +787,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at STILLWATER-MX960-RE0> show configuration 
-## Last commit: 2017-01-29 01:44:21 CST by andrew
+## Last commit: 2017-02-26 18:59:33 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1379,24 +1379,12 @@
                 address 10.199.208.30/31;
             }
         }
-        unit 498 {
-            description "MERIDIAN-UPS [NO-MONITOR]";
-            bandwidth 10m;
-            vlan-id 498;
+        unit 81 {
+            vlan-id 81;
             family inet {
-                rpf-check;
-                address 156.110.118.53/30;
+                address 10.196.0.125/30;
             }
         }
-        unit 499 {
-            description "MERIDIAN-ROUTED [NO-MONITOR]";
-            bandwidth 1g;
-            vlan-id 499;
-            family inet {
-                rpf-check;
-                address 156.110.118.41/30;
-            }
-        }
         unit 500 {
             description MERIDIAN-TECHNICAL-CENTER-CIR0003564;
             bandwidth 1g;
@@ -3229,34 +3217,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -3291,7 +3293,7 @@
     community OMES-MGMT-VPN members target:5078:2550;
     community OMES-VOIP-VPN members target:5078:2549;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -3678,27 +3680,20 @@
         vrf-target target:5078:2543;
         vrf-table-label;
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-0/2/4.0; ## 'ge-0/2/4.0' is not defined
         interface ge-0/2/5.0;
         interface ge-0/2/6.0;
         interface ge-0/2/8.0;
         interface ge-0/2/9.0;
+        interface ge-0/3/4.81;
         route-distinguisher 164.58.199.232:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.62/32 next-hop 10.10.124.62;
-                route 10.10.125.62/32 next-hop 10.10.125.62;
-                route 10.10.127.62/32 next-hop 10.10.127.62;
-                route 10.10.120.42/32 next-hop 10.10.120.42;
-                route 10.10.120.46/32 next-hop 10.10.120.46;
-            }
-        }
+        vrf-table-label;
     }
     TEST {
         instance-type virtual-router;
Index: configs/rpswi1.rp3f3.onenet.net
===================================================================
--- configs/rpswi1.rp3f3.onenet.net	(revision 151051)
+++ configs/rpswi1.rp3f3.onenet.net	(working copy)
@@ -273,7 +273,7 @@
 !show line
    Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
      0 CTY              -    -      -    -    -      0       0     0/0       -
-*    1 VTY              -    -      -    -    -   5109       0     0/0       -
+*    1 VTY              -    -      -    -    -   5110       0     0/0       -
      2 VTY              -    -      -    -    -      4       0     0/0       -
      3 VTY              -    -      -    -    -      2       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -



More information about the Nocrancid mailing list