[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue May 2 16:04:42 CDT 2017


Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net	(revision 152881)
+++ configs/allen-public-library.client.onenet.net	(working copy)
@@ -133,10 +133,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/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 152902)
+++ 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-05-02 15:08:04 CDT by joel via cli commit confirmed, rollback in 5mins synchronize
 #   2017-05-02 14:06:25 CDT by joel via cli commit synchronize
 #   2017-05-02 11:31:14 CDT by andrew via cli commit synchronize
 #   2017-05-02 10:44:33 CDT by joel via cli commit synchronize
 #   2017-05-02 10:41:08 CDT by andrew via cli commit synchronize
 #   2017-05-02 10:39:57 CDT by andrew via cli commit synchronize
-#   2017-05-02 10:20:19 CDT by sean via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -437,7 +437,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-05-02 14:06 CDT  by joel
+# Last configured: 2017-05-02 15:08 CDT  by joel
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1334,7 +1334,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-05-02 14:06:25 CDT by joel
+## Last commit: 2017-05-02 15:08:04 CDT by joel
 version 13.3R9.13;
 groups {
     re0 {
@@ -9232,7 +9232,6 @@
         route 164.58.69.120/29 next-hop 164.58.63.34;
         route 164.58.180.192/28 next-hop 156.110.27.10;
         route 164.58.19.216/29 next-hop 156.110.27.10;
-        route 156.110.38.208/28 next-hop 164.58.0.215;
     }
     router-id 164.58.199.214;
     autonomous-system 5078;
@@ -9605,6 +9604,34 @@
                 peer-as 64609;
             }
         }
+        group EBGP-ETN-LAB-VMX-V4 {
+            type external;
+            family inet {
+                unicast;
+            }
+            neighbor 164.58.0.215 {
+                description "EBGP-ETN-LAB-VMX-V4 [NO-MONITOR]";
+                import EBGP-ETN-LAB-VMX-V4-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-ETN-LAB-VMX-V4-EXPORT;
+                remove-private all;
+                peer-as 64611;
+            }
+        }
+        group EBGP-ETN-LAB-VMX-V6 {
+            type external;
+            family inet6 {
+                unicast;
+            }
+            neighbor 2610:1d8:1300::9 {
+                description "EBGP-ETN-LAB-VMX-V6 [NO-MONITOR]";
+                import EBGP-ETN-LAB-VMX-V6-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-ETN-LAB-VMX-V6-EXPORT;
+                remove-private all;
+                peer-as 64611;
+            }
+        }
     }
     isis {
         apply-groups ISIS-L2-INTERFACE;
@@ -10357,6 +10384,12 @@
         164.58.157.0/26;
         164.58.167.128/28;
     }
+    prefix-list EBGP-ETN-LAB-VMX-V4-PREFIXES {
+        156.110.38.208/28;
+    }
+    prefix-list EBGP-ETN-LAB-VMX-V6-PREFIXES {
+        2610:1d8:1304::/48;
+    }
     policy-statement AREON-PREFIX-LIST {
         term prefixes {
             from {
@@ -11093,6 +11126,50 @@
             then reject;
         }
     }
+    policy-statement EBGP-ETN-LAB-VMX-V4-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ETN-LAB-VMX-V4-IMPORT {
+        term ACCEPT-ROUTES {
+            from {
+                prefix-list-filter EBGP-ETN-LAB-VMX-V4-PREFIXES orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ETN-LAB-VMX-V6-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter ::/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-ETN-LAB-VMX-V6-IMPORT {
+        term ACCEPT-ROUTES {
+            from {
+                prefix-list-filter EBGP-ETN-LAB-VMX-V6-PREFIXES orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-FAA-IMPORT {
         term prefixes {
             from {
Index: configs/haynie-public-library.client.onenet.net
===================================================================
--- configs/haynie-public-library.client.onenet.net	(revision 152902)
+++ configs/haynie-public-library.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at HAYNIE-PUBLIC-LIBRARY-004352> show system commit 
+#   2017-05-02 15:05:00 CDT by joel via cli
 #   2017-01-19 09:28:02 CST by joel via cli
 #   2016-11-16 13:48:44 CST by joel via cli
 #   2016-09-22 17:00:40 CDT by joel via cli
 #   2016-09-22 14:58:53 CDT by joel via cli
 #   2016-08-30 18:14:58 CDT by admin via cli
-#   2016-08-30 17:10:33 CDT by root via cli
 # grnoc-mon at HAYNIE-PUBLIC-LIBRARY-004352> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -96,7 +96,7 @@
 # grnoc-mon at HAYNIE-PUBLIC-LIBRARY-004352> show system uptime 
 # System booted: 2017-05-02 14:22 CDT 
 # Protocols started: 2017-05-02 14:24 CDT 
-# Last configured: 2017-01-19 09:28 CST  by joel
+# Last configured: 2017-05-02 15:05 CDT  by joel
 # 
 # grnoc-mon at HAYNIE-PUBLIC-LIBRARY-004352> show interface terse 
 #Interface Admin Link
@@ -141,10 +141,11 @@
 #vlan up up
 #vlan.999 up down
 # grnoc-mon at HAYNIE-PUBLIC-LIBRARY-004352> show configuration 
-## Last commit: 2017-01-19 09:28:02 CST by joel
+## Last commit: 2017-05-02 15:05:00 CDT by joel
 version 12.1X46-D20.5;
 system {
     host-name HAYNIE-PUBLIC-LIBRARY-004352;
+    auto-snapshot;
     domain-name onenet.net;
     time-zone America/Chicago;
     authentication-order [ radius password ];
Index: configs/odot-chandler-regmaint.client.onenet.net
===================================================================
--- configs/odot-chandler-regmaint.client.onenet.net	(revision 152890)
+++ configs/odot-chandler-regmaint.client.onenet.net	(working copy)
@@ -118,8 +118,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 up
-#ge-0/0/1.0 up up
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
 #ge-0/0/2 up down
 #ge-0/0/2.0 up down
 #ge-0/0/3 up down
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net	(revision 152900)
+++ configs/odmhsas.central-office.okc.client.onenet.net	(working copy)
@@ -181,7 +181,7 @@
 #st0.15 up up
 #st0.16 up down
 #st0.17 up up
-#st0.18 up up
+#st0.18 up down
 #st0.19 up up
 #st0.20 up up
 #st0.21 up up
Index: configs/odmhsas-ncbh-fairview.client.onenet.net
===================================================================
--- configs/odmhsas-ncbh-fairview.client.onenet.net	(revision 152900)
+++ configs/odmhsas-ncbh-fairview.client.onenet.net	(working copy)
@@ -148,8 +148,8 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up up
-#st0.2 up up
+#st0.1 up down
+#st0.2 up down
 #tap up up
 #vlan up up
 #vlan.4 up up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 152890)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -324,7 +324,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down down
+#fe-2/1/3 down up
 #ge-2/2/0 up up
 #ge-2/2/0.0 up up
 #pc-2/2/0 up up
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 152900)
+++ 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/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 152902)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -674,7 +674,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 152902)
+++ 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-05-02 15:57:20 CDT by andrew via cli commit synchronize
+#   2017-05-02 15:34:07 CDT by andrew via cli commit synchronize
 #   2017-05-02 13:58:05 CDT by andrew via cli commit synchronize
 #   2017-05-02 13:21:06 CDT by andrew via cli commit synchronize
 #   2017-05-02 13:17:38 CDT by andrew via cli commit synchronize
 #   2017-05-02 13:05:05 CDT by andrew via cli commit synchronize
-#   2017-05-02 13:00:59 CDT by andrew via cli commit synchronize
-#   2017-05-02 12:10:55 CDT by sean via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -449,7 +449,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-05-02 13:58 CDT  by andrew
+# Last configured: 2017-05-02 15:57 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -1133,7 +1133,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-05-02 13:58:05 CDT by andrew
+## Last commit: 2017-05-02 15:57:20 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -2649,7 +2649,7 @@
             }
         }
         unit 946 {
-            description "DHS-CORDELL-LOWBER-MGMT-10M-CIR0019716 [ORDERED]";
+            description DHS-CORDELL-LOWBER-MGMT-10M-CIR0019716;
             bandwidth 10m;
             vlan-tags outer 946 inner 500;
             family inet {
@@ -3247,7 +3247,7 @@
             family inet;
         }
         unit 1007 {
-            description "DHS-SAYRE-S-3RD-MGMT-50M-CIR0019687 [ORDERED]";
+            description DHS-SAYRE-S-3RD-MGMT-50M-CIR0019687;
             bandwidth 50m;
             vlan-tags outer 1007 inner 500;
             family inet {
@@ -3593,7 +3593,7 @@
             }
         }
         unit 1946 {
-            description "DHS-CORDELL-LOWBER-DATA-10M-CIR0019716 [ORDERED]";
+            description DHS-CORDELL-LOWBER-DATA-10M-CIR0019716;
             bandwidth 10m;
             vlan-tags outer 946 inner 501;
             family inet {
@@ -4169,7 +4169,7 @@
             }
         }
         unit 2007 {
-            description "DHS-SAYRE-S-3RD-DATA-50M-CIR0019687 [ORDERED]";
+            description DHS-SAYRE-S-3RD-DATA-50M-CIR0019687;
             bandwidth 50m;
             vlan-tags outer 1007 inner 501;
             family inet {
@@ -4478,7 +4478,7 @@
             }
         }
         unit 2946 {
-            description "DHS-CORDELL-LOWBER-GUEST-10M-CIR0019716 [ORDERED]";
+            description DHS-CORDELL-LOWBER-GUEST-10M-CIR0019716;
             bandwidth 10m;
             vlan-tags outer 946 inner 502;
             family inet {
@@ -5054,7 +5054,7 @@
             }
         }
         unit 3007 {
-            description "DHS-SAYRE-S-3RD-GUEST-50M-CIR0019687 [ORDERED]";
+            description DHS-SAYRE-S-3RD-GUEST-50M-CIR0019687;
             bandwidth 50m;
             vlan-tags outer 1007 inner 502;
             family inet {
@@ -17316,6 +17316,7 @@
                 route 10.12.232.0/24 next-hop 10.119.52.91;
                 route 10.12.62.0/24 next-hop 10.119.52.57;
                 route 10.12.32.0/24 next-hop 10.119.52.217;
+                route 10.13.172.0/24 next-hop 10.119.52.87;
             }
         }
         protocols {
@@ -17445,6 +17446,7 @@
                 route 172.25.7.16/29 next-hop 10.119.56.91;
                 route 172.25.8.16/29 next-hop 10.119.56.57;
                 route 172.25.5.16/29 next-hop 10.119.56.217;
+                route 172.25.75.16/29 next-hop 10.119.56.87;
             }
         }
         protocols {
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 152759)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -598,6 +598,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/perry-ps.client.onenet.net
===================================================================
--- configs/perry-ps.client.onenet.net	(revision 151770)
+++ configs/perry-ps.client.onenet.net	(working copy)
@@ -143,8 +143,8 @@
 #ge-0/0/11 down down
 #ge-0/0/12 down down
 #ge-0/0/13 down down
-#ge-0/0/14 up up
-#ge-0/0/14.0 up up
+#ge-0/0/14 up down
+#ge-0/0/14.0 up down
 #ge-0/0/15 up up
 #ge-0/0/15.0 up up
 #fxp2 up up
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 152899)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -265,8 +265,8 @@
 #ge-0/0/44.0 up down
 #ge-0/0/45 up down
 #ge-0/0/45.0 up down
-#ge-0/0/46 up down
-#ge-0/0/46.0 up down
+#ge-0/0/46 up up
+#ge-0/0/46.0 up up
 #ge-0/0/47 up down
 #ge-0/0/47.0 up down
 #xe-0/1/0 up up



More information about the Nocrancid mailing list