[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Aug 5 21:04:48 CDT 2016
Index: configs/odot-hugo-regmaint.client.onenet.net
===================================================================
--- configs/odot-hugo-regmaint.client.onenet.net (revision 145329)
+++ configs/odot-hugo-regmaint.client.onenet.net (working copy)
@@ -152,7 +152,6 @@
#vlan.500 up up
#vlan.501 up up
# grnoc-mon at ODOT-HUGO-REGMAINT-SRX210> show configuration
-warning: error writing(valid) /var/db/feature.db: expecting 9205 bytes, only wrote 0
## Last commit: 2016-07-26 10:24:58 CDT by andrew
version 12.1X46-D20.5;
system {
Index: configs/city-of-lawton.client.onenet.net
===================================================================
--- configs/city-of-lawton.client.onenet.net (revision 145120)
+++ configs/city-of-lawton.client.onenet.net (working copy)
@@ -1,14 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at CITY-OF-LAWTON-TAG-005231> show system commit
+# 2016-08-05 20:57:31 CDT by joel via cli commit confirmed, rollback in 3mins
# 2016-07-29 09:32:24 CDT by joel via cli commit confirmed, rollback in 3mins
# 2016-07-29 09:28:02 CDT by joel via cli commit confirmed, rollback in 3mins
# 2016-07-27 18:51:57 CDT by joel via cli
# 2016-07-27 19:10:23 CDT by root via cli
# 2016-07-27 18:52:45 CDT by root via other
-# 2016-07-26 18:11:18 CDT by root via other
-# rescue 2016-07-27 18:56:39 CDT by joel via cli
-#
# grnoc-mon at CITY-OF-LAWTON-TAG-005231> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -118,7 +116,7 @@
# Time Source: NTP CLOCK
# System booted: 2016-07-27 15:02 CDT
# Protocols started: 2016-07-27 15:02 CDT
-# Last configured: 2016-07-29 09:32 CDT by joel
+# Last configured: 2016-08-05 20:57 CDT by joel
#
# grnoc-mon at CITY-OF-LAWTON-TAG-005231> show interface terse
#Interface Admin Link
@@ -173,7 +171,7 @@
#vlan up down
#vtep up up
# grnoc-mon at CITY-OF-LAWTON-TAG-005231> show configuration
-## Last commit: 2016-07-29 09:32:24 CDT by joel
+## Last commit: 2016-08-05 20:57:31 CDT by joel
version 15.1X49-D50.3;
system {
host-name CITY-OF-LAWTON-TAG-005231;
@@ -710,6 +708,9 @@
description "Trustwave Content Filter - Outside Source IP for Support";
wildcard-address 208.90.236.133/32;
}
+ address ABUSE-149.202.198.122 {
+ wildcard-address 149.202.198.122/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;
@@ -811,6 +812,9 @@
address TRUSTWAVE-SUPPORT-1-208.90.236.132;
address TRUSTWAVE-SUPPORT-2-208.90.236.133;
}
+ address-set ABUSE {
+ address ABUSE-149.202.198.122;
+ }
}
}
screen {
@@ -1115,6 +1119,19 @@
}
}
from-zone UNTRUST to-zone TRUST {
+ policy ABUSE-DENY {
+ match {
+ source-address ABUSE;
+ destination-address any;
+ application any;
+ }
+ then {
+ deny;
+ log {
+ session-init;
+ }
+ }
+ }
policy ALLOW-TO-CITY-OF {
description "www ftp access to www.cityof.lawton.ok.us";
match {
More information about the Nocrancid
mailing list