[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Feb 25 01:04:12 CST 2017


Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net	(revision 150895)
+++ configs/core.dur.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DURANT-MX480-RE0> show system commit 
+#   2017-02-24 23:06:40 CST by andrew via cli commit synchronize
 #   2017-02-17 17:36:11 CST by andrew via cli commit synchronize
 #   2017-01-28 23:14:22 CST by andrew via cli commit synchronize
 #   2017-01-28 23:02:05 CST by andrew via cli commit synchronize
 #   2017-01-28 23:01:16 CST by andrew via cli commit synchronize
 #   2017-01-13 15:07:35 CST by andrew via cli commit synchronize
-#   2016-12-28 09:16:43 CST by andrew via cli commit synchronize
 # grnoc-mon at DURANT-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -296,7 +296,7 @@
 # grnoc-mon at DURANT-MX480-RE0> show system uptime 
 # System booted: 2016-03-15 00:55 CDT 
 # Protocols started: 2016-03-15 01:01 CDT 
-# Last configured: 2017-02-17 17:36 CST  by andrew
+# Last configured: 2017-02-24 23:06 CST  by andrew
 # 
 # {master}
 # grnoc-mon at DURANT-MX480-RE0> show interface terse 
@@ -406,6 +406,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049118 up up
 #lsi.1049158 up up
 #lsi.1049161 up up
@@ -457,7 +458,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DURANT-MX480-RE0> show configuration 
-## Last commit: 2017-02-17 17:36:11 CST by andrew
+## Last commit: 2017-02-24 23:06:40 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1910,34 +1911,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;
         }
     }
@@ -1978,7 +1993,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 ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -2600,8 +2615,8 @@
             }
         }
     }
-    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/5.0;
         interface ge-0/2/6.0;
@@ -2609,18 +2624,10 @@
         interface ge-0/2/8.0;
         interface ge-0/2/9.0;
         route-distinguisher 164.58.199.15: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.214/32 next-hop 10.10.124.214;
-                route 10.10.125.214/32 next-hop 10.10.125.214;
-                route 10.10.127.214/32 next-hop 10.10.127.214;
-                route 10.10.120.162/32 next-hop 10.10.120.162;
-                route 10.10.120.166/32 next-hop 10.10.120.166;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 150977)
+++ 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/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net	(revision 150969)
+++ 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 up
+#st0.1 up down
 #tap up up
 #vlan up down
 #vtep up up
Index: configs/rpswi2.rp3f2.onenet.net
===================================================================
--- configs/rpswi2.rp3f2.onenet.net	(revision 150982)
+++ 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              -    -      -    -    -   5592       0     0/0       -
+*    1 VTY              -    -      -    -    -   5593       0     0/0       -
      2 VTY              -    -      -    -    -      9       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.hut.elk.onenet.net
===================================================================
--- configs/core.hut.elk.onenet.net	(revision 150283)
+++ configs/core.hut.elk.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ELK-CITY-MX40> show system commit 
+#   2017-02-25 00:01:44 CST by andrew via cli
 #   2017-01-29 01:41:41 CST by andrew via cli
 #   2016-12-09 21:20:39 CST by andrew via cli
 #   2016-12-09 21:19:44 CST by andrew via cli
 #   2016-08-10 16:50:31 CDT by andrew via cli commit confirmed, rollback in 3mins
 #   2016-07-20 13:57:27 CDT by andrew via cli
-#   2016-03-15 00:24:22 CDT by root via other
 # grnoc-mon at ELK-CITY-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -235,7 +235,7 @@
 # grnoc-mon at ELK-CITY-MX40> show system uptime 
 # System booted: 2016-07-05 02:34 CDT 
 # Protocols started: 2016-07-05 02:36 CDT 
-# Last configured: 2017-01-29 01:41 CST  by andrew
+# Last configured: 2017-02-25 00:01 CST  by andrew
 # 
 # grnoc-mon at ELK-CITY-MX40> show interface terse 
 #Interface Admin Link
@@ -295,6 +295,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1048914 up up
 #lsi.1048915 up up
 #lsi.1048916 up up
@@ -328,7 +329,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ELK-CITY-MX40> show configuration 
-## Last commit: 2017-01-29 01:41:41 CST by andrew
+## Last commit: 2017-02-25 00:01:44 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1014,34 +1015,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;
         }
     }
@@ -1076,7 +1091,7 @@
     }
     community ElkCity members 5078:155;
     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 {
@@ -1366,8 +1381,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;
@@ -1377,19 +1392,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.155: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.134/32 next-hop 10.10.124.134;
-                route 10.10.125.134/32 next-hop 10.10.125.134;
-                route 10.10.127.134/32 next-hop 10.10.127.134;
-                route 10.10.126.2/32 next-hop 10.10.126.2;
-                route 10.10.126.6/32 next-hop 10.10.126.6;
-                route 10.10.126.10/32 next-hop 10.10.126.10;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at ELK-CITY-MX40> show ospf neighbor 
Index: configs/hub.rushsprings-router-mw.onenet.net
===================================================================
--- configs/hub.rushsprings-router-mw.onenet.net	(revision 150982)
+++ 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 319980       0     0/0       -
+*    2 VTY              -    -      -    -   23 319981       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.pra.onenet.net
===================================================================
--- configs/core.hut.pra.onenet.net	(revision 150896)
+++ configs/core.hut.pra.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at PRAGUE-MX40> show system commit 
+#   2017-02-25 00:07:22 CST by andrew via cli
 #   2017-01-29 01:26:28 CST by andrew via cli
 #   2016-12-09 21:33:55 CST by andrew via cli
 #   2016-07-20 10:18:33 CDT by andrew via cli
 #   2016-03-22 00:14:39 CDT by root via other
 #   2015-07-20 17:07:02 CDT by andrew via cli
-#   2015-07-20 13:05:15 CDT by andrew via cli
 # grnoc-mon at PRAGUE-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -226,7 +226,7 @@
 # grnoc-mon at PRAGUE-MX40> show system uptime 
 # System booted: 2016-03-22 00:12 CDT 
 # Protocols started: 2016-03-22 00:15 CDT 
-# Last configured: 2017-01-29 01:26 CST  by andrew
+# Last configured: 2017-02-25 00:07 CST  by andrew
 # 
 # grnoc-mon at PRAGUE-MX40> show interface terse 
 #Interface Admin Link
@@ -297,6 +297,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1048693 up up
 #lsi.1048694 up up
 #lsi.1048695 up up
@@ -330,7 +331,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at PRAGUE-MX40> show configuration 
-## Last commit: 2017-01-29 01:26:28 CST by andrew
+## Last commit: 2017-02-25 00:07:22 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1195,34 +1196,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;
         }
     }
@@ -1250,7 +1265,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 Prague members 5078:159;
 }
 class-of-service {
@@ -1592,8 +1607,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;
@@ -1603,19 +1618,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.159: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.178/32 next-hop 10.10.124.178;
-                route 10.10.125.178/32 next-hop 10.10.125.178;
-                route 10.10.127.178/32 next-hop 10.10.127.178;
-                route 10.10.126.134/32 next-hop 10.10.126.134;
-                route 10.10.126.138/32 next-hop 10.10.126.138;
-                route 10.10.126.142/32 next-hop 10.10.126.142;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at PRAGUE-MX40> show ospf neighbor 
Index: configs/swi1.odot.ton-intmaint.onenet.net
===================================================================
--- configs/swi1.odot.ton-intmaint.onenet.net	(revision 150926)
+++ configs/swi1.odot.ton-intmaint.onenet.net	(working copy)
@@ -10,7 +10,7 @@
 # grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
-#       FPC 0 Power Supply 1           Failed    
+#       FPC 0 Power Supply 1           OK        
 # Temp  FPC 0 CPU                      OK        
 #       FPC 0 EX-PFE1                  OK        
 #       FPC 0 EX-PFE2                  OK        
Index: configs/core1.okccc.onenet.net
===================================================================
--- configs/core1.okccc.onenet.net	(revision 150195)
+++ configs/core1.okccc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKCCC-MX960-RE0> show system commit 
+#   2017-02-25 00:05:12 CST by andrew via cli commit synchronize
 #   2017-01-29 02:18:29 CST by andrew via cli commit synchronize
 #   2017-01-29 01:55:53 CST by andrew via cli commit synchronize
 #   2017-01-29 01:21:03 CST by andrew via cli commit synchronize
 #   2017-01-29 01:05:03 CST by andrew via cli commit synchronize
 #   2017-01-29 00:50:33 CST by andrew via cli commit synchronize
-#   2017-01-28 23:48:26 CST by andrew via cli commit synchronize
 # grnoc-mon at OKCCC-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -416,7 +416,7 @@
 # grnoc-mon at OKCCC-MX960-RE0> show system uptime 
 # System booted: 2016-03-20 01:24 CDT 
 # Protocols started: 2016-03-20 01:26 CDT 
-# Last configured: 2017-01-29 02:18 CST  by andrew
+# Last configured: 2017-02-25 00:05 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKCCC-MX960-RE0> show interface terse 
@@ -553,6 +553,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1053184 up up
 #mtun up up
 #pimd up up
@@ -561,7 +562,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKCCC-MX960-RE0> show configuration 
-## Last commit: 2017-01-29 02:18:29 CST by andrew
+## Last commit: 2017-02-25 00:05:12 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1813,34 +1814,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;
         }
     }
@@ -1895,7 +1910,7 @@
     community OKCCORE4 members 5078:214;
     community OKCCORE5 members 5078:215;
     community OKCCORE6 members 5078:216;
-    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 PTCCORE1 members 5078:234;
@@ -2183,8 +2198,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/2/3.0; ## 'ge-0/2/3.0' is not defined
         interface ge-0/2/4.0; ## 'ge-0/2/4.0' is not defined
@@ -2194,18 +2209,10 @@
         interface ge-0/2/8.0;
         interface ge-0/2/9.0;
         route-distinguisher 164.58.199.233: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.58/32 next-hop 10.10.124.58;
-                route 10.10.125.58/32 next-hop 10.10.125.58;
-                route 10.10.127.58/32 next-hop 10.10.127.58;
-                route 10.10.120.34/32 next-hop 10.10.120.34;
-                route 10.10.120.38/32 next-hop 10.10.120.38;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-OKCCC {
         description ONENET-IPERF-MGMT;
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net	(revision 150924)
+++ configs/core.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-MX480-RE0> show system commit 
+#   2017-02-24 23:42:05 CST by andrew via cli commit synchronize
 #   2017-01-29 02:13:05 CST by andrew via cli commit synchronize
 #   2017-01-25 21:14:54 CST by andrew via cli commit synchronize
 #   2017-01-25 12:12:42 CST by sky via cli commit synchronize
 #   2017-01-24 17:26:05 CST by andrew via cli commit synchronize
 #   2016-12-23 09:11:33 CST by andrew via cli commit synchronize
-#   2016-12-21 18:03:23 CST by andrew via cli commit synchronize
 # grnoc-mon at ADA-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -261,7 +261,7 @@
 # grnoc-mon at ADA-MX480-RE0> show system uptime 
 # System booted: 2016-03-17 01:08 CDT 
 # Protocols started: 2016-03-17 01:12 CDT 
-# Last configured: 2017-01-29 02:13 CST  by andrew
+# Last configured: 2017-02-24 23:42 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ADA-MX480-RE0> show interface terse 
@@ -368,6 +368,7 @@
 #lsi.3 up up
 #lsi.5 up up
 #lsi.6 up up
+#lsi.7 up up
 #lsi.1049616 up up
 #lsi.1049822 up up
 #lsi.1049824 up up
@@ -421,7 +422,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-MX480-RE0> show configuration 
-## Last commit: 2017-01-29 02:13:05 CST by andrew
+## Last commit: 2017-02-24 23:42:05 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1710,34 +1711,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;
         }
     }
@@ -1867,7 +1882,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 ONENET_BLACKHOLE members 5078:911;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
@@ -2349,8 +2364,8 @@
             }
         }
     }
-    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;
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
@@ -2358,20 +2373,11 @@
         interface ge-0/3/7.0;
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
-        route-distinguisher 164.58.199.22:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        route-distinguisher 164.58.199.23:2012;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.206/32 next-hop 10.10.124.206;
-                route 10.10.125.206/32 next-hop 10.10.125.206;
-                route 10.10.127.206/32 next-hop 10.10.127.206;
-                route 10.10.120.146/32 next-hop 10.10.120.146;
-                route 10.10.120.150/32 next-hop 10.10.120.150;
-                route 10.10.127.22/32 next-hop 10.10.127.22;
-            }
-        }
+        vrf-table-label;
     }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
Index: configs/rpswi1.rp3f2.onenet.net
===================================================================
--- configs/rpswi1.rp3f2.onenet.net	(revision 150982)
+++ 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              -    -      -    -    -   5618       0     0/0       -
+*    1 VTY              -    -      -    -    -   5619       0     0/0       -
      2 VTY              -    -      -    -    -     13       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net	(revision 150895)
+++ configs/core.chi.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CHICKASHA-MX480-RE0> show system commit 
+#   2017-02-24 23:30:14 CST by andrew via cli commit synchronize
 #   2017-01-29 01:56:59 CST by andrew via cli commit synchronize
 #   2016-12-09 21:13:23 CST by andrew via cli commit synchronize
 #   2016-09-10 01:41:24 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2016-08-05 09:17:13 CDT by joel via cli commit synchronize
 #   2016-07-22 09:55:06 CDT by joel via cli commit synchronize
-#   2016-07-20 14:08:15 CDT by andrew via cli commit synchronize
 # grnoc-mon at CHICKASHA-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -256,7 +256,7 @@
 # grnoc-mon at CHICKASHA-MX480-RE0> show system uptime 
 # System booted: 2016-09-10 01:37 CDT 
 # Protocols started: 2016-09-10 01:41 CDT 
-# Last configured: 2017-01-29 01:56 CST  by andrew
+# Last configured: 2017-02-24 23:30 CST  by andrew
 # 
 # {master}
 # grnoc-mon at CHICKASHA-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.1048863 up up
 #lsi.1048864 up up
 #lsi.1048865 up up
@@ -358,7 +359,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at CHICKASHA-MX480-RE0> show configuration 
-## Last commit: 2017-01-29 01:56:59 CST by andrew
+## Last commit: 2017-02-24 23:30:14 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1203,34 +1204,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;
         }
     }
@@ -1277,7 +1292,7 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     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 OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1540,8 +1555,8 @@
         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/3/3.0; ## 'ge-0/3/3.0' is not defined
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
@@ -1550,19 +1565,11 @@
         interface ge-0/3/7.0;
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
-        route-distinguisher 164.58.199.82:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        route-distinguisher 164.58.199.83:2012;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.46/32 next-hop 10.10.124.46;
-                route 10.10.125.46/32 next-hop 10.10.125.46;
-                route 10.10.127.46/32 next-hop 10.10.127.46;
-                route 10.10.120.10/32 next-hop 10.10.120.10;
-                route 10.10.120.14/32 next-hop 10.10.120.14;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net	(revision 150283)
+++ configs/core.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-MX480-RE0> show system commit 
+#   2017-02-24 23:27:18 CST by andrew via cli commit synchronize
 #   2017-01-28 21:33:05 CST by andrew via cli commit synchronize
 #   2016-12-30 09:48:48 CST by andrew via cli commit synchronize
 #   2016-12-30 09:47:32 CST by andrew via cli commit synchronize
 #   2016-12-29 11:08:29 CST by andrew via cli commit synchronize
 #   2016-12-29 11:05:57 CST by andrew via cli commit synchronize
-#   2016-12-29 10:12:00 CST by andrew via cli commit synchronize
 # grnoc-mon at DUNCAN-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -260,7 +260,7 @@
 # grnoc-mon at DUNCAN-MX480-RE0> show system uptime 
 # System booted: 2016-03-15 01:19 CDT 
 # Protocols started: 2016-03-15 01:24 CDT 
-# Last configured: 2017-01-28 21:33 CST  by andrew
+# Last configured: 2017-02-24 23:27 CST  by andrew
 # 
 # {master}
 # grnoc-mon at DUNCAN-MX480-RE0> show interface terse 
@@ -345,6 +345,7 @@
 #lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1050113 up up
 #lsi.1050115 up up
 #lsi.1050116 up up
@@ -376,7 +377,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-MX480-RE0> show configuration 
-## Last commit: 2017-01-28 21:33:05 CST by andrew
+## Last commit: 2017-02-24 23:27:18 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1424,34 +1425,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;
         }
     }
@@ -1500,7 +1515,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 OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1947,8 +1962,8 @@
             }
         }
     }
-    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;
         interface ge-0/3/5.0;
@@ -1957,19 +1972,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.19: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.54/32 next-hop 10.10.124.54;
-                route 10.10.125.54/32 next-hop 10.10.125.54;
-                route 10.10.127.54/32 next-hop 10.10.127.54;
-                route 10.10.120.26/32 next-hop 10.10.120.26;
-                route 10.10.120.30/32 next-hop 10.10.120.30;
-                route 10.10.127.30/32 next-hop 10.10.127.30;
-            }
-        }
+        vrf-table-label;
     }
 }
 {master}
Index: configs/swi1.cap.onenet.net
===================================================================
--- configs/swi1.cap.onenet.net	(revision 150982)
+++ 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              -    -      -    -    -   2184       0     0/0       -
+*    1 VTY              -    -      -    -    -   2185       0     0/0       -
      2 VTY              -    -      -    -    -      0       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net	(revision 150895)
+++ configs/core.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-MX480-RE0> show system commit 
+#   2017-02-24 23:45:37 CST by andrew via cli commit synchronize
 #   2017-02-13 09:22:41 CST by sean via cli commit synchronize
 #   2017-01-29 00:54:51 CST by andrew via cli commit synchronize
 #   2017-01-20 18:22:53 CST by andrew via cli commit synchronize
 #   2017-01-18 12:45:20 CST by andrew via cli commit synchronize
 #   2017-01-18 12:21:45 CST by andrew via cli commit synchronize
-#   2017-01-18 12:04:42 CST by andrew via cli commit synchronize
 # grnoc-mon at ARDMORE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -255,7 +255,7 @@
 # grnoc-mon at ARDMORE-MX480-RE0> show system uptime 
 # System booted: 2016-03-18 00:51 CDT 
 # Protocols started: 2016-03-18 00:53 CDT 
-# Last configured: 2017-02-13 09:22 CST  by sean
+# Last configured: 2017-02-24 23:45 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ARDMORE-MX480-RE0> show interface terse 
@@ -342,6 +342,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1079836 up up
 #lsi.1079847 up up
 #lsi.1079848 up up
@@ -369,7 +370,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-MX480-RE0> show configuration 
-## Last commit: 2017-02-13 09:22:41 CST by sean
+## Last commit: 2017-02-24 23:45:37 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1361,34 +1362,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;
         }
     }
@@ -1474,7 +1489,7 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     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 OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1848,8 +1863,8 @@
         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/3.0;
         interface ge-0/2/4.0; ## 'ge-0/2/4.0' is not defined
@@ -1859,19 +1874,10 @@
         interface ge-0/2/8.0;
         interface ge-0/2/9.0;
         route-distinguisher 164.58.199.11: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.70/32 next-hop 10.10.124.70;
-                route 10.10.125.70/32 next-hop 10.10.125.70;
-                route 10.10.127.70/32 next-hop 10.10.127.70;
-                route 10.10.120.50/32 next-hop 10.10.120.50;
-                route 10.10.120.54/32 next-hop 10.10.120.54;
-                route 10.10.127.18/32 next-hop 10.10.127.18;
-            }
-        }
+        vrf-table-label;
     }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
Index: configs/rpswi1.rp3f3.onenet.net
===================================================================
--- configs/rpswi1.rp3f3.onenet.net	(revision 150982)
+++ 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              -    -      -    -    -   5067       0     0/0       -
+*    1 VTY              -    -      -    -    -   5068       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