[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Sep 12 16:04:53 CDT 2017


Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net	(revision 156534)
+++ configs/allen-public-library.client.onenet.net	(working copy)
@@ -150,10 +150,10 @@
 #ge-0/0/1.0 up down
 #ge-0/0/2 up up
 #ge-0/0/2.0 up up
-#ge-0/0/3 up down
-#ge-0/0/3.0 up down
-#ge-0/0/4 up down
-#ge-0/0/4.0 up down
+#ge-0/0/3 up up
+#ge-0/0/3.0 up up
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
 #ge-0/0/5 up up
 #ge-0/0/5.0 up up
 #ge-0/0/6 up up
Index: configs/core.okcbok.onenet.net
===================================================================
--- configs/core.okcbok.onenet.net	(revision 156546)
+++ configs/core.okcbok.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKCBOK-MX80> show system commit 
+#   2017-09-12 15:59:00 CDT by aberrios via cli
+#   2017-09-12 15:41:32 CDT by aberrios via cli
 #   2017-09-12 12:39:47 CDT by aberrios via cli
 #   2017-09-12 12:29:25 CDT by aberrios via cli
 #   2017-09-12 12:22:27 CDT by aberrios via cli
 #   2017-09-12 12:18:44 CDT by aberrios via cli
-#   2017-08-29 12:59:05 CDT by andrew via cli
-#   2017-08-25 12:12:56 CDT by aberrios via cli
 # grnoc-mon at OKCBOK-MX80> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -261,7 +261,7 @@
 # grnoc-mon at OKCBOK-MX80> show system uptime 
 # System booted: 2016-03-17 01:22 CDT 
 # Protocols started: 2016-03-17 01:25 CDT 
-# Last configured: 2017-09-12 12:39 CDT  by aberrios
+# Last configured: 2017-09-12 15:59 CDT  by aberrios
 # 
 # grnoc-mon at OKCBOK-MX80> show interface terse 
 #Interface Admin Link
@@ -358,6 +358,7 @@
 #lsi.3 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.8 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
@@ -367,7 +368,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKCBOK-MX80> show configuration 
-## Last commit: 2017-09-12 12:39:47 CDT by aberrios
+## Last commit: 2017-09-12 15:59:00 CDT by aberrios
 version 13.3R8.7;
 groups {
     ISIS-L2-INTERFACE {
@@ -938,8 +939,15 @@
             }
         }
         unit 908 {
-            description "WISTER-PL [ORDERED]";
+            description "SEPLS-Wister-Public-Library-100m | CIR00020363";
+            bandwidth 100m;
             vlan-id 908;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 10.199.4.172/31;
+            }
         }
         unit 909 {
             description "VIAN-PS [ORDERED]";
@@ -1980,6 +1988,44 @@
             }
         }
     }
+    policy-statement SEPLS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add SEPLS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add SEPLS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add SEPLS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement SEPLS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community SEPLS-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     community DHS-DATA-VPN members target:5078:2570;
     community DHS-GUEST-VPN members target:5078:2571;
     community DOH-VPN members target:5078:3000;
@@ -2003,6 +2049,7 @@
     community ONENET_NO_PEER members 5078:10921;
     community ONENET_PEER_DOBSON members 5078:30029;
     community ONENET_SRC_PEER members 5078:4200;
+    community SEPLS-VPN members target:5078:2533;
     as-path-group EBGP-DOBSON-AS-PATHS {
         as-path DOBSON_0 30029+;
         as-path DOBSON_1 "30029+ 17306+";
@@ -2447,6 +2494,22 @@
             }
         }
     }
+    SEPLS-L3VPN {
+        description SEPLS-L3VPN;
+        instance-type vrf;
+        interface xe-0/0/3.908;
+        route-distinguisher 164.58.199.195:2533;
+        vrf-import SEPLS-VRF-IMPORT;
+        vrf-export SEPLS-VRF-EXPORT;
+        vrf-target target:5078:2533;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 192.168.14.0/23 next-hop 10.199.4.173;
+                route 10.15.0.0/16 next-hop 10.199.4.173;
+            }
+        }
+    }
     VRF-INET6 {
         instance-type vrf;
         route-distinguisher 164.58.199.195:6001;
Index: configs/hub.lawm120.onenet.net
===================================================================
--- configs/hub.lawm120.onenet.net	(revision 156547)
+++ configs/hub.lawm120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-M120-RE0> show system commit 
+#   2017-09-12 15:52:13 CDT by andrew via cli commit synchronize
 #   2017-09-12 13:46:30 CDT by sean via cli commit synchronize
 #   2017-08-01 19:58:40 CDT by andrew via cli commit synchronize
 #   2017-08-01 10:06:41 CDT by andrew via cli commit synchronize
 #   2017-07-31 17:07:18 CDT by andrew via cli commit synchronize
 #   2017-07-29 21:16:56 CDT by andrew via cli commit synchronize
-#   2017-07-26 23:27:47 CDT by andrew via cli commit synchronize
 # grnoc-mon at LAWTON-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -366,7 +366,7 @@
 # grnoc-mon at LAWTON-M120-RE0> show system uptime 
 # System booted: 2016-03-16 01:13 CDT 
 # Protocols started: 2016-03-16 01:21 CDT 
-# Last configured: 2017-09-12 13:46 CDT  by sean
+# Last configured: 2017-09-12 15:52 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at LAWTON-M120-RE0> show interface terse 
@@ -467,7 +467,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-M120-RE0> show configuration 
-## Last commit: 2017-09-12 13:46:30 CDT by sean
+## Last commit: 2017-09-12 15:52:13 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1255,34 +1255,6 @@
             }
         }
     }
-    policy-statement TAGNET-L3VPN-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add TAGNET-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add TAGNET-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement TAGNET-L3VPN-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community TAGNET-VPN;
-            }
-            then accept;
-        }
-        term reject {
-            then reject;
-        }
-    }
     community Ada members 5078:22;
     community Altus members 5078:26;
     community Alva members 5078:74;
@@ -1311,7 +1283,6 @@
     community Sallisaw members 5078:118;
     community Sayre members 5078:30;
     community Seminole members 5078:46;
-    community TAGNET-VPN members target:5078:2531;
     community Tahlequah members 5078:130;
     community Tishomingo members 5078:86;
     community Tonkawa members 5078:70;
@@ -1634,17 +1605,6 @@
         }
     }
 }
-routing-instances {
-    TAGNET-L3VPN {
-        description TAGNET-L3VPN;
-        instance-type vrf;
-        interface t1-2/0/2:1.0; ## 't1-2/0/2:1.0' is not defined
-        route-distinguisher 164.58.199.189:2531;
-        vrf-import TAGNET-L3VPN-IMPORT;
-        vrf-export TAGNET-L3VPN-EXPORT;
-        vrf-target target:5078:2531;
-    }
-}
 {master}
 # grnoc-mon at LAWTON-M120-RE0> show ospf neighbor 
 # OSPF instance is not running
Index: configs/core.pot.onenet.net
===================================================================
--- configs/core.pot.onenet.net	(revision 156546)
+++ 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-09-12 15:42:19 CDT by aberrios via cli commit synchronize
 #   2017-09-12 12:39:08 CDT by aberrios via cli commit synchronize
 #   2017-09-12 12:22:04 CDT by aberrios via cli commit synchronize
 #   2017-09-12 12:17:51 CDT by aberrios via cli commit synchronize
 #   2017-08-16 13:03:57 CDT by aberrios via cli commit synchronize
 #   2017-07-30 12:33:39 CDT by andrew via cli commit synchronize
-#   2017-07-29 21:14:19 CDT by andrew via cli commit synchronize
 # grnoc-mon at POTEAU-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -370,7 +370,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-09-12 12:39 CDT  by aberrios
+# Last configured: 2017-09-12 15:42 CDT  by aberrios
 # 
 # {master}
 # grnoc-mon at POTEAU-MX480-RE0> show interface terse 
@@ -429,7 +429,6 @@
 #ge-0/3/2.1367 up up
 #ge-0/3/2.1449 up up
 #ge-0/3/2.1450 up up
-#ge-0/3/2.1451 up up
 #ge-0/3/2.1452 up up
 #ge-0/3/2.1461 up up
 #ge-0/3/2.1636 up up
@@ -532,7 +531,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at POTEAU-MX480-RE0> show configuration 
-## Last commit: 2017-09-12 12:39:08 CDT by aberrios
+## Last commit: 2017-09-12 15:42:19 CDT by aberrios
 version 13.3R8.7;
 groups {
     re0 {
@@ -1086,18 +1085,6 @@
                 address 10.199.4.170/31;
             }
         }
-        unit 1451 {
-            description "SEPLS-Wister-Public-Library-10m | CIR0005264";
-            bandwidth 10m;
-            vlan-id 1451;
-            family inet {
-                mtu 1500;
-                sampling {
-                    input;
-                }
-                address 10.199.4.172/31;
-            }
-        }
         unit 1452 {
             description SEPLS-PATRIC-LYNCH-PUBLIC-LIBRARY-100M-CIR0019521-LR;
             bandwidth 100m;
@@ -2710,7 +2697,6 @@
         instance-type vrf;
         interface ge-0/3/2.1449;
         interface ge-0/3/2.1450;
-        interface ge-0/3/2.1451;
         interface ge-0/3/2.1452;
         route-distinguisher 164.58.199.147:2533;
         vrf-import SEPLS-VRF-IMPORT;
@@ -2719,11 +2705,9 @@
         vrf-table-label;
         routing-options {
             static {
-                route 192.168.14.0/23 next-hop 10.199.4.173;
                 route 192.168.16.0/23 next-hop 10.199.4.171;
                 route 192.168.12.0/23 next-hop 10.199.4.169;
                 route 192.168.10.0/23 next-hop 10.199.4.167;
-                route 10.15.0.0/16 next-hop 10.199.4.173;
                 route 10.11.0.0/16 next-hop 10.199.4.167;
                 route 10.17.0.0/16 next-hop 10.199.4.171;
                 route 10.13.0.0/16 next-hop 10.199.4.169;
Index: configs/odot-chandler-regmaint.client.onenet.net
===================================================================
--- configs/odot-chandler-regmaint.client.onenet.net	(revision 156542)
+++ configs/odot-chandler-regmaint.client.onenet.net	(working copy)
@@ -128,8 +128,8 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 up down
-#ge-0/0/1.0 up down
+#ge-0/0/1 up up
+#ge-0/0/1.0 up up
 #ge-0/0/2 up down
 #ge-0/0/2.0 up down
 #ge-0/0/3 up down
Index: configs/opt.okc.onenet.net
===================================================================
--- configs/opt.okc.onenet.net	(revision 156502)
+++ configs/opt.okc.onenet.net	(working copy)
@@ -95,7 +95,6 @@
         <interface name="CHAN-1-5-36-TX" abbr_name="CHAN-1-5-36-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-5-37-TX" abbr_name="CHAN-1-5-37-TX" admin_state="up" spanning_tree_metric="" description="" type="DMX" monitoring_state="monitor"></interface>
         <interface name="CHAN-1-5-38-TX" abbr_name="CHAN-1-5-38-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
-        <interface name="CHAN-1-5-39-TX" abbr_name="CHAN-1-5-39-TX" admin_state="up" spanning_tree_metric="" description="" type="DMX" monitoring_state="monitor"></interface>
         <interface name="CHAN-1-5-40-TX" abbr_name="CHAN-1-5-40-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
         <interface name="LINE-1-5-1" abbr_name="LINE-1-5-1" admin_state="up" spanning_tree_metric="" description="Unknown" type="COM" monitoring_state="monitor"></interface>
       </part>



More information about the Nocrancid mailing list