[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Feb 25 00:04:34 CST 2017


Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net	(revision 150895)
+++ configs/core.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-MX480-RE0> show system commit 
+#   2017-02-24 23:16:11 CST by andrew via cli commit synchronize
 #   2017-02-22 16:52:17 CST by sean via cli commit synchronize
 #   2017-02-22 16:49:38 CST by sean via cli commit synchronize
 #   2017-02-22 12:09:40 CST by sean via cli commit synchronize
 #   2017-02-20 13:29:05 CST by andrew via cli commit synchronize
 #   2017-02-20 11:25:01 CST by andrew via cli commit synchronize
-#   2017-02-17 19:05:04 CST by andrew via cli commit synchronize
 # grnoc-mon at SAYRE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -253,7 +253,7 @@
 # grnoc-mon at SAYRE-MX480-RE0> show system uptime 
 # System booted: 2016-03-21 00:48 CDT 
 # Protocols started: 2016-03-21 00:53 CDT 
-# Last configured: 2017-02-22 16:52 CST  by sean
+# Last configured: 2017-02-24 23:16 CST  by andrew
 # 
 # {master}
 # grnoc-mon at SAYRE-MX480-RE0> show interface terse 
@@ -334,6 +334,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1050028 up up
 #lsi.1050029 up up
 #lsi.1050030 up up
@@ -385,7 +386,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-MX480-RE0> show configuration 
-## Last commit: 2017-02-22 16:52:17 CST by sean
+## Last commit: 2017-02-24 23:16:11 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1319,34 +1320,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;
         }
     }
@@ -1395,7 +1410,7 @@
     community Muskogee members 5078:94;
     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;
@@ -1721,8 +1736,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;
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
@@ -1732,19 +1747,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.31: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.42/32 next-hop 10.10.124.42;
-                route 10.10.125.42/32 next-hop 10.10.125.42;
-                route 10.10.127.42/32 next-hop 10.10.127.42;
-                route 10.10.120.2/32 next-hop 10.10.120.2;
-                route 10.10.120.6/32 next-hop 10.10.120.6;
-                route 10.10.127.230/32 next-hop 10.10.127.230;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/core.mus.onenet.net
===================================================================
--- configs/core.mus.onenet.net	(revision 150895)
+++ configs/core.mus.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MUSKOGEE-MX480-RE0> show system commit 
+#   2017-02-24 23:23:53 CST by andrew via cli commit synchronize
 #   2017-01-29 00:25:11 CST by andrew via cli commit synchronize
 #   2017-01-23 16:10:33 CST by andrew via cli commit synchronize
 #   2016-12-21 17:34:06 CST by andrew via cli commit synchronize
 #   2016-12-21 17:33:22 CST by andrew via cli commit synchronize
 #   2016-12-21 11:12:08 CST by andrew via cli commit synchronize
-#   2016-12-09 21:40:08 CST by andrew via cli commit synchronize
 # grnoc-mon at MUSKOGEE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -262,7 +262,7 @@
 # grnoc-mon at MUSKOGEE-MX480-RE0> show system uptime 
 # System booted: 2016-03-07 01:38 CST 
 # Protocols started: 2016-03-07 01:53 CST 
-# Last configured: 2017-01-29 00:25 CST  by andrew
+# Last configured: 2017-02-24 23:23 CST  by andrew
 # 
 # {master}
 # grnoc-mon at MUSKOGEE-MX480-RE0> show interface terse 
@@ -359,6 +359,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1049012 up up
 #lsi.1049013 up up
 #lsi.1049014 up up
@@ -410,7 +411,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MUSKOGEE-MX480-RE0> show configuration 
-## Last commit: 2017-01-29 00:25:11 CST by andrew
+## Last commit: 2017-02-24 23:23:53 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1653,34 +1654,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;
         }
     }
@@ -1732,7 +1747,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;
@@ -2324,8 +2339,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
@@ -2335,19 +2350,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.95: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.86/32 next-hop 10.10.124.86;
-                route 10.10.125.86/32 next-hop 10.10.125.86;
-                route 10.10.127.86/32 next-hop 10.10.127.86;
-                route 10.10.120.82/32 next-hop 10.10.120.82;
-                route 10.10.120.86/32 next-hop 10.10.120.86;
-                route 10.10.127.6/32 next-hop 10.10.127.6;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/core.hut.sal.onenet.net
===================================================================
--- configs/core.hut.sal.onenet.net	(revision 150726)
+++ configs/core.hut.sal.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at Sallisaw-MX40> show system commit 
+#   2017-02-24 23:57:11 CST by andrew via cli
 #   2017-02-17 17:45:51 CST by andrew via cli
 #   2017-01-29 01:38:07 CST by andrew via cli
 #   2017-01-27 18:12:49 CST by andrew via cli
 #   2017-01-27 15:55:17 CST by andrew via cli commit confirmed, rollback in 3mins
 #   2017-01-27 15:42:45 CST by andrew via cli
-#   2017-01-27 15:40:38 CST by andrew via cli
 # grnoc-mon at Sallisaw-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -232,7 +232,7 @@
 # grnoc-mon at Sallisaw-MX40> show system uptime 
 # System booted: 2016-02-20 00:32 CST 
 # Protocols started: 2016-02-20 00:34 CST 
-# Last configured: 2017-02-17 17:45 CST  by andrew
+# Last configured: 2017-02-24 23:57 CST  by andrew
 # 
 # grnoc-mon at Sallisaw-MX40> show interface terse 
 #Interface Admin Link
@@ -304,6 +304,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1049162 up up
 #lsi.1049164 up up
 #lsi.1049166 up up
@@ -337,7 +338,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at Sallisaw-MX40> show configuration 
-## Last commit: 2017-02-17 17:45:51 CST by andrew
+## Last commit: 2017-02-24 23:57:11 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1437,34 +1438,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;
         }
     }
@@ -1496,7 +1511,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;
@@ -1847,8 +1862,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;
@@ -1857,19 +1872,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.158: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.174/32 next-hop 10.10.124.174;
-                route 10.10.125.174/32 next-hop 10.10.125.174;
-                route 10.10.127.174/32 next-hop 10.10.127.174;
-                route 10.10.126.122/32 next-hop 10.10.126.122;
-                route 10.10.126.126/32 next-hop 10.10.126.126;
-                route 10.10.126.130/32 next-hop 10.10.126.130;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at Sallisaw-MX40> show ospf neighbor 
Index: configs/rpswi2.rp3f2.onenet.net
===================================================================
--- configs/rpswi2.rp3f2.onenet.net	(revision 150981)
+++ 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              -    -      -    -    -   5591       0     0/0       -
+*    1 VTY              -    -      -    -    -   5592       0     0/0       -
      2 VTY              -    -      -    -    -      9       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.wil.onenet.net
===================================================================
--- configs/core.wil.onenet.net	(revision 150283)
+++ configs/core.wil.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WILBURTON-MX480-RE0> show system commit 
+#   2017-02-24 23:33:45 CST by andrew via cli commit synchronize
 #   2017-01-28 22:14:27 CST by andrew via cli commit synchronize
 #   2017-01-28 22:12:57 CST by andrew via cli commit synchronize
 #   2016-12-21 17:42:28 CST by andrew via cli commit synchronize
 #   2016-12-09 21:42:22 CST by andrew via cli commit synchronize
 #   2016-12-07 20:26:39 CST by andrew via cli commit synchronize
-#   2016-12-07 15:47:20 CST by sky via cli commit synchronize
 # grnoc-mon at WILBURTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -259,7 +259,7 @@
 # grnoc-mon at WILBURTON-MX480-RE0> show system uptime 
 # System booted: 2016-03-13 01:43 CST 
 # Protocols started: 2016-03-13 01:52 CST 
-# Last configured: 2017-01-28 22:14 CST  by andrew
+# Last configured: 2017-02-24 23:33 CST  by andrew
 # 
 # {master}
 # grnoc-mon at WILBURTON-MX480-RE0> show interface terse 
@@ -345,6 +345,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1048621 up up
 #lsi.1048659 up up
 #lsi.1048908 up up
@@ -376,7 +377,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WILBURTON-MX480-RE0> show configuration 
-## Last commit: 2017-01-28 22:14:27 CST by andrew
+## Last commit: 2017-02-24 23:33:45 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1440,34 +1441,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;
         }
     }
@@ -1604,7 +1619,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;
@@ -1958,27 +1973,18 @@
             }
         }
     }
-    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/2.0; ## 'ge-0/3/2.0' is not defined
         interface ge-0/3/6.0;
         interface ge-0/3/7.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.99: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.110/32 next-hop 10.10.124.110;
-                route 10.10.125.110/32 next-hop 10.10.125.110;
-                route 10.10.127.110/32 next-hop 10.10.127.110;
-                route 10.10.120.130/32 next-hop 10.10.120.130;
-                route 10.10.120.134/32 next-hop 10.10.120.134;
-                route 10.10.127.34/32 next-hop 10.10.127.34;
-            }
-        }
+        vrf-table-label;
     }
     SEPLS-L3VPN {
         description SEPLS-L3VPN;
Index: configs/core.war.onenet.net
===================================================================
--- configs/core.war.onenet.net	(revision 150451)
+++ configs/core.war.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WARNER-MX104-RE0> show system commit 
+#   2017-02-24 23:35:35 CST by andrew via cli commit synchronize
+#   2017-02-24 23:21:58 CST by andrew via cli commit synchronize
 #   2017-01-28 23:54:57 CST by andrew via cli commit synchronize
 #   2017-01-12 16:02:19 CST by rnordmark via cli commit synchronize
 #   2017-01-12 16:01:28 CST by rnordmark via cli commit synchronize
 #   2017-01-03 18:25:10 CST by andrew via cli commit synchronize
-#   2017-01-03 08:58:07 CST by andrew via cli commit synchronize
-#   2016-12-21 11:10:19 CST by andrew via cli commit synchronize
 # grnoc-mon at WARNER-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -235,7 +235,7 @@
 # grnoc-mon at WARNER-MX104-RE0> show system uptime 
 # System booted: 2016-07-15 11:57 CDT 
 # Protocols started: 2016-07-15 11:59 CDT 
-# Last configured: 2017-01-28 23:54 CST  by andrew
+# Last configured: 2017-02-24 23:35 CST  by andrew
 # 
 # {master}
 # grnoc-mon at WARNER-MX104-RE0> show interface terse 
@@ -310,6 +310,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #me0 up up
 #mtun up up
 #pimd up up
@@ -318,7 +319,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WARNER-MX104-RE0> show configuration 
-## Last commit: 2017-01-28 23:54:57 CST by andrew
+## Last commit: 2017-02-24 23:35:35 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -604,7 +605,6 @@
                     input;
                 }
                 address 10.10.127.101/30;
-                address 156.110.134.5/30;
             }
         }
     }
@@ -1205,34 +1205,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;
         }
     }
@@ -1257,7 +1271,7 @@
             }
         }
     }
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community Warner members 5078:106;
 }
 class-of-service {
@@ -1705,8 +1719,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/0/4.0;
         interface ge-0/0/5.0;
@@ -1715,18 +1729,10 @@
         interface ge-0/0/8.0;
         interface ge-0/0/9.0;
         route-distinguisher 164.58.199.106: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.102/32 next-hop 10.10.124.102;
-                route 10.10.125.102/32 next-hop 10.10.125.102;
-                route 10.10.127.102/32 next-hop 10.10.127.102;
-                route 10.10.120.114/32 next-hop 10.10.120.114;
-                route 10.10.120.118/32 next-hop 10.10.120.118;
-            }
-        }
+        vrf-table-label;
     }
 }
 {master}
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 150895)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2017-02-24 23:51:27 CST by andrew via cli commit synchronize
 #   2017-02-17 17:43:38 CST by andrew via cli commit synchronize
 #   2017-02-17 09:36:22 CST by andrew via cli commit synchronize
 #   2017-02-16 10:17:34 CST by andrew via cli commit synchronize
 #   2017-02-16 10:08:03 CST by andrew via cli commit synchronize
 #   2017-02-15 22:15:20 CST by andrew via cli commit synchronize
-#   2017-02-15 21:53:31 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -436,7 +436,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 18:12 CDT 
 # Protocols started: 2016-10-12 18:14 CDT 
-# Last configured: 2017-02-17 17:43 CST  by andrew
+# Last configured: 2017-02-24 23:51 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1301,7 +1301,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-02-17 17:43:38 CST by andrew
+## Last commit: 2017-02-24 23:51:27 CST by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -4327,7 +4327,6 @@
                 sampling {
                     input;
                 }
-                address 10.11.100.9/30;
                 address 10.196.0.1/30;
             }
         }
Index: configs/hub.rushsprings-router-mw.onenet.net
===================================================================
--- configs/hub.rushsprings-router-mw.onenet.net	(revision 150981)
+++ 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 319979       0     0/0       -
+*    2 VTY              -    -      -    -   23 319980       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.ard.onenet.net
===================================================================
--- configs/core.hut.ard.onenet.net	(revision 150977)
+++ configs/core.hut.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-MX40> show system commit 
+#   2017-02-24 23:49:06 CST by andrew via cli
 #   2017-02-24 19:35:59 CST by andrew via cli
 #   2017-02-24 19:32:50 CST by andrew via cli
 #   2017-02-24 19:32:17 CST by andrew via cli
 #   2017-02-22 14:16:47 CST by admin via cli
 #   2017-01-28 23:05:21 CST by andrew via cli
-#   2016-12-15 17:56:15 CST by andrew via cli
 # grnoc-mon at ARDMORE-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -230,7 +230,7 @@
 # grnoc-mon at ARDMORE-MX40> show system uptime 
 # System booted: 2016-03-14 01:34 CDT 
 # Protocols started: 2016-03-14 01:36 CDT 
-# Last configured: 2017-02-24 19:35 CST  by andrew
+# Last configured: 2017-02-24 23:49 CST  by andrew
 # 
 # grnoc-mon at ARDMORE-MX40> show interface terse 
 #Interface Admin Link
@@ -314,6 +314,7 @@
 #lsi.3 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.6 up up
 #lsi.1048848 up up
 #lsi.1048862 up up
 #lsi.1048865 up up
@@ -347,7 +348,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-MX40> show configuration 
-## Last commit: 2017-02-24 19:35:59 CST by andrew
+## Last commit: 2017-02-24 23:49:06 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1555,34 +1556,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;
         }
     }
@@ -1625,7 +1640,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 {
@@ -2080,8 +2095,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;
@@ -2091,19 +2106,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.160: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.166/32 next-hop 10.10.124.166;
-                route 10.10.125.166/32 next-hop 10.10.125.166;
-                route 10.10.127.166/32 next-hop 10.10.127.166;
-                route 10.10.126.98/32 next-hop 10.10.126.98;
-                route 10.10.126.102/32 next-hop 10.10.126.102;
-                route 10.10.126.106/32 next-hop 10.10.126.106;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at ARDMORE-MX40> show ospf neighbor 
Index: configs/core.sem.onenet.net
===================================================================
--- configs/core.sem.onenet.net	(revision 150924)
+++ configs/core.sem.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-MX480-RE0> show system commit 
+#   2017-02-24 23:38:17 CST by andrew via cli commit synchronize
 #   2017-02-07 10:28:01 CST by aberrios via cli commit synchronize
 #   2017-01-30 09:56:53 CST by joel via cli commit synchronize
 #   2017-01-29 02:07:41 CST by andrew via cli commit synchronize
 #   2017-01-20 08:36:52 CST by joel via cli commit synchronize
 #   2016-12-27 19:40:54 CST by andrew via cli commit synchronize
-#   2016-12-09 21:45:18 CST by andrew via cli commit synchronize
 # grnoc-mon at SEMINOLE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -255,7 +255,7 @@
 # grnoc-mon at SEMINOLE-MX480-RE0> show system uptime 
 # System booted: 2016-03-21 00:55 CDT 
 # Protocols started: 2016-03-21 01:06 CDT 
-# Last configured: 2017-02-07 10:28 CST  by aberrios
+# Last configured: 2017-02-24 23:38 CST  by andrew
 # 
 # {master}
 # grnoc-mon at SEMINOLE-MX480-RE0> show interface terse 
@@ -341,6 +341,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1048885 up up
 #lsi.1049047 up up
 #lsi.1049048 up up
@@ -370,7 +371,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SEMINOLE-MX480-RE0> show configuration 
-## Last commit: 2017-02-07 10:28:01 CST by aberrios
+## Last commit: 2017-02-24 23:38:17 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1332,34 +1333,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;
         }
     }
@@ -1449,7 +1464,7 @@
     community Muskogee members 5078:94;
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     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;
@@ -1772,8 +1787,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
@@ -1782,19 +1797,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.47: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.210/32 next-hop 10.10.124.210;
-                route 10.10.125.210/32 next-hop 10.10.125.210;
-                route 10.10.127.210/32 next-hop 10.10.127.210;
-                route 10.10.120.154/32 next-hop 10.10.120.154;
-                route 10.10.120.158/32 next-hop 10.10.120.158;
-                route 10.10.127.26/32 next-hop 10.10.127.26;
-            }
-        }
+        vrf-table-label;
     }
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
Index: configs/core.woo.onenet.net
===================================================================
--- configs/core.woo.onenet.net	(revision 150895)
+++ configs/core.woo.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WOODWARD-MX480-RE0> show system commit 
+#   2017-02-24 23:13:46 CST by andrew via cli commit synchronize
 #   2017-01-29 01:00:27 CST by andrew via cli commit synchronize
 #   2016-12-09 21:50:48 CST by andrew via cli commit synchronize
 #   2016-10-24 14:59:14 CDT by sky via cli commit synchronize
 #   2016-10-24 14:27:10 CDT by sky via cli commit synchronize
 #   2016-10-24 13:59:48 CDT by sky via cli commit synchronize
-#   2016-10-24 13:55:33 CDT by sky via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at WOODWARD-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -261,7 +261,7 @@
 # grnoc-mon at WOODWARD-MX480-RE0> show system uptime 
 # System booted: 2016-08-23 18:23 CDT 
 # Protocols started: 2016-08-23 18:26 CDT 
-# Last configured: 2017-01-29 01:00 CST  by andrew
+# Last configured: 2017-02-24 23:13 CST  by andrew
 # 
 # {master}
 # grnoc-mon at WOODWARD-MX480-RE0> show interface terse 
@@ -339,6 +339,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1049353 up up
 #lsi.1049354 up up
 #lsi.1049355 up up
@@ -366,7 +367,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WOODWARD-MX480-RE0> show configuration 
-## Last commit: 2017-01-29 01:00:27 CST by andrew
+## Last commit: 2017-02-24 23:13:46 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1231,34 +1232,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;
         }
     }
@@ -1305,7 +1320,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 ONENET_BLACKHOLE members 5078:911;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
@@ -1585,8 +1600,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;
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
@@ -1596,19 +1611,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.59: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.82/32 next-hop 10.10.124.82;
-                route 10.10.125.82/32 next-hop 10.10.125.82;
-                route 10.10.127.82/32 next-hop 10.10.127.82;
-                route 10.10.120.74/32 next-hop 10.10.120.74;
-                route 10.10.120.78/32 next-hop 10.10.120.78;
-                route 10.10.127.234/32 next-hop 10.10.127.234;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
Index: configs/core.sal.onenet.net
===================================================================
--- configs/core.sal.onenet.net	(revision 150860)
+++ configs/core.sal.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SALLISAW-MX480-RE0> show system commit 
+#   2017-02-24 23:10:13 CST by andrew via cli commit synchronize
 #   2017-02-06 14:02:37 CST by andrew via cli commit synchronize
 #   2017-02-02 16:26:51 CST by andrew via cli commit synchronize
 #   2017-01-29 01:37:10 CST by andrew via cli commit synchronize
 #   2017-01-23 15:57:12 CST by sean via cli commit synchronize
 #   2017-01-23 15:53:35 CST by sean via cli commit synchronize
-#   2017-01-23 15:47:49 CST by sean via cli commit synchronize
 # grnoc-mon at SALLISAW-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -251,7 +251,7 @@
 # grnoc-mon at SALLISAW-MX480-RE0> show system uptime 
 # System booted: 2016-02-20 01:03 CST 
 # Protocols started: 2016-02-20 01:09 CST 
-# Last configured: 2017-02-06 14:02 CST  by andrew
+# Last configured: 2017-02-24 23:10 CST  by andrew
 # 
 # {master}
 # grnoc-mon at SALLISAW-MX480-RE0> show interface terse 
@@ -332,7 +332,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SALLISAW-MX480-RE0> show configuration 
-## Last commit: 2017-02-06 14:02:37 CST by andrew
+## Last commit: 2017-02-24 23:10:13 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -779,7 +779,6 @@
                 sampling {
                     input;
                 }
-                address 156.110.230.69/30;
                 address 10.10.127.129/30;
             }
         }
Index: configs/rpswi1.rp3f2.onenet.net
===================================================================
--- configs/rpswi1.rp3f2.onenet.net	(revision 150981)
+++ 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              -    -      -    -    -   5617       0     0/0       -
+*    1 VTY              -    -      -    -    -   5618       0     0/0       -
      2 VTY              -    -      -    -    -     13       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 150981)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -675,7 +675,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/swi1.cap.onenet.net
===================================================================
--- configs/swi1.cap.onenet.net	(revision 150981)
+++ 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              -    -      -    -    -   2183       0     0/0       -
+*    1 VTY              -    -      -    -    -   2184       0     0/0       -
      2 VTY              -    -      -    -    -      0       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/core.ida.onenet.net
===================================================================
--- configs/core.ida.onenet.net	(revision 150895)
+++ configs/core.ida.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at IDABEL-MX480-RE0> show system commit 
+#   2017-02-24 23:08:35 CST by andrew via cli commit synchronize
+#   2017-02-24 23:07:24 CST by andrew via cli commit synchronize
 #   2017-01-28 23:11:22 CST by andrew via cli commit synchronize
 #   2016-09-15 09:16:27 CDT by sky via cli commit synchronize
 #   2016-09-13 09:43:36 CDT by andrew via cli commit synchronize
 #   2016-09-12 21:29:07 CDT by andrew via cli commit synchronize
-#   2016-09-12 21:08:04 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-09-12 20:59:29 CDT by andrew via cli commit synchronize
 # grnoc-mon at IDABEL-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -259,7 +259,7 @@
 # grnoc-mon at IDABEL-MX480-RE0> show system uptime 
 # System booted: 2016-03-16 00:54 CDT 
 # Protocols started: 2016-03-16 01:01 CDT 
-# Last configured: 2017-01-28 23:11 CST  by andrew
+# Last configured: 2017-02-24 23:08 CST  by andrew
 # 
 # {master}
 # grnoc-mon at IDABEL-MX480-RE0> show interface terse 
@@ -358,6 +358,7 @@
 #lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1049799 up up
 #lsi.1049800 up up
 #lsi.1049801 up up
@@ -385,7 +386,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at IDABEL-MX480-RE0> show configuration 
-## Last commit: 2017-01-28 23:11:22 CST by andrew
+## Last commit: 2017-02-24 23:08:35 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -993,7 +994,7 @@
         }
     }
     ge-0/3/3 {
-        description "Hub Appliance - UPS System - MCA";
+        description "Hub Appliance - UPS System - IDA";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -1558,45 +1559,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;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 3 {
+        term EXPORT-OSPF {
             from protocol ospf;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 4 {
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
+        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 2 {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -1683,7 +1687,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;
@@ -2071,15 +2075,16 @@
         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;
         interface ge-0/3/7.0;
-        route-distinguisher 164.58.199.92:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        route-distinguisher 164.58.199.103:2012;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
+        vrf-table-label;
     }
     SEPLS-L3VPN {
         description SEPLS-L3VPN;
Index: configs/core.wea.onenet.net
===================================================================
--- configs/core.wea.onenet.net	(revision 150895)
+++ configs/core.wea.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WEATHERFORD-MX480-RE0> show system commit 
+#   2017-02-24 23:18:36 CST by andrew via cli commit synchronize
 #   2017-01-30 10:39:53 CST by joel via cli commit synchronize
 #   2017-01-29 01:07:35 CST by andrew via cli commit synchronize
 #   2017-01-27 17:18:01 CST by joel via cli commit confirmed, rollback in 3mins synchronize
 #   2017-01-27 12:45:01 CST by joel via cli commit synchronize
 #   2017-01-27 11:45:11 CST by joel via cli commit confirmed, rollback in 3mins synchronize
-#   2017-01-27 11:15:39 CST by joel via cli commit synchronize
 # grnoc-mon at WEATHERFORD-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -252,7 +252,7 @@
 # grnoc-mon at WEATHERFORD-MX480-RE0> show system uptime 
 # System booted: 2016-03-13 01:34 CST 
 # Protocols started: 2016-03-13 01:45 CST 
-# Last configured: 2017-01-30 10:39 CST  by joel
+# Last configured: 2017-02-24 23:18 CST  by andrew
 # 
 # {master}
 # grnoc-mon at WEATHERFORD-MX480-RE0> show interface terse 
@@ -327,6 +327,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #lsi.1050399 up up
 #lsi.1050400 up up
 #lsi.1050401 up up
@@ -354,7 +355,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WEATHERFORD-MX480-RE0> show configuration 
-## Last commit: 2017-01-30 10:39:53 CST by joel
+## Last commit: 2017-02-24 23:18:36 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1143,34 +1144,48 @@
             }
         }
     }
-    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;
         }
     }
@@ -1251,7 +1266,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 ONENET_BLACKHOLE members 5078:911;
     community OSBI-VPN members target:5078:2546;
     community OSUOKC members 5078:50;
@@ -1522,8 +1537,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;
         interface ge-0/3/4.0;
@@ -1533,20 +1548,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.39: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.218/32 next-hop 10.10.124.218;
-                route 10.10.125.218/32 next-hop 10.10.125.218;
-                route 10.10.127.218/32 next-hop 10.10.127.218;
-                route 10.10.120.170/32 next-hop 10.10.120.170;
-                route 10.10.120.174/32 next-hop 10.10.120.174;
-                route 10.10.127.42/32 next-hop 10.10.127.42;
-                route 10.10.127.38/32 next-hop 10.10.127.38;
-            }
-        }
+        vrf-table-label;
     }
     OSBI-L3VPN {
         description OSBI-L3VPN;
Index: configs/core.hut.ato.onenet.net
===================================================================
--- configs/core.hut.ato.onenet.net	(revision 150804)
+++ configs/core.hut.ato.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at Atoka-MX40> show system commit 
+#   2017-02-24 23:54:22 CST by andrew via cli
 #   2017-01-28 22:44:00 CST by andrew via cli
 #   2016-12-09 21:30:26 CST by andrew via cli
 #   2016-09-07 12:06:41 CDT by andrew via cli
 #   2016-07-20 10:17:09 CDT by andrew via cli
 #   2016-03-14 01:38:13 CDT by root via other
-#   2015-07-20 12:51:45 CDT by andrew via cli
 # grnoc-mon at Atoka-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -225,7 +225,7 @@
 # grnoc-mon at Atoka-MX40> show system uptime 
 # System booted: 2016-03-14 01:36 CDT 
 # Protocols started: 2016-03-14 01:38 CDT 
-# Last configured: 2017-01-28 22:44 CST  by andrew
+# Last configured: 2017-02-24 23:54 CST  by andrew
 # 
 # grnoc-mon at Atoka-MX40> show interface terse 
 #Interface Admin Link
@@ -296,6 +296,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
@@ -305,7 +306,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at Atoka-MX40> show configuration 
-## Last commit: 2017-01-28 22:44:00 CST by andrew
+## Last commit: 2017-02-24 23:54:22 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -1187,34 +1188,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;
         }
     }
@@ -1251,7 +1266,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 {
@@ -1578,8 +1593,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;
@@ -1589,19 +1604,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.161: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.170/32 next-hop 10.10.124.170;
-                route 10.10.125.170/32 next-hop 10.10.125.170;
-                route 10.10.127.170/32 next-hop 10.10.127.170;
-                route 10.10.126.110/32 next-hop 10.10.126.110;
-                route 10.10.126.114/32 next-hop 10.10.126.114;
-                route 10.10.126.118/32 next-hop 10.10.126.118;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at Atoka-MX40> show ospf neighbor 
Index: configs/rpswi1.rp3f3.onenet.net
===================================================================
--- configs/rpswi1.rp3f3.onenet.net	(revision 150981)
+++ 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              -    -      -    -    -   5066       0     0/0       -
+*    1 VTY              -    -      -    -    -   5067       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