[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Oct 26 10:04:46 CDT 2017


Index: configs/core.hut.sal.onenet.net
===================================================================
--- configs/core.hut.sal.onenet.net	(revision 158311)
+++ configs/core.hut.sal.onenet.net	(working copy)
@@ -26,6 +26,16 @@
 #       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/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 158308)
+++ 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/odmhsas-ncbh-guymon.client.onenet.net
===================================================================
--- configs/odmhsas-ncbh-guymon.client.onenet.net	(revision 158252)
+++ configs/odmhsas-ncbh-guymon.client.onenet.net	(working copy)
@@ -159,7 +159,7 @@
 #ppe0 up up
 #st0 up up
 #st0.1 up up
-#st0.2 up up
+#st0.2 up down
 #tap up up
 #vlan up up
 #vlan.4 up up
Index: configs/city-of-lawton.client.onenet.net
===================================================================
--- configs/city-of-lawton.client.onenet.net	(revision 158311)
+++ configs/city-of-lawton.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CITY-OF-LAWTON-005231> show system commit 
+#   2017-10-26 09:55:13 CDT by joel via cli commit confirmed, rollback in 5mins
+#   2017-10-26 09:25:12 CDT by joel via cli commit confirmed, rollback in 5mins
 #   2017-10-26 08:52:45 CDT by joel via cli
 #   2017-10-26 08:47:00 CDT by joel via cli
 #   2017-10-26 08:20:53 CDT by joel via cli
 #   2017-10-18 18:22:37 CDT by joel via cli
-#   2017-10-18 18:16:22 CDT by joel via cli commit confirmed, rollback in 5mins
-#   2017-10-18 18:00:41 CDT by joel via cli
 # grnoc-mon at CITY-OF-LAWTON-005231> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -135,7 +135,7 @@
 # Time Source:  NTP CLOCK 
 # System booted: 2017-10-14 08:44 CDT 
 # Protocols started: 2017-10-14 08:44 CDT 
-# Last configured: 2017-10-26 08:52 CDT  by joel
+# Last configured: 2017-10-26 09:55 CDT  by joel
 # 
 # grnoc-mon at CITY-OF-LAWTON-005231> show interface terse 
 #Interface Admin Link
@@ -234,7 +234,7 @@
 #vlan up down
 #vtep up up
 # grnoc-mon at CITY-OF-LAWTON-005231> show configuration 
-## Last commit: 2017-10-26 08:52:45 CDT by joel
+## Last commit: 2017-10-26 09:55:13 CDT by joel
 version 15.1X49-D90.7;
 groups {
     ABUSE-DENY {
@@ -1148,6 +1148,9 @@
                 description Server4;
                 172.16.1.18/32;
             }
+            address LPD-USERS-10.1.4.0/23 10.1.4.0/23;
+            address USER-GILRON-PC-10.1.0.42 10.1.0.42/32;
+            address SERVER-LANDESK-172.16.1.111 172.16.1.111/32;
             address-set VERIZON-STATIC-FT-SILL-1 {
                 description "Fort Sill MP Static IPs for CAD Access";
                 address VERIZON-STATIC-FT-SILL-1-166.148.145.240;
@@ -2340,6 +2343,20 @@
                     source-address TR-0100-USERS-10.1.0.0/16;
                 }
             }
+            policy DELETE-ME-ALLOW-GILRON-OUT-FOR-WEB-MIGRATION {
+                match {
+                    source-address USER-GILRON-PC-10.1.0.42;
+                    destination-address any;
+                    application [ NON-STANDARD-SSH junos-ssh OPENVPN GIT-HUB junos-ntp SNMP ];
+                }
+                then {
+                    permit;
+                    log {
+                        session-init;
+                        session-close;
+                    }
+                }
+            }
             policy LAWTONPD-TO-OLETS {
                 match {
                     source-address LAWTONPD;
@@ -2397,6 +2414,20 @@
         }
         from-zone TR-0100-USERS to-zone TRUST {
             apply-groups [ MAINFRAME-TRAFFIC SERVICES-TO-SERVERS ];
+            policy CITY-HALL-ANNEX-TO-LANDESK {
+                match {
+                    source-address CITY-HALL-ANNEX-10.1.0.0/23;
+                    destination-address SERVER-LANDESK-172.16.1.111;
+                    application LANDESK;
+                }
+                then {
+                    permit;
+                    log {
+                        session-init;
+                        session-close;
+                    }
+                }
+            }
             policy PUBWORKS-TO-FUELMASTER {
                 match {
                     source-address PUB-WORKS-10.1.16.0/23;
@@ -2410,6 +2441,19 @@
                     }
                 }
             }
+            policy LPD-USERS-TO-LPD-SERVER {
+                match {
+                    source-address LPD-USERS-10.1.4.0/23;
+                    destination-address SERVER2-LAWTONPD-INSIDE-172.16.1.53;
+                    application APPLICATION-XTENDER-SET;
+                }
+                then {
+                    permit;
+                    log {
+                        session-close;
+                    }
+                }
+            }
             policy TR-0100-USERS-TO-SERVER-FINMGMT {
                 match {
                     source-address [ TR-0100-USERS-10.1.0.0/16 SERVER-LNDMGMT-P-172.16.1.206 SERVER-LNDMGMT-T-172.16.1.205 ];
@@ -3997,6 +4041,29 @@
     application OPENVPN {
         term udp-1194 protocol udp destination-port 1194;
     }
+    application LICENSING-SERVER {
+        term tcp-27000-27009 protocol tcp destination-port 27000-27009;
+    }
+    application APPLICATION-XTENDER {
+        term tcp-9251 protocol tcp destination-port 9251;
+        term tcp-8523 protocol tcp destination-port 8523;
+        term tcp-8855 protocol tcp destination-port 8855;
+        term tcp-9300 protocol tcp destination-port 9300;
+        term tcp-9950 protocol tcp destination-port 9950;
+        term tcp-9920 protocol tcp destination-port 9920;
+        term tcp-9151 protocol tcp destination-port 9151;
+        term tcp-1505 protocol tcp destination-port 1505;
+    }
+    application LANDESK {
+        term tcp-49306 protocol tcp destination-port 49306;
+    }
+    application-set APPLICATION-XTENDER-SET {
+        application SQL-PORTS;
+        application junos-http;
+        application junos-sqlnet-v2;
+        application LICENSING-SERVER;
+        application APPLICATION-XTENDER;
+    }
 }
 vlans {
     DMZ-0400-HVAC {
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net	(revision 158123)
+++ configs/core.hut.hen.onenet.net	(working copy)
@@ -295,7 +295,7 @@
 #ge-1/0/1.702 up up
 #ge-1/0/1.703 up up
 #ge-1/0/1.705 up up
-#ge-1/0/1.2703 up up
+#ge-1/0/1.2703 up down
 #ge-1/0/1.3701 up up
 #ge-1/0/1.3702 up up
 #ge-1/0/1.3703 up up
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 158311)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -247,8 +247,8 @@
 #ge-0/0/18.0 up up
 #ge-0/0/19 up up
 #ge-0/0/19.0 up up
-#ge-0/0/20 up up
-#ge-0/0/20.0 up up
+#ge-0/0/20 up down
+#ge-0/0/20.0 up down
 #ge-0/0/21 up up
 #ge-0/0/21.0 up up
 #ge-0/0/22 up up



More information about the Nocrancid mailing list