[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Feb 24 23:04:19 CST 2017


Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 150895)
+++ configs/core.end.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-MX480-RE0> show system commit 
+#   2017-02-24 22:54:23 CST by andrew via cli commit synchronize
 #   2017-02-12 17:43:59 CST by andrew via cli commit synchronize
 #   2017-02-12 17:23:32 CST by andrew via cli commit synchronize
 #   2017-02-12 17:10:35 CST by andrew via cli commit synchronize
 #   2017-02-12 16:56:40 CST by andrew via cli commit synchronize
 #   2017-02-12 16:49:22 CST by andrew via cli commit synchronize
-#   2017-02-12 16:19:19 CST by andrew via cli commit synchronize
 # grnoc-mon at ENID-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -255,7 +255,7 @@
 # grnoc-mon at ENID-MX480-RE0> show system uptime 
 # System booted: 2016-03-15 02:19 CDT 
 # Protocols started: 2016-03-15 02:24 CDT 
-# Last configured: 2017-02-12 17:43 CST  by andrew
+# Last configured: 2017-02-24 22:54 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ENID-MX480-RE0> show interface terse 
@@ -372,6 +372,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.9 up up
 #lsi.1048587 up up
 #lsi.1048589 up up
 #lsi.1049154 up up
@@ -432,7 +433,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-MX480-RE0> show configuration 
-## Last commit: 2017-02-12 17:43:59 CST by andrew
+## Last commit: 2017-02-24 22:54:23 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1890,34 +1891,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;
         }
     }
@@ -1953,7 +1968,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;
@@ -2418,8 +2433,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
@@ -2429,19 +2444,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.67: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.78/32 next-hop 10.10.124.78;
-                route 10.10.125.78/32 next-hop 10.10.125.78;
-                route 10.10.127.78/32 next-hop 10.10.127.78;
-                route 10.10.120.66/32 next-hop 10.10.120.66;
-                route 10.10.120.70/32 next-hop 10.10.120.70;
-                route 10.10.127.238/32 next-hop 10.10.127.238;
-            }
-        }
+        vrf-table-label;
     }
     PIONEER-NNI-VPLS {
         description PIONEER-NNI-VPLS;
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net	(revision 150895)
+++ configs/core.mca.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MCALESTER-MX480-RE0> show system commit 
+#   2017-02-24 22:59:52 CST by andrew via cli commit synchronize
 #   2017-01-28 22:32:00 CST by andrew via cli commit synchronize
 #   2016-12-21 11:02:23 CST by andrew via cli commit synchronize
 #   2016-12-15 17:02:24 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-12-13 22:29:11 CST by andrew via cli commit synchronize
 #   2016-12-13 18:57:12 CST by andrew via cli commit synchronize
-#   2016-12-13 18:56:37 CST by andrew via cli commit synchronize
 # grnoc-mon at MCALESTER-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -257,7 +257,7 @@
 # grnoc-mon at MCALESTER-MX480-RE0> show system uptime 
 # System booted: 2016-03-13 01:36 CST 
 # Protocols started: 2016-03-13 01:45 CST 
-# Last configured: 2017-01-28 22:32 CST  by andrew
+# Last configured: 2017-02-24 22:59 CST  by andrew
 # 
 # {master}
 # grnoc-mon at MCALESTER-MX480-RE0> show interface terse 
@@ -358,6 +358,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1048630 up up
 #lsi.1048682 up up
 #lsi.1048691 up up
@@ -410,7 +411,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MCALESTER-MX480-RE0> show configuration 
-## Last commit: 2017-01-28 22:32:00 CST by andrew
+## Last commit: 2017-02-24 22:59:52 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1671,34 +1672,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;
         }
     }
@@ -1827,7 +1842,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;
@@ -2280,8 +2295,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
@@ -2291,19 +2306,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.92: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.106/32 next-hop 10.10.124.106;
-                route 10.10.125.106/32 next-hop 10.10.125.106;
-                route 10.10.127.106/32 next-hop 10.10.127.106;
-                route 10.10.120.122/32 next-hop 10.10.120.122;
-                route 10.10.120.126/32 next-hop 10.10.120.126;
-                route 10.10.127.246/32 next-hop 10.10.127.246;
-            }
-        }
+        vrf-table-label;
     }
     OWTC-VPLS {
         description OKLAHOMA-WESTERN-VPLS;
Index: configs/rpswi2.rp3f2.onenet.net
===================================================================
--- configs/rpswi2.rp3f2.onenet.net	(revision 150980)
+++ 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              -    -      -    -    -   5590       0     0/0       -
+*    1 VTY              -    -      -    -    -   5591       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.waur.onenet.net
===================================================================
--- configs/core.hut.waur.onenet.net	(revision 150977)
+++ configs/core.hut.waur.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WAURIKA-MX40> show system commit 
+#   2017-02-24 22:49:45 CST by andrew via cli
+#   2017-02-24 22:46:43 CST by andrew via cli
+#   2017-02-24 22:45:44 CST by andrew via cli
 #   2017-02-24 19:42:56 CST by andrew via cli
 #   2017-02-24 19:39:38 CST by andrew via cli
 #   2017-01-29 01:21:46 CST by andrew via cli
-#   2016-12-09 21:26:41 CST by andrew via cli
-#   2016-07-20 13:58:19 CDT by andrew via cli
-#   2016-03-22 00:14:44 CDT by root via other
 # grnoc-mon at WAURIKA-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -233,7 +233,7 @@
 # grnoc-mon at WAURIKA-MX40> show system uptime 
 # System booted: 2016-03-22 00:12 CDT 
 # Protocols started: 2016-03-22 00:15 CDT 
-# Last configured: 2017-02-24 19:42 CST  by andrew
+# Last configured: 2017-02-24 22:49 CST  by andrew
 # 
 # grnoc-mon at WAURIKA-MX40> show interface terse 
 #Interface Admin Link
@@ -299,6 +299,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
@@ -308,7 +309,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WAURIKA-MX40> show configuration 
-## Last commit: 2017-02-24 19:42:56 CST by andrew
+## Last commit: 2017-02-24 22:49:45 CST by andrew
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -549,7 +550,7 @@
         disable;
     }
     ge-1/1/0 {
-        description "CORE 1GE to swi1.odot.dun-hq ge-0/1/1 | OneNet-HUTWAUR-DUN220DOT-GE-XXXX";
+        description ODOT-DUNCAN-HQ-DARK-FIBER-CIR000XXXX;
         flexible-vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
@@ -565,7 +566,7 @@
         }
     }
     ge-1/1/1 {
-        description ODOT-WAURIKA-REGMAINT-OCAN-DARK-FIBER-CIR0018933;
+        description ODOT-WAURIKA-REGMAINT-DARK-FIBER-CIR0018933;
         flexible-vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
@@ -1156,34 +1157,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;
         }
     }
@@ -1211,7 +1226,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 Waurika members 5078:151;
 }
 class-of-service {
@@ -1522,9 +1537,10 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
+        interface ge-1/0/1.0; ## 'ge-1/0/1.0' is not defined
         interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
         interface ge-1/1/4.0;
         interface ge-1/1/5.0;
@@ -1533,19 +1549,10 @@
         interface ge-1/1/8.0;
         interface ge-1/1/9.0;
         route-distinguisher 164.58.199.151: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.162/32 next-hop 10.10.124.162;
-                route 10.10.125.162/32 next-hop 10.10.125.162;
-                route 10.10.127.162/32 next-hop 10.10.127.162;
-                route 10.10.126.86/32 next-hop 10.10.126.86;
-                route 10.10.126.90/32 next-hop 10.10.126.90;
-                route 10.10.126.94/32 next-hop 10.10.126.94;
-            }
-        }
+        vrf-table-label;
     }
 }
 # grnoc-mon at WAURIKA-MX40> show ospf neighbor 
Index: configs/hub.rushsprings-router-mw.onenet.net
===================================================================
--- configs/hub.rushsprings-router-mw.onenet.net	(revision 150980)
+++ 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 319978       0     0/0       -
+*    2 VTY              -    -      -    -   23 319979       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.pot.onenet.net
===================================================================
--- configs/core.pot.onenet.net	(revision 150967)
+++ configs/core.pot.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at POTEAU-MX480-RE0> show system commit 
+#   2017-02-24 22:57:18 CST by andrew via cli commit synchronize
 #   2017-02-24 16:24:45 CST by andrew via cli commit synchronize
 #   2017-02-09 09:36:57 CST by andrew via cli commit synchronize
 #   2017-02-08 14:33:33 CST by andrew via cli commit synchronize
 #   2017-02-07 14:21:15 CST by andrew via cli commit synchronize
 #   2017-02-06 14:02:40 CST by andrew via cli commit synchronize
-#   2017-02-02 16:27:33 CST by andrew via cli commit synchronize
 # grnoc-mon at POTEAU-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -259,7 +259,7 @@
 # grnoc-mon at POTEAU-MX480-RE0> show system uptime 
 # System booted: 2016-08-18 10:44 CDT 
 # Protocols started: 2016-08-18 10:48 CDT 
-# Last configured: 2017-02-24 16:24 CST  by andrew
+# Last configured: 2017-02-24 22:57 CST  by andrew
 # 
 # {master}
 # grnoc-mon at POTEAU-MX480-RE0> show interface terse 
@@ -369,6 +369,7 @@
 #lsi.4 up up
 #lsi.5 up up
 #lsi.6 up up
+#lsi.7 up up
 #lsi.1048588 up up
 #lsi.1048589 up up
 #lsi.1048590 up up
@@ -420,7 +421,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at POTEAU-MX480-RE0> show configuration 
-## Last commit: 2017-02-24 16:24:45 CST by andrew
+## Last commit: 2017-02-24 22:57:18 CST by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1857,34 +1858,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;
         }
     }
@@ -2052,7 +2067,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;
@@ -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/3/3.0;
         interface ge-0/3/5.0;
@@ -2610,19 +2625,10 @@
         interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.147: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.126/32 next-hop 10.10.124.126;
-                route 10.10.125.126/32 next-hop 10.10.125.126;
-                route 10.10.127.126/32 next-hop 10.10.127.126;
-                route 10.10.120.138/32 next-hop 10.10.120.138;
-                route 10.10.120.142/32 next-hop 10.10.120.142;
-                route 10.10.127.242/32 next-hop 10.10.127.242;
-            }
-        }
+        vrf-table-label;
     }
     SEPLS-L3VPN {
         description SEPLS-L3VPN;
Index: configs/acx.cai.jef.onenet.net
===================================================================
--- configs/acx.cai.jef.onenet.net	(revision 150975)
+++ configs/acx.cai.jef.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CAI-JEF-ACX2100> show system commit 
+#   2017-02-24 22:45:03 CST by andrew via cli
 #   2017-02-24 19:47:05 CST by andrew via cli
 #   2017-02-24 19:44:19 CST by andrew via cli
 #   2017-02-24 19:41:03 CST by andrew via cli
 #   2017-02-24 19:35:20 CST by andrew via cli
 #   2017-02-24 19:33:58 CST by andrew via cli
-#   2017-02-24 19:05:24 CST by andrew via cli commit confirmed, rollback in 3mins
 # grnoc-mon at CAI-JEF-ACX2100> show chassis environment 
 # Class Item                           Status     Measurement
 #       PCB Left                       OK        
@@ -157,7 +157,7 @@
 # grnoc-mon at CAI-JEF-ACX2100> show system uptime 
 # System booted: 2017-02-22 13:45 CST 
 # Protocols started: 2017-02-22 13:47 CST 
-# Last configured: 2017-02-24 19:47 CST  by andrew
+# Last configured: 2017-02-24 22:45 CST  by andrew
 # 
 # grnoc-mon at CAI-JEF-ACX2100> show interface terse 
 #Interface Admin Link
@@ -217,7 +217,7 @@
 #pime up up
 #tap up up
 # grnoc-mon at CAI-JEF-ACX2100> show configuration 
-## Last commit: 2017-02-24 19:47:05 CST by andrew
+## Last commit: 2017-02-24 22:45:03 CST by andrew
 version 12.3X54-D20.9;
 groups {
     ISIS-L2-INTERFACE {
@@ -497,7 +497,7 @@
         media-type copper;
     }
     ge-1/2/0 {
-        description "CORE 1GE to swi1.odot.waurika-regmaint ge-0/1/1 | OneNet-WAUUS7DOT-CAIJEF-GE-XXXX";
+        description ODOT-WAURIKA-REGMAINT-DARK-FIBER-CIR000XXXX;
         vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
Index: configs/rpswi1.rp3f2.onenet.net
===================================================================
--- configs/rpswi1.rp3f2.onenet.net	(revision 150980)
+++ 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              -    -      -    -    -   5616       0     0/0       -
+*    1 VTY              -    -      -    -    -   5617       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 150965)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -675,6 +675,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/swi1.cap.onenet.net
===================================================================
--- configs/swi1.cap.onenet.net	(revision 150980)
+++ 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              -    -      -    -    -   2182       0     0/0       -
+*    1 VTY              -    -      -    -    -   2183       0     0/0       -
      2 VTY              -    -      -    -    -      0       0     0/0       -
      3 VTY              -    -      -    -    -      0       0     0/0       -
      4 VTY              -    -      -    -    -      0       0     0/0       -
Index: configs/rpswi1.rp3f3.onenet.net
===================================================================
--- configs/rpswi1.rp3f3.onenet.net	(revision 150980)
+++ 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              -    -      -    -    -   5065       0     0/0       -
+*    1 VTY              -    -      -    -    -   5066       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