[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Feb 12 16:04:09 CST 2017


Index: configs/oja-cojc-tecumseh-srx240.client.onenet.net
===================================================================
--- configs/oja-cojc-tecumseh-srx240.client.onenet.net	(revision 150571)
+++ configs/oja-cojc-tecumseh-srx240.client.onenet.net	(working copy)
@@ -163,7 +163,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.999 up down
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 150571)
+++ 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-12 15:31:10 CST by andrew via cli commit synchronize
 #   2017-02-12 14:59:07 CST by andrew via cli commit synchronize
 #   2017-02-11 00:36:24 CST by andrew via cli commit synchronize
 #   2017-02-08 19:49:23 CST by andrew via cli commit synchronize
 #   2017-02-03 09:12:25 CST by sean via cli commit synchronize
 #   2017-02-02 13:41:43 CST by sky via cli commit synchronize
-#   2017-02-02 13:32:26 CST by sky via cli commit 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-12 14:59 CST  by andrew
+# Last configured: 2017-02-12 15:31 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1059,6 +1059,7 @@
 #xe-3/0/3.2550 up up
 #xe-3/0/3.2559 up up
 #xe-3/0/3.2600 up up
+#xe-3/0/3.2617 up up
 #xe-3/0/3.32767 up up
 #lc-3/1/0 up up
 #lc-3/1/0.32769 up up
@@ -1203,6 +1204,7 @@
 #lsi.29 up up
 #lsi.30 up up
 #lsi.31 up up
+#lsi.32 up up
 #lsi.1048576 up up
 #lsi.1048578 up up
 #lsi.1048584 up up
@@ -1276,7 +1278,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-02-12 14:59:07 CST by andrew
+## Last commit: 2017-02-12 15:31:10 CST by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -7563,6 +7565,21 @@
                 address 10.199.26.0/31;
             }
         }
+        unit 2617 {
+            description "PRYOR-PL-TO-CORE1-DC [ORDERED]";
+            vlan-id 2617;
+            family inet {
+                rpf-check {
+                    mode loose;
+                }
+                mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.199.5.22/31;
+            }
+        }
     }
     xe-3/1/0 {
         description "CORE 10GE to core1.okc xe-7/0/1 | OneNet-OKC-OKC-XE-XXXX [ORDERED]";
@@ -12081,6 +12098,48 @@
             then reject;
         }
     }
+    policy-statement PRYOR-PL-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement PRYOR-PL-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community PRYOR-PL-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement PS-NET-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -12358,6 +12417,7 @@
     community OTRD-DATA-VPN members target:5078:2569;
     community OTRD-GUEST-VPN members target:5078:2574;
     community PONCA-CITY-UC-VPN members target:5078:2581;
+    community PRYOR-PL-VPN members target:5078:2617;
     community PS-NET-VPN members target:5078:2530;
     community Qwest-Timezone members [ 209:64993 209:64973 209:64982 ];
     community SEPLS-VPN members target:5078:2533;
@@ -14899,6 +14959,21 @@
         vrf-target target:5078:2578;
         vrf-table-label;
     }
+    PRYOR-PL-L3VPN {
+        description PRYOR-PL-L3VPN;
+        instance-type vrf;
+        interface xe-3/0/3.2617;
+        route-distinguisher 164.58.199.214:2617;
+        vrf-import PRYOR-PL-VRF-IMPORT;
+        vrf-export PRYOR-PL-VRF-EXPORT;
+        vrf-target target:5078:2617;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 192.168.202.0/27 next-hop 10.199.5.23;
+            }
+        }
+    }
     PS-NET-L3VPN {
         description "PS_NET Public Safety Net";
         instance-type vrf;
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net	(revision 150528)
+++ 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 up
+#st0.1 up down
 #tap up up
 #vlan up up
 #vlan.3 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 150539)
+++ 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 
+#   2017-02-12 15:54:40 CST by andrew via cli commit synchronize
+#   2017-02-12 15:50:35 CST by andrew via cli commit synchronize
+#   2017-02-12 15:47:17 CST by andrew via cli commit synchronize
+#   2017-02-12 15:36:18 CST by andrew via cli commit synchronize
 #   2017-02-08 09:32:12 CST by andrew via cli commit synchronize
 #   2017-02-07 10:21:04 CST by andrew via cli commit synchronize
-#   2017-02-06 17:34:16 CST by andrew via cli commit synchronize
-#   2017-02-06 09:33:50 CST by aberrios via cli commit synchronize
-#   2017-02-03 12:07:19 CST by sky via cli commit synchronize
-#   2017-02-03 10:30:22 CST by sky via cli commit synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -392,7 +392,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: 2017-02-08 09:32 CST  by andrew
+# Last configured: 2017-02-12 15:54 CST  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -650,6 +650,7 @@
 #xe-1/1/1.1134 up up
 #xe-1/1/1.1136 up up
 #xe-1/1/1.1137 up up
+#xe-1/1/1.1207 up up
 #xe-1/1/1.1234 up up
 #xe-1/1/1.1237 up up
 #xe-1/1/1.1242 up up
@@ -826,6 +827,7 @@
 #lsi.14 up up
 #lsi.15 up up
 #lsi.16 up up
+#lsi.17 up up
 #lsi.1048577 up up
 #lsi.1048601 up up
 #lsi.1048603 up up
@@ -839,7 +841,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-02-08 09:32:12 CST by andrew
+## Last commit: 2017-02-12 15:54:40 CST by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -3693,8 +3695,13 @@
         unit 207 {
             description PRYOR-PUBLIC-LIBRARY-100M-CIR0019484;
             bandwidth 100m;
-            vlan-id 207;
+            vlan-tags outer 207 inner 500;
             family inet {
+                mtu 1500;
+                policer {
+                    input 100M-POL;
+                    output 100M-POL;
+                }
                 sampling {
                     input;
                 }
@@ -4252,6 +4259,23 @@
                 address 10.119.76.168/31;
             }
         }
+        unit 1207 {
+            description PRYOR-PUBLIC-LIBRARY-MPLS-100M-CIR0019484;
+            bandwidth 100m;
+            vlan-tags outer 207 inner 501;
+            family inet {
+                mtu 1500;
+                policer {
+                    input 100M-POL;
+                    output 100M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.199.5.20/31;
+            }
+        }
         unit 1234 {
             description DOH-TAHLEQUAH-DOH-DATA-10M-CIR0019438-OCS;
             bandwidth 10m;
@@ -7521,6 +7545,48 @@
             then reject;
         }
     }
+    policy-statement PRYOR-PL-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add PRYOR-PL-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement PRYOR-PL-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community PRYOR-PL-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement RE-PREFIXES-LIST {
         term PREFIXES {
             from {
@@ -7732,6 +7798,7 @@
     community ONENET_SRC_RESEARCH members 5078:4100;
     community ONET-GRDA-VPN members target:5078:2522;
     community OSBI-VPN members target:5078:2546;
+    community PRYOR-PL-VPN members target:5078:2617;
     community SEPLS-VPN members target:5078:2533;
     community TAGNET-VPN members target:5078:2531;
     community TULSACORE5 members 5078:225;
@@ -9273,6 +9340,21 @@
         vrf-target target:5078:2532;
         vrf-table-label;
     }
+    PRYOR-PL-L3VPN {
+        description PRYOR-PL-L3VPN;
+        instance-type vrf;
+        interface xe-1/1/1.1207;
+        route-distinguisher 164.58.199.225:2617;
+        vrf-import PRYOR-PL-VRF-IMPORT;
+        vrf-export PRYOR-PL-VRF-EXPORT;
+        vrf-target target:5078:2617;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 192.168.200.0/23 next-hop 10.199.5.21;
+            }
+        }
+    }
     SEPLS-L3VPN {
         description SEPLS-L3VPN;
         instance-type vrf;
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 150571)
+++ 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 up
+#ge-0/0/0 down down
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 150442)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2017-02-12 15:51:51 CST by andrew via cli commit synchronize
+#   2017-02-12 15:30:55 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2017-02-03 22:20:53 CST by andrew via cli commit synchronize
 #   2017-02-03 22:14:59 CST by andrew via cli commit synchronize
 #   2017-02-03 15:02:45 CST by andrew via cli commit synchronize
 #   2017-02-03 09:34:58 CST by joel via cli commit synchronize
-#   2017-01-30 22:43:17 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2017-01-29 21:50:14 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -339,7 +339,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-08-25 20:38 CDT 
 # Protocols started: 2014-08-25 20:39 CDT 
-# Last configured: 2017-02-03 22:20 CST  by andrew
+# Last configured: 2017-02-12 15:51 CST  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -425,6 +425,7 @@
 #xe-1/1/1.2550 up up
 #xe-1/1/1.2559 up up
 #xe-1/1/1.2600 up up
+#xe-1/1/1.2617 up up
 #xe-1/1/1.32767 up up
 #ge-1/2/0 down down
 #lc-1/2/0 up up
@@ -641,7 +642,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2017-02-03 22:20:53 CST by andrew
+## Last commit: 2017-02-12 15:51:51 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1173,6 +1174,20 @@
                 address 10.199.26.1/31;
             }
         }
+        unit 2617 {
+            description "CORE1-DC-TO-PRYOR-PL [ORDERED]";
+            vlan-id 2617;
+            family inet {
+                rpf-check {
+                    mode loose;
+                }
+                mtu 9000;
+                sampling {
+                    input;
+                }
+                address 10.199.5.23/31;
+            }
+        }
     }
     ge-1/2/0 {
         disable;
@@ -3670,9 +3685,13 @@
     dmz_pryor {
         apply-groups OSPF-RI;
         instance-type virtual-router;
+        interface xe-1/1/1.2617;
         interface irb.2024;
         interface irb.4008;
         routing-options {
+            static {
+                route 192.168.200.0/23 next-hop 10.199.5.22;
+            }
             router-id 10.199.199.25;
         }
         protocols {



More information about the Nocrancid mailing list