[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Sep 13 21:03:54 CDT 2016


Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 146430)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -614,6 +614,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net	(revision 146438)
+++ configs/oja-sw-youth-academy-manitou.client.onenet.net	(working copy)
@@ -139,7 +139,7 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up down
+#st0.1 up up
 #tap up up
 #vlan up up
 #vlan.3 up up
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net	(revision 146438)
+++ configs/hub.elr.onenet.net	(working copy)
@@ -300,7 +300,7 @@
 #t1-2/0/2:17 down down
 #t1-2/0/2:18 down down
 #t1-2/0/2:19 down down
-#t1-2/0/2:20 down down
+#t1-2/0/2:20 down up
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 146434)
+++ configs/core5.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit 
+#   2016-09-13 20:25:16 CDT by andrew via cli commit synchronize
+#   2016-09-13 20:19:24 CDT by andrew via cli commit synchronize
 #   2016-09-13 16:45:32 CDT by andrew via cli commit synchronize
 #   2016-09-13 15:19:26 CDT by andrew via cli commit synchronize
 #   2016-09-13 15:13:58 CDT by root via other
 #   2016-09-13 15:10:38 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-09-13 14:59:35 CDT by sky via cli commit synchronize
-#   2016-09-12 22:06:04 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -391,7 +391,7 @@
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 04:47 CDT 
 # Protocols started: 2016-08-15 04:53 CDT 
-# Last configured: 2016-09-13 16:45 CDT  by andrew
+# Last configured: 2016-09-13 20:25 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -742,6 +742,7 @@
 #lsi.12 up up
 #lsi.13 up up
 #lsi.14 up up
+#lsi.15 up up
 #lsi.1048576 up up
 #lsi.1048577 up up
 #lsi.1048578 up up
@@ -759,7 +760,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2016-09-13 16:45:32 CDT by andrew
+## Last commit: 2016-09-13 20:25:16 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -2024,10 +2025,20 @@
             }
         }
         unit 230 {
-            description "DPS Eastgate DL [ORDERED]";
+            description DPS-TULSA-EASTGATE-DL-10M-CIR0019377;
             vlan-id 230;
             family inet {
-                address 10.250.4.1/30;
+                rpf-check;
+                mtu 1500;
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.16.68/31;
             }
         }
         unit 234 {
@@ -2373,10 +2384,20 @@
             }
         }
         unit 256 {
-            description "DPS West [ORDERED]";
+            description DPS-TULSA-WEST-DL-10M-CIR0019382;
             vlan-id 256;
             family inet {
-                address 10.250.5.1/30;
+                rpf-check;
+                mtu 1500;
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.16.70/31;
             }
         }
         unit 257 {
@@ -5136,6 +5157,41 @@
             then reject;
         }
     }
+    policy-statement DPS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DPS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DPS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement EBGP-COX-EXPORT {
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
@@ -6069,6 +6125,7 @@
     community DHS-DATA-VPN members target:5078:2570;
     community DHS-GUEST-VPN members target:5078:2571;
     community DOH-VPN members target:5078:3000;
+    community DPS-VPN members target:5078:2540;
     community GPN-NETFLIX members 11317:3003;
     community LEGAL-AID-VPN members target:5078:2594;
     community NETFLIX-REJECT members [ 11317:3006 40581:3006 ];
@@ -7190,6 +7247,25 @@
             }
         }
     }
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/1.230;
+        interface xe-1/0/1.256;
+        route-distinguisher 164.58.199.225:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 172.30.8.0/26 next-hop 10.119.16.71;
+                route 172.22.96.64/26 next-hop 10.119.16.71;
+                route 172.30.60.0/24 next-hop 10.119.16.69;
+                route 172.22.96.128/26 next-hop 10.119.16.69;
+            }
+        }
+    }
     LEGAL-AID-L3VPN {
         description LEGAL-AID-L3VPN;
         instance-type vrf;
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 146438)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -102,7 +102,7 @@
 # 
 # grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 146438)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE3-M120-RE0> show system commit 
+#   2016-09-13 20:25:11 CDT by andrew via cli commit synchronize
+#   2016-09-13 20:20:04 CDT by andrew via cli commit synchronize
 #   2016-09-13 19:49:18 CDT by andrew via cli commit synchronize
 #   2016-09-12 18:05:12 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-09-12 10:53:47 CDT by andrew via cli commit synchronize
 #   2016-09-12 10:50:27 CDT by andrew via cli commit synchronize
-#   2016-09-12 10:38:54 CDT by andrew via cli commit synchronize
-#   2016-09-12 10:17:00 CDT by andrew via cli commit synchronize
 # grnoc-mon at TULSA-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -328,7 +328,7 @@
 # grnoc-mon at TULSA-CORE3-M120-RE0> show system uptime 
 # System booted: 2016-08-15 03:33 CDT 
 # Protocols started: 2016-08-15 03:41 CDT 
-# Last configured: 2016-09-13 19:49 CDT  by andrew
+# Last configured: 2016-09-13 20:25 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE3-M120-RE0> show interface terse 
@@ -546,7 +546,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-09-13 19:49:18 CDT by andrew
+## Last commit: 2016-09-13 20:25:11 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -2568,14 +2568,6 @@
         vrf-export DPS-VRF-EXPORT;
         vrf-target target:5078:2540;
         vrf-table-label;
-        routing-options {
-            static {
-                route 172.30.60.0/24 next-hop 10.119.16.166;
-                route 172.30.8.0/26 next-hop 10.119.16.170;
-                route 172.22.96.128/26 next-hop 10.119.16.166;
-                route 172.22.96.64/26 next-hop 10.119.16.170;
-            }
-        }
     }
     ODOT-L3VPN {
         description ODOT-L3VPN;



More information about the Nocrancid mailing list