[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Oct 3 21:02:07 CDT 2015


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 135322)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -294,7 +294,7 @@
 #t1-2/0/2:1 up up
 #t1-2/0/2:1.16 up up
 #t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 down down
 #t1-2/0/2:5 down down
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 135316)
+++ configs/core.end.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-MX480-RE0> show system commit 
+#   2015-10-03 20:08:02 CDT by andrew via cli commit synchronize
 #   2015-09-29 20:03:53 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-09-29 20:01:14 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-09-28 17:02:40 CDT by andrew via cli commit synchronize
 #   2015-09-14 18:16:14 CDT by andrew via cli commit synchronize
 #   2015-08-28 12:20:35 CDT by sean via cli commit synchronize
-#   2015-08-28 12:19:51 CDT by sean via cli commit synchronize
 # grnoc-mon at ENID-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -257,7 +257,7 @@
 # grnoc-mon at ENID-MX480-RE0> show system uptime 
 # System booted: 2015-06-06 23:35 CDT 
 # Protocols started: 2015-06-06 23:37 CDT 
-# Last configured: 2015-09-29 20:03 CDT  by andrew
+# Last configured: 2015-10-03 20:08 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ENID-MX480-RE0> show interface terse 
@@ -295,6 +295,7 @@
 #xe-0/1/1.423 up up
 #xe-0/1/1.424 up up
 #xe-0/1/1.425 up up
+#xe-0/1/1.1414 up up
 #xe-0/1/1.32767 up up
 #ge-0/2/0 up up
 #ge-0/2/0.0 up up
@@ -363,6 +364,7 @@
 #lsi.516 up up
 #lsi.517 up up
 #lsi.518 up up
+#lsi.519 up up
 #lsi.1075629 up up
 #lsi.1075634 up up
 #lsi.1075642 up up
@@ -412,7 +414,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-MX480-RE0> show configuration 
-## Last commit: 2015-09-29 20:03:53 CDT by andrew
+## Last commit: 2015-10-03 20:08:02 CDT by andrew
 version 13.3R6.5;
 groups {
     re0 {
@@ -892,6 +894,21 @@
                 address 164.58.9.109/30;
             }
         }
+        unit 1414 {
+            description COMANCHE-PS-HS-1G-CIR0005881-LR;
+            vlan-tags outer 414 inner 501;
+            family inet {
+                mtu 1500;
+                policer {
+                    input 1G-POL;
+                    output 1G-POL;
+                }
+                sampling {
+                    input;
+                }
+                address 10.20.0.5/30;
+            }
+        }
     }
     ge-0/2/0 {
         description "CORE 1GE to hub.end ge-3/2/3 | OneNet-END-END-GE-5086";
@@ -1596,6 +1613,48 @@
         216.176.160.0/20;
         216.195.32.0/19;
     }
+    policy-statement COMANCHE-PS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add COMANCHE-PS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add COMANCHE-PS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add COMANCHE-PS-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add COMANCHE-PS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement COMANCHE-PS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community COMANCHE-PS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement COMMODITY-PREFIXES-LIST {
         term PREFIXES {
             from {
@@ -2117,6 +2176,7 @@
         }
     }
     community 5078:64571 members 5078:64571;
+    community COMANCHE-PS-VPN members target:5078:2537;
     community Enid members 5078:66;
     community NON_ONENET {
         invert-match;
@@ -2425,6 +2485,16 @@
     }
 }
 routing-instances {
+    COMANCHE-PS-L3VPN {
+        description COMANCHE-PS-L3VPN;
+        instance-type vrf;
+        interface xe-0/1/1.1414;
+        route-distinguisher 164.58.199.67:2537;
+        vrf-import COMANCHE-PS-VRF-IMPORT;
+        vrf-export COMANCHE-PS-VRF-EXPORT;
+        vrf-target target:5078:2537;
+        vrf-table-label;
+    }
     ODMHSAS-L3VPN {
         description ODMHSAS-L3VPN;
         instance-type vrf;
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net	(revision 135319)
+++ configs/core.law.onenet.net	(working copy)
@@ -517,10 +517,10 @@
 #lsi.1056543 up up
 #lsi.1056544 up up
 #lsi.1056545 up up
-#lsi.1056547 up up
 #lsi.1056548 up up
 #lsi.1056549 up up
 #lsi.1056551 up up
+#lsi.1056552 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 135322)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -769,10 +769,10 @@
 #lsi.1524114 up up
 #lsi.1524115 up up
 #lsi.1524116 up up
-#lsi.1524118 up up
 #lsi.1524119 up up
 #lsi.1524120 up up
 #lsi.1524121 up up
+#lsi.1524122 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 135317)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -991,9 +991,9 @@
 #lsi.1075374 up up
 #lsi.1075375 up up
 #lsi.1075376 up up
-#lsi.1075378 up up
 #lsi.1075379 up up
 #lsi.1075380 up up
+#lsi.1075381 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net	(revision 135322)
+++ configs/core1.lan-mx80.onenet.net	(working copy)
@@ -196,7 +196,7 @@
 # -rw-rw----  1 root  field   52711424 Jun 10 15:37 ifinfo.core.1
 # -rw-rw----  1 root  field   52711424 Jun 10 15:40 ifinfo.core.2
 # -rw-rw----  1 root  field   52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw----  1 root  field   52711424 Oct 3  19:55 ifinfo.core.4
+# -rw-rw----  1 root  field   52711424 Oct 3  20:55 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Aug 13  2012 install/
 # -rw-r--r--  1 eng   field   99542994 May 30  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
 # -rw-r--r--  1 upgrades field 150276951 Aug 8   2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net	(revision 135322)
+++ configs/core.ard.onenet.net	(working copy)
@@ -340,7 +340,6 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1078649 up up
-#lsi.1078704 up up
 #lsi.1078713 up up
 #lsi.1078724 up up
 #lsi.1078725 up up
@@ -354,13 +353,14 @@
 #lsi.1078770 up up
 #lsi.1078771 up up
 #lsi.1078772 up up
-#lsi.1078776 up up
 #lsi.1078778 up up
 #lsi.1078779 up up
 #lsi.1078783 up up
 #lsi.1078784 up up
 #lsi.1078785 up up
 #lsi.1078786 up up
+#lsi.1078787 up up
+#lsi.1078788 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 135322)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -200,7 +200,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Oct 3  20:00 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Oct 3  21:00 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net	(revision 135322)
+++ configs/core.alt.onenet.net	(working copy)
@@ -401,7 +401,6 @@
 #lsi.1211281 up up
 #lsi.1211282 up up
 #lsi.1211283 up up
-#lsi.1211286 up up
 #lsi.1211287 up up
 #lsi.1211288 up up
 #lsi.1211289 up up
@@ -409,6 +408,7 @@
 #lsi.1211292 up up
 #lsi.1211293 up up
 #lsi.1211294 up up
+#lsi.1211295 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 135319)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -765,9 +765,9 @@
 #lsi.1084596 up up
 #lsi.1084597 up up
 #lsi.1084598 up up
-#lsi.1084600 up up
 #lsi.1084601 up up
 #lsi.1084603 up up
+#lsi.1084604 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net	(revision 135322)
+++ configs/core.chi.onenet.net	(working copy)
@@ -329,7 +329,6 @@
 #lsi up up
 #lsi.1076613 up up
 #lsi.1076638 up up
-#lsi.1076699 up up
 #lsi.1076717 up up
 #lsi.1076742 up up
 #lsi.1076748 up up
@@ -340,7 +339,6 @@
 #lsi.1076764 up up
 #lsi.1076765 up up
 #lsi.1076766 up up
-#lsi.1076770 up up
 #lsi.1076771 up up
 #lsi.1076772 up up
 #lsi.1076773 up up
@@ -349,6 +347,8 @@
 #lsi.1076777 up up
 #lsi.1076778 up up
 #lsi.1076779 up up
+#lsi.1076780 up up
+#lsi.1076781 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.wea.onenet.net
===================================================================
--- configs/core.wea.onenet.net	(revision 135322)
+++ configs/core.wea.onenet.net	(working copy)
@@ -334,7 +334,6 @@
 #lsi.1077424 up up
 #lsi.1077459 up up
 #lsi.1077461 up up
-#lsi.1077537 up up
 #lsi.1077551 up up
 #lsi.1077553 up up
 #lsi.1077567 up up
@@ -345,10 +344,11 @@
 #lsi.1077579 up up
 #lsi.1077581 up up
 #lsi.1077582 up up
-#lsi.1077584 up up
 #lsi.1077585 up up
 #lsi.1077587 up up
 #lsi.1077588 up up
+#lsi.1077589 up up
+#lsi.1077590 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net	(revision 135319)
+++ configs/core1.nor.onenet.net	(working copy)
@@ -602,9 +602,9 @@
 #lsi.1054931 up up
 #lsi.1054932 up up
 #lsi.1054933 up up
-#lsi.1054935 up up
 #lsi.1054936 up up
 #lsi.1054938 up up
+#lsi.1054939 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net	(revision 135309)
+++ configs/core.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-MX480-RE0> show system commit 
+#   2015-10-03 20:07:57 CDT by andrew via cli commit synchronize
 #   2015-09-21 13:37:33 CDT by rnordmark via cli commit synchronize
 #   2015-09-21 13:36:36 CDT by rnordmark via cli commit synchronize
 #   2015-09-18 13:08:56 CDT by rnordmark via cli commit confirmed, rollback in 5mins synchronize
 #   2015-08-05 13:05:24 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-08-05 12:16:39 CDT by ianl via cli commit synchronize
-#   2015-07-20 10:35:27 CDT by andrew via cli commit synchronize
 # grnoc-mon at DUNCAN-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at DUNCAN-MX480-RE0> show system uptime 
 # System booted: 2015-06-07 00:10 CDT 
 # Protocols started: 2015-06-07 00:12 CDT 
-# Last configured: 2015-09-21 13:37 CDT  by rnordmark
+# Last configured: 2015-10-03 20:07 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at DUNCAN-MX480-RE0> show interface terse 
@@ -358,9 +358,9 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
-#lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1052711 up up
 #lsi.1052729 up up
 #lsi.1052956 up up
@@ -388,7 +388,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-MX480-RE0> show configuration 
-## Last commit: 2015-09-21 13:37:33 CDT by rnordmark
+## Last commit: 2015-10-03 20:07:57 CDT by andrew
 version 13.3R6.5;
 groups {
     re0 {
@@ -928,7 +928,9 @@
         unit 20 {
             vlan-id 20;
             family inet {
-                rpf-check;
+                rpf-check {
+                    mode loose;
+                }
                 sampling {
                     input;
                 }
@@ -1362,37 +1364,41 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
-    policy-statement COMANCHE_PS-VRF-EXPORT {
+    policy-statement COMANCHE-PS-VRF-EXPORT {
         term 1 {
             from protocol static;
             then {
-                community add COMANCHE_PS-VPN;
+                community add COMANCHE-PS-VPN;
                 accept;
             }
         }
         term 2 {
             from protocol direct;
             then {
-                community add COMANCHE_PS-VPN;
+                community add COMANCHE-PS-VPN;
                 accept;
             }
         }
         term 3 {
-            from {
-                protocol ospf;
-                area 0.0.0.0;
+            from protocol ospf;
+            then {
+                community add COMANCHE-PS-VPN;
+                accept;
             }
+        }
+        term 4 {
+            from protocol bgp;
             then {
-                community add COMANCHE_PS-VPN;
+                community add COMANCHE-PS-VPN;
                 accept;
             }
         }
     }
-    policy-statement COMANCHE_PS-VRF-IMPORT {
+    policy-statement COMANCHE-PS-VRF-IMPORT {
         term 1 {
             from {
                 protocol bgp;
-                community COMANCHE_PS-VPN;
+                community COMANCHE-PS-VPN;
             }
             then accept;
         }
@@ -1636,7 +1642,7 @@
     community Alva members 5078:74;
     community Ardmore members 5078:10;
     community Bartlesville members 5078:134;
-    community COMANCHE_PS-VPN members target:5078:2537;
+    community COMANCHE-PS-VPN members target:5078:2537;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
     community Duncan members 5078:18;
@@ -1963,20 +1969,15 @@
     }
 }
 routing-instances {
-    COMANCHE_PS-L3VPN {
-        description COMANCHE_PS-L3VPN;
+    COMANCHE-PS-L3VPN {
+        description COMANCHE-PS-L3VPN;
         instance-type vrf;
         interface ge-0/3/2.20;
         route-distinguisher 164.58.199.19:2537;
-        vrf-import COMANCHE_PS-VRF-IMPORT;
-        vrf-export COMANCHE_PS-VRF-EXPORT;
+        vrf-import COMANCHE-PS-VRF-IMPORT;
+        vrf-export COMANCHE-PS-VRF-EXPORT;
         vrf-target target:5078:2537;
         vrf-table-label;
-        routing-options {
-            static {
-                route 0.0.0.0/0 next-hop 10.20.0.2;
-            }
-        }
     }
     ODOT-VPLS-2527 {
         description ODOT-VPLS;



More information about the Nocrancid mailing list