[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Aug 25 04:03:48 CDT 2016
Index: configs/quapaw-ps.client.onenet.net
===================================================================
--- configs/quapaw-ps.client.onenet.net (revision 145875)
+++ configs/quapaw-ps.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at QUAPAW-PS-LR-004903> show system commit
+# 2016-08-25 03:50:02 CDT by joel via cli commit confirmed, rollback in 3mins
# 2015-10-21 11:06:00 CDT by joel via cli commit confirmed, rollback in 5mins
# 2015-10-20 15:08:44 CDT by joel via cli
# 2015-10-20 11:29:17 CDT by joel via cli
# 2015-10-20 10:41:39 CDT by admin via cli
# 2015-10-20 10:10:37 CDT by admin via cli commit confirmed, rollback in 3mins
-# 2015-10-20 09:40:26 CDT by joel via cli commit confirmed, rollback in 5mins
# grnoc-mon at QUAPAW-PS-LR-004903> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -116,7 +116,7 @@
# grnoc-mon at QUAPAW-PS-LR-004903> show system uptime
# System booted: 2016-08-22 09:03 CDT
# Protocols started: 2016-08-22 09:07 CDT
-# Last configured: 2015-10-21 11:06 CDT by joel
+# Last configured: 2016-08-25 03:50 CDT by joel
#
# grnoc-mon at QUAPAW-PS-LR-004903> show interface terse
#Interface Admin Link
@@ -179,7 +179,7 @@
#vlan.900 up down
#vlan.999 up down
# grnoc-mon at QUAPAW-PS-LR-004903> show configuration
-## Last commit: 2015-10-21 11:06:00 CDT by joel
+## Last commit: 2016-08-25 03:50:02 CDT by joel
version 12.1X44-D35.5;
system {
host-name QUAPAW-PS-LR-004903;
@@ -659,6 +659,30 @@
}
}
}
+ rule NAT-UNTRUST-TO-UNIFI {
+ match {
+ destination-address 164.58.58.99/32;
+ }
+ then {
+ static-nat {
+ prefix {
+ 172.16.0.12/32;
+ }
+ }
+ }
+ }
+ rule NAT-UNTRUST-TO-ESXI {
+ match {
+ destination-address 164.58.58.100/32;
+ }
+ then {
+ static-nat {
+ prefix {
+ 172.16.0.9/32;
+ }
+ }
+ }
+ }
}
}
}
@@ -999,6 +1023,32 @@
permit;
}
}
+ policy STATIC-NAT-UNIFI {
+ match {
+ source-address ONENET-164.58.69.122/32;
+ destination-address HOST-UNIFI-CONTROLLER-172.16.0.12/32;
+ application any;
+ }
+ then {
+ permit;
+ log {
+ session-close;
+ }
+ }
+ }
+ policy STATIC-NAT-ESXI {
+ match {
+ source-address ONENET-164.58.69.122/32;
+ destination-address ESXI-172.16.0.9/32;
+ application any;
+ }
+ then {
+ permit;
+ log {
+ session-init;
+ }
+ }
+ }
}
}
zones {
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 145890)
+++ 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
More information about the Nocrancid
mailing list