[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Oct 23 14:04:51 CDT 2017


Index: configs/odot-pauls-valley-regmaint.client.onenet.net
===================================================================
--- configs/odot-pauls-valley-regmaint.client.onenet.net	(revision 158158)
+++ configs/odot-pauls-valley-regmaint.client.onenet.net	(working copy)
@@ -140,8 +140,8 @@
 #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
-#ge-0/0/6.0 up up
+#ge-0/0/6 up down
+#ge-0/0/6.0 up down
 #ge-0/0/7 up up
 #ge-0/0/7.0 up up
 #t1-1/0/0 down down
Index: configs/tul-adva.p.onenet.net
===================================================================
--- configs/tul-adva.p.onenet.net	(revision 158160)
+++ configs/tul-adva.p.onenet.net	(working copy)
@@ -450,7 +450,7 @@
         <interface name="CH-5-8-NE" abbr_name="CH-5-8-NE" admin_state="up" spanning_tree_metric="" description="20513P 10GE TULSA - Cameron U" type="MUX" monitoring_state="no-monitor"></interface>
       </part>
       <part name="MOD-5-13" description="8ROADM-C40" hw_version="" part_id="8ROADM-C40" part_num="" serial_number="FA72122100753" slot="MOD-5-13" vendor_id="ADVA">
-        <interface name="VCH-5-13-C27" abbr_name="VCH-5-13-C27" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+        <interface name="VCH-5-13-C27" abbr_name="VCH-5-13-C27" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="VCH-5-13-N20" abbr_name="VCH-5-13-N20" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="VCH-5-13-N22" abbr_name="VCH-5-13-N22" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="VCH-5-13-N27" abbr_name="VCH-5-13-N27" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 158160)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -158,8 +158,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/carney-ps.client.onenet.net
===================================================================
--- configs/carney-ps.client.onenet.net	(revision 158071)
+++ configs/carney-ps.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CARNEY-PS-LR-004631> show system commit 
+#   2017-10-23 13:17:12 CDT by aberrios via cli
 #   2017-08-27 18:19:51 CDT by root via other
 #   2017-08-21 11:13:50 CDT by sky via cli
 #   2017-07-23 15:06:13 CDT by root via other
 #   2017-07-05 11:49:22 CDT by sean via cli
 #   2017-07-05 11:33:55 CDT by sean via cli
-#   2017-06-19 16:09:07 CDT by sky via cli commit confirmed, rollback in 2mins
 # grnoc-mon at CARNEY-PS-LR-004631> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -113,7 +113,7 @@
 # grnoc-mon at CARNEY-PS-LR-004631> show system uptime 
 # System booted: 2017-10-21 21:07 CDT 
 # Protocols started: 2017-10-21 21:11 CDT 
-# Last configured: 2017-08-27 18:19 CDT  by root
+# Last configured: 2017-10-23 13:17 CDT  by aberrios
 # 
 # grnoc-mon at CARNEY-PS-LR-004631> show interface terse 
 #Interface Admin Link
@@ -159,7 +159,7 @@
 #vlan.3 up up
 #vlan.999 up down
 # grnoc-mon at CARNEY-PS-LR-004631> show configuration 
-## Last commit: 2017-08-27 18:19:51 CDT by root
+## Last commit: 2017-10-23 13:17:12 CDT by aberrios
 version 12.3X48-D40.5;
 system {
     host-name CARNEY-PS-LR-004631;
@@ -307,6 +307,7 @@
             address NET-199.36.248.0/22 199.36.248.0/22;
             address NET-199.87.120.0/22 199.87.120.0/22;
             address NET-162.250.60.0/22 162.250.60.0/22;
+            address HOST-172.16.2.94 172.16.2.94/32;
         }
     }
     alg {
@@ -366,8 +367,20 @@
             }
         }
         static {
-            rule-set rs1 {
+            rule-set STATIC-NAT-UNTRUST {
                 from zone UNTRUST;
+                rule 156_110_50_209 {
+                    match {
+                        destination-address 156.110.50.209/32;
+                    }
+                    then {
+                        static-nat {
+                            prefix {
+                                172.16.2.94/32;
+                            }
+                        }
+                    }
+                }
                 rule r1 {
                     match {
                         destination-address 156.110.50.210/32;
@@ -429,6 +442,16 @@
                     permit;
                 }
             }
+            policy 20172310101 {
+                match {
+                    source-address any;
+                    destination-address HOST-172.16.2.94;
+                    application junos-ssh;
+                }
+                then {
+                    permit;
+                }
+            }
         }
     }
     zones {
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 158152)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -424,7 +424,7 @@
 #fe-2/1/1 up up
 #fe-2/1/1.0 up up
 #fe-2/1/2 up down
-#fe-2/1/3 down down
+#fe-2/1/3 down up
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 158160)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -113,7 +113,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/doh-beaver.client.onenet.net
===================================================================
--- configs/doh-beaver.client.onenet.net	(revision 158156)
+++ configs/doh-beaver.client.onenet.net	(working copy)
@@ -112,8 +112,8 @@
 # total files: 1
 # 
 # grnoc-mon at DOH-BEAVER-SRX220> show system uptime 
-# System booted: 2017-10-23 10:27 CDT 
-# Protocols started: 2017-10-23 10:29 CDT 
+# System booted: 2017-10-23 13:17 CDT 
+# Protocols started: 2017-10-23 13:20 CDT 
 # Last configured: 2016-07-22 17:45 CDT  by admin
 # 
 # grnoc-mon at DOH-BEAVER-SRX220> show interface terse 
Index: configs/pushmataha-fmc-clayton.client.onenet.net
===================================================================
--- configs/pushmataha-fmc-clayton.client.onenet.net	(revision 158150)
+++ configs/pushmataha-fmc-clayton.client.onenet.net	(working copy)
@@ -157,8 +157,8 @@
 #ge-0/0/12 down down
 #ge-0/0/13 up up
 #ge-0/0/13.0 up up
-#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



More information about the Nocrancid mailing list