[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Nov 3 16:04:08 CDT 2016


Index: configs/core.hut.law.onenet.net
===================================================================
--- configs/core.hut.law.onenet.net	(revision 147625)
+++ configs/core.hut.law.onenet.net	(working copy)
@@ -26,16 +26,6 @@
 #       TFEB 0 TBB PFE Chip            OK        
 #       TFEB 0 TFEB PCIE TSen          OK        
 #       TFEB 0 TFEB PCIE Chip          OK        
-#       TFEB 0 QX 0 TSen               OK        
-#       TFEB 0 QX 0 Chip               OK        
-#       TFEB 0 LU 0 TSen               OK        
-#       TFEB 0 LU 0 Chip               OK        
-#       TFEB 0 MQ 0 TSen               OK        
-#       TFEB 0 MQ 0 Chip               OK        
-#       TFEB 0 TBB PFE TSen            OK        
-#       TFEB 0 TBB PFE Chip            OK        
-#       TFEB 0 TFEB PCIE TSen          OK        
-#       TFEB 0 TFEB PCIE Chip          OK        
 # Fans  Fan 1                          OK
 #       Fan 2                          OK
 #       Fan 3                          OK
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 147830)
+++ 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/canadian-ps.client.onenet.net
===================================================================
--- configs/canadian-ps.client.onenet.net	(revision 147831)
+++ configs/canadian-ps.client.onenet.net	(working copy)
@@ -171,7 +171,7 @@
 #vlan.3 up up
 #vlan.999 up down
 # grnoc-mon at CANADIAN-PS-SRX240-LR-004907> show configuration 
-warning: error writing(valid) /var/db/feature.db: expecting 9202 bytes, only wrote 0
+warning: error writing(valid) /var/db/feature.db: expecting 9205 bytes, only wrote 0
 ## Last commit: 2016-06-23 13:05:01 CDT by admin
 version 12.1X46-D20.5;
 system {
Index: configs/doh-okemah.client.onenet.net
===================================================================
--- configs/doh-okemah.client.onenet.net	(revision 147831)
+++ configs/doh-okemah.client.onenet.net	(working copy)
@@ -123,8 +123,8 @@
 #ge-0/0/2 down down
 #ge-0/0/3 down down
 #ge-0/0/4 down 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 down down
 #ge-0/0/7 down down
 #t1-1/0/0 up up
Index: configs/moyers-ps.client.onenet.net
===================================================================
--- configs/moyers-ps.client.onenet.net	(revision 147831)
+++ configs/moyers-ps.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MOYERS-PS-LR-5276> show system commit 
+#   2016-11-03 15:58:52 CDT by aberrios via cli
+#   2016-11-03 15:52:10 CDT by aberrios via cli
+#   2016-11-03 15:50:55 CDT by aberrios via cli
 #   2016-10-31 19:11:50 CDT by root via cli
 #   2016-10-31 18:40:54 CDT by root via cli
 #   2016-07-25 23:23:24 CDT by root via other
-#   2016-06-26 01:57:36 CDT by root via other
-# rescue  2016-11-02 16:31:29 CDT by root via recovery-mgmt
-# 
 # grnoc-mon at MOYERS-PS-LR-5276> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -119,7 +119,7 @@
 # Time Source:  NTP CLOCK 
 # System booted: 2016-11-02 13:25 CDT 
 # Protocols started: 2016-11-02 13:25 CDT 
-# Last configured: 2016-10-31 19:11 CDT  by root
+# Last configured: 2016-11-03 16:02 CDT  by aberrios
 # 
 # grnoc-mon at MOYERS-PS-LR-5276> show interface terse 
 #Interface Admin Link
@@ -173,7 +173,7 @@
 #vlan up down
 #vtep up up
 # grnoc-mon at MOYERS-PS-LR-5276> show configuration 
-## Last commit: 2016-10-31 19:11:50 CDT by root
+## Last commit: 2016-11-03 16:02:25 CDT by aberrios
 version 15.1X49-D50.3;
 system {
     host-name MOYERS-PS-LR-5276;
@@ -376,20 +376,21 @@
                 }
             }
         }
-    }
-    zones {
-        security-zone TRUST {
-            interfaces {
-                ge-0/0/7.0 {
-                    host-inbound-traffic {
-                        system-services {
-                            ping;
-                            traceroute;
-                        }
-                    }
+        from-zone UNTRUST to-zone UNTRUST {
+            policy TRUST-TO-UNTRUST {
+                match {
+                    source-address any;
+                    destination-address any;
+                    application any;
                 }
+                then {
+                    permit;
+                }
             }
         }
+    }
+    zones {
+        security-zone TRUST;
         security-zone TEST {
             interfaces {
                 ge-0/0/1.0 {
@@ -416,6 +417,14 @@
                         }
                     }
                 }
+                ge-0/0/7.0 {
+                    host-inbound-traffic {
+                        system-services {
+                            ping;
+                            traceroute;
+                        }
+                    }
+                }
             }
         }
     }
@@ -454,9 +463,10 @@
     }
     ge-0/0/7 {
         unit 0 {
-            description "TRUST - 172.16.1.1/24";
+            description "UNTRUST - 164.58.209.145/29";
             family inet {
                 address 172.16.1.1/24;
+                address 164.58.209.145/29;
             }
         }
     }
@@ -513,6 +523,7 @@
 routing-options {
     static {
         route 0.0.0.0/0 next-hop 156.110.25.252;
+        route 164.58.209.144/29 next-hop [ 156.110.58.130 156.110.25.253 ];
     }
 }
 policy-options {
Index: configs/odot-claremore-residence.client.onenet.net
===================================================================
--- configs/odot-claremore-residence.client.onenet.net	(revision 146766)
+++ configs/odot-claremore-residence.client.onenet.net	(working copy)
@@ -108,8 +108,8 @@
 # total files: 1
 # 
 # grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show system uptime 
-# System booted: 2016-09-25 09:05 CDT 
-# Protocols started: 2016-09-25 09:07 CDT 
+# System booted: 2016-11-03 15:09 CDT 
+# Protocols started: 2016-11-03 15:11 CDT 
 # Last configured: 2016-08-30 13:11 CDT  by sky
 # 
 # grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show interface terse 
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 147827)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -674,6 +674,7 @@
 # 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/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 147824)
+++ 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