[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Aug 9 12:05:33 CDT 2017


Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net	(revision 155462)
+++ configs/core.goo.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at GOODWELL-MX104-RE0> show system commit 
+#   2017-08-09 11:59:10 CDT by andrew via cli commit synchronize
+#   2017-08-09 11:49:37 CDT by andrew via cli commit synchronize
+#   2017-08-09 11:48:18 CDT by andrew via cli commit synchronize
 #   2017-08-02 14:04:52 CDT by admin via cli commit synchronize
 #   2017-08-02 14:02:54 CDT by admin via cli commit synchronize
 #   2017-07-29 21:08:15 CDT by andrew via cli commit synchronize
-#   2017-07-26 23:47:34 CDT by andrew via cli commit synchronize
-#   2017-07-26 19:47:04 CDT by andrew via cli commit synchronize
-#   2017-07-11 11:46:38 CDT by aberrios via cli commit synchronize
 # grnoc-mon at GOODWELL-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -309,7 +309,7 @@
 # grnoc-mon at GOODWELL-MX104-RE0> show system uptime 
 # System booted: 2016-03-16 01:01 CDT 
 # Protocols started: 2016-03-30 17:20 CDT 
-# Last configured: 2017-08-02 14:04 CDT  by admin
+# Last configured: 2017-08-09 11:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at GOODWELL-MX104-RE0> show interface terse 
@@ -381,6 +381,7 @@
 #xe-2/0/3.398 up up
 #xe-2/0/3.1391 up up
 #xe-2/0/3.1392 up up
+#xe-2/0/3.2151 up up
 #xe-2/0/3.2391 up up
 #xe-2/0/3.3388 up up
 #xe-2/0/3.3391 up up
@@ -408,6 +409,7 @@
 #lsi.3 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.6 up up
 #lsi.1055502 up up
 #lsi.1055506 up up
 #lsi.1055509 up up
@@ -422,7 +424,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at GOODWELL-MX104-RE0> show configuration 
-## Last commit: 2017-08-02 14:04:52 CDT by admin
+## Last commit: 2017-08-09 11:59:10 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1106,6 +1108,20 @@
             input-vlan-map pop;
             output-vlan-map push;
         }
+        unit 2151 {
+            description TAGNET-7005-GUYMON-3M-CIR0020491;
+            bandwidth 3m;
+            vlan-id 2151;
+            family inet {
+                rpf-check;
+                mtu 1500;
+                policer {
+                    input 3M-POL;
+                    output 3M-POL;
+                }
+                address 10.119.4.121/30;
+            }
+        }
         unit 2391 {
             description DHS-GUYMON-NE-4TH-GUEST-20M-CIR0019575;
             bandwidth 20m;
@@ -1727,6 +1743,44 @@
             }
         }
     }
+    policy-statement TAGNET-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add TAGNET-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement TAGNET-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community TAGNET-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     community DHS-DATA-VPN members target:5078:2570;
     community DHS-GUEST-VPN members target:5078:2571;
     community GOODWELL members 5078:9062;
@@ -1734,6 +1788,7 @@
     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 TAGNET-VPN members target:5078:2531;
 }
 class-of-service {
     classifiers {
@@ -2183,6 +2238,14 @@
         }
         then discard;
     }
+    policer 3M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 3m;
+            burst-size-limit 600k;
+        }
+        then discard;
+    }
 }
 routing-instances {
     ANDREW-VPLS-2590 {
@@ -2299,6 +2362,16 @@
         vrf-target target:5078:2012;
         vrf-table-label;
     }
+    TAGNET-L3VPN {
+        description TAGNET-L3VPN;
+        instance-type vrf;
+        interface xe-2/0/3.2151;
+        route-distinguisher 164.58.199.62:2531;
+        vrf-import TAGNET-VRF-IMPORT;
+        vrf-export TAGNET-VRF-EXPORT;
+        vrf-target target:5078:2531;
+        vrf-table-label;
+    }
     VPLS-ONENET-IPERF {
         description ONENET-IPERF-MGMT;
         instance-type vpls;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 155626)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -528,8 +528,8 @@
 #t1-2/3/0:1:4.0 up up
 #t1-2/3/0:1:5 up up
 #t1-2/3/0:1:5.0 up up
-#t1-2/3/0:1:6 up up
-#t1-2/3/0:1:6.0 up up
+#t1-2/3/0:1:6 up down
+#t1-2/3/0:1:6.0 up down
 #t1-2/3/0:1:7 up up
 #t1-2/3/0:1:7.0 up up
 #t1-2/3/0:1:8 up up
@@ -696,7 +696,7 @@
 #t1-2/3/0:4:17 up up
 #t1-2/3/0:4:17.0 up up
 #t1-2/3/0:4:18 up up
-#t1-2/3/0:4:18.0 up up
+#t1-2/3/0:4:18.0 up down
 #t1-2/3/0:4:19 up up
 #t1-2/3/0:4:19.0 up up
 #t1-2/3/0:4:20 up up
@@ -1666,7 +1666,7 @@
 #lsq-5/1/0.149 up up
 #lsq-5/1/0.150 up up
 #lsq-5/1/0.151 up up
-#lsq-5/1/0.153 up up
+#lsq-5/1/0.153 up down
 #lsq-5/1/0.154 up up
 #lsq-5/1/0.155 up down
 #mt-5/1/0 up up
Index: configs/tul-adva.p.onenet.net
===================================================================
--- configs/tul-adva.p.onenet.net	(revision 155624)
+++ configs/tul-adva.p.onenet.net	(working copy)
@@ -583,9 +583,9 @@
         <part name="PL-7-11-C2" description="XFP-G" hw_version="" part_id="XFP-G" part_num="" serial_number="FA94171002630" slot="PL-7-11-C2" vendor_id="ADVA"></part>
         <part name="PL-7-11-NE" description="XFPTLN-D" hw_version="" part_id="XFPTLN-D" part_num="" serial_number="FA94171105686" slot="PL-7-11-NE" vendor_id="ADVA"></part>
         <part name="PL-7-11-NW" description="XFPTLN-D" hw_version="" part_id="XFPTLN-D" part_num="" serial_number="FA94171105690" slot="PL-7-11-NW" vendor_id="ADVA"></part>
-        <interface name="CH-7-11-C1" abbr_name="CH-7-11-C1" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="CH-7-11-C1" abbr_name="CH-7-11-C1" admin_state="up" spanning_tree_metric="" description="19906W TULSA 7 11 NE LEVEL3 1 9 NE - AREON" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CH-7-11-C2" abbr_name="CH-7-11-C2" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
-        <interface name="CH-7-11-NE" abbr_name="CH-7-11-NE" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="CH-7-11-NE" abbr_name="CH-7-11-NE" admin_state="up" spanning_tree_metric="" description="19906W TULSA 7 11 NE LEVEL3 1 9 NE - AREON" type="MUX" monitoring_state="no-monitor"></interface>
       </part>
       <part name="MOD-7-12" description="2PM" hw_version="" part_id="2PM" part_num="" serial_number="FA70170908539" slot="MOD-7-12" vendor_id="ADVA"></part>
       <part name="MOD-7-13" description="2WCC10G" hw_version="" part_id="2WCC10G" part_num="" serial_number="FA71170850077" slot="MOD-7-13" vendor_id="ADVA">
@@ -594,8 +594,8 @@
         <part name="PL-7-13-NE" description="XFPTLN-D" hw_version="" part_id="XFPTLN-D" part_num="" serial_number="FA94171105691" slot="PL-7-13-NE" vendor_id="ADVA"></part>
         <part name="PL-7-13-NW" description="XFPTLN-D" hw_version="" part_id="XFPTLN-D" part_num="" serial_number="FA94171105697" slot="PL-7-13-NW" vendor_id="ADVA"></part>
         <interface name="CH-7-13-C1" abbr_name="CH-7-13-C1" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
-        <interface name="CH-7-13-C2" abbr_name="CH-7-13-C2" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
-        <interface name="CH-7-13-NW" abbr_name="CH-7-13-NW" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="CH-7-13-C2" abbr_name="CH-7-13-C2" admin_state="up" spanning_tree_metric="" description="19906P TULSA 7 13 NW LEVEL3 1 11 NW - AREON" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="CH-7-13-NW" abbr_name="CH-7-13-NW" admin_state="up" spanning_tree_metric="" description="19906P TULSA 7 13 NW LEVEL3 1 11 NW - AREON" type="MUX" monitoring_state="no-monitor"></interface>
       </part>
       <part name="MOD-7-14" description="8ROADM-C40" hw_version="" part_id="8ROADM-C40" part_num="" serial_number="FA72170300010" slot="MOD-7-14" vendor_id="ADVA">
         <interface name="VCH-7-14-C1" abbr_name="VCH-7-14-C1" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
Index: configs/osrhe-chancellor-residence.client.onenet.net
===================================================================
--- configs/osrhe-chancellor-residence.client.onenet.net	(revision 155627)
+++ configs/osrhe-chancellor-residence.client.onenet.net	(working copy)
@@ -155,7 +155,7 @@
 #ppe0 up up
 #st0 up up
 #st0.0 up up
-#st0.1 up down
+#st0.1 up up
 #tap up up
 #vlan up up
 #vlan.4 up up
Index: configs/keota-hs.client.onenet.net
===================================================================
--- configs/keota-hs.client.onenet.net	(revision 155602)
+++ configs/keota-hs.client.onenet.net	(working copy)
@@ -107,8 +107,8 @@
 # total files: 1
 # 
 # grnoc-mon at KEOTA-HS-LR-003942> show system uptime 
-# System booted: 2017-08-08 12:17 CDT 
-# Protocols started: 2017-08-08 12:20 CDT 
+# System booted: 2017-08-09 11:34 CDT 
+# Protocols started: 2017-08-09 11:37 CDT 
 # Last configured: 2017-07-09 00:34 CDT  by root
 # 
 # grnoc-mon at KEOTA-HS-LR-003942> show interface terse 
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 155627)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2017-08-09 11:44:45 CDT by sean via cli commit synchronize
+#   2017-08-09 11:24:57 CDT by sean via cli commit synchronize
+#   2017-08-09 11:22:10 CDT by sky via cli commit synchronize
+#   2017-08-09 11:17:26 CDT by sky via cli commit synchronize
+#   2017-08-09 11:01:39 CDT by sky via cli commit synchronize
 #   2017-08-09 10:53:27 CDT by sky via cli commit synchronize
-#   2017-08-09 10:49:05 CDT by joel via cli commit synchronize
-#   2017-08-09 10:42:18 CDT by joel via cli commit synchronize
-#   2017-08-09 10:41:16 CDT by sky via cli commit synchronize
-#   2017-08-09 10:38:16 CDT by joel via cli commit synchronize
-#   2017-08-09 09:27:02 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -562,7 +562,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 08:16 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2017-08-09 10:53 CDT  by sky
+# Last configured: 2017-08-09 11:44 CDT  by sean
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -705,6 +705,7 @@
 #xe-1/0/0.639 up up
 #xe-1/0/0.640 up up
 #xe-1/0/0.651 up up
+#xe-1/0/0.670 up up
 #xe-1/0/0.715 up up
 #xe-1/0/0.726 up up
 #xe-1/0/0.761 up up
@@ -923,7 +924,6 @@
 #xe-1/0/0.3008 up up
 #xe-1/0/0.3563 up up
 #xe-1/0/0.3567 up up
-#xe-1/0/0.3767 up up
 #xe-1/0/0.32767 up up
 #xe-1/0/1 up up
 #xe-1/0/1.2500 up up
@@ -1357,7 +1357,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-08-09 10:53:27 CDT by sky
+## Last commit: 2017-08-09 11:44:45 CDT by sean
 version 13.3R9.13;
 groups {
     re0 {
@@ -2844,6 +2844,12 @@
                 address 10.119.0.205/30;
             }
         }
+        unit 670 {
+            vlan-id 670;
+            family inet {
+                address 156.110.26.165/30;
+            }
+        }
         unit 715 {
             description DHS-PERRY-N-15TH-MGMT-10M-CIR0019710;
             bandwidth 10m;
@@ -2914,10 +2920,12 @@
             }
         }
         unit 767 {
-            description "Perry PS Test";
+            description PERRY-PS-200M-CIR0020268-LR;
             bandwidth 200m;
             vlan-id 767;
             family inet {
+                rpf-check;
+                mtu 1500;
                 filter {
                     input PERRY-PS-INBOUND;
                 }
@@ -2928,7 +2936,6 @@
                 sampling {
                     input;
                 }
-                address 164.58.69.253/30;
                 address 164.58.9.101/30;
             }
         }
@@ -6705,11 +6712,6 @@
                 address 10.199.192.25/30;
             }
         }
-        unit 3767 {
-            description "L2 PERRY-PUBLIC-SCHOOLS [NO-MONITOR]";
-            encapsulation vlan-ccc;
-            vlan-tags outer 767 inner 501;
-        }
     }
     xe-1/0/1 {
         description HEI-VPLS-OU-2500-CIR000XXXX;
@@ -10371,13 +10373,7 @@
                 ignore-mtu-mismatch;
             }
         }
-        neighbor 164.58.199.68 {
-            interface xe-2/1/0.3905 {
-                virtual-circuit-id 1313;
-                ignore-encapsulation-mismatch;
-                ignore-mtu-mismatch;
-            }
-        }
+        neighbor 164.58.199.68;
         neighbor 164.58.199.62 {
             interface ge-2/2/0.203 {
                 virtual-circuit-id 2603;
@@ -19783,6 +19779,7 @@
                 route 10.104.1.0/26 next-hop 10.119.52.97;
                 route 10.36.38.0/23 next-hop 10.119.52.159;
                 route 10.37.27.0/24 next-hop 10.119.52.175;
+                route 10.36.60.0/24 next-hop 10.119.52.169;
             }
         }
         protocols {
Index: configs/swi1-swink-admin.client.onenet.net
===================================================================
--- configs/swi1-swink-admin.client.onenet.net	(revision 155609)
+++ configs/swi1-swink-admin.client.onenet.net	(working copy)
@@ -194,8 +194,8 @@
 #ge-0/0/3.0 up down
 #ge-0/0/4 up down
 #ge-0/0/4.0 up down
-#ge-0/0/5 up down
-#ge-0/0/5.0 up down
+#ge-0/0/5 up up
+#ge-0/0/5.0 up up
 #ge-0/0/6 up down
 #ge-0/0/6.0 up down
 #ge-0/0/7 up up
Index: configs/perry-ps.client.onenet.net
===================================================================
--- configs/perry-ps.client.onenet.net	(revision 155535)
+++ configs/perry-ps.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at PERRY-PS-LR-004952> show system commit 
+#   2017-08-09 10:59:36 CDT by root via other
+#   2017-08-09 10:57:26 CDT by sky via cli commit confirmed, rollback in 1mins
+#   2017-08-09 10:53:18 CDT by sky via cli commit confirmed, rollback in 3mins
 #   2017-08-05 22:53:08 CDT by root via other
 #   2017-07-22 14:04:58 CDT by root via other
 #   2016-12-03 13:37:40 CST by andrew via cli
-#   2016-09-15 14:26:26 CDT by aberrios via cli
-#   2016-09-15 14:21:12 CDT by aberrios via cli
-#   2016-09-15 14:06:22 CDT by aberrios via cli
 # grnoc-mon at PERRY-PS-LR-004952> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -127,9 +127,9 @@
 # total files: 1
 # 
 # grnoc-mon at PERRY-PS-LR-004952> show system uptime 
-# System booted: 2017-08-05 22:50 CDT 
-# Protocols started: 2017-08-05 22:54 CDT 
-# Last configured: 2017-08-05 22:53 CDT  by root
+# System booted: 2017-08-09 11:02 CDT 
+# Protocols started: 2017-08-09 11:05 CDT 
+# Last configured: 2017-08-09 10:59 CDT  by root
 # 
 # grnoc-mon at PERRY-PS-LR-004952> show interface terse 
 #Interface Admin Link
@@ -184,7 +184,7 @@
 #vlan.3 up up
 #vlan.999 up down
 # grnoc-mon at PERRY-PS-LR-004952> show configuration 
-## Last commit: 2017-08-05 22:53:08 CDT by root
+## Last commit: 2017-08-09 10:59:36 CDT by root
 version 12.3X48-D40.5;
 system {
     host-name PERRY-PS-LR-004952;
@@ -689,11 +689,6 @@
 interfaces {
     ge-0/0/0 {
         description "L3 INTERFACE - UNTRUST-WAN - 164.58.9.102/30";
-        speed 100m;
-        link-mode full-duplex;
-        gigether-options {
-            no-auto-negotiation;
-        }
         unit 0 {
             family inet {
                 address 164.58.9.102/30;



More information about the Nocrancid mailing list