[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sat Aug 19 18:05:39 CDT 2017
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 155912)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -630,7 +630,6 @@
# 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/olustee-eldorado-ps.client.onenet.net
===================================================================
--- configs/olustee-eldorado-ps.client.onenet.net (revision 155912)
+++ configs/olustee-eldorado-ps.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OLUSTEE-ELDORADO-PS-LR-005451> show system commit
+# 2017-08-19 17:51:36 CDT by joel via cli
+# 2017-08-19 17:49:20 CDT by joel via cli
# 2017-08-19 16:18:59 CDT by joel via cli
# 2017-08-19 16:09:01 CDT by joel via cli
# 2017-08-19 16:07:28 CDT by joel via cli
# 2017-08-19 15:59:20 CDT by joel via cli
-# 2017-08-19 15:56:07 CDT by joel via cli
-# 2017-08-19 15:52:17 CDT by joel via cli commit confirmed, rollback in 5mins
# grnoc-mon at OLUSTEE-ELDORADO-PS-LR-005451> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -136,7 +136,7 @@
# Time Source: NTP CLOCK
# System booted: 2017-08-19 12:50 CDT
# Protocols started: 2017-08-19 12:50 CDT
-# Last configured: 2017-08-19 16:18 CDT by joel
+# Last configured: 2017-08-19 17:51 CDT by joel
#
# grnoc-mon at OLUSTEE-ELDORADO-PS-LR-005451> show interface terse
#Interface Admin Link
@@ -194,7 +194,7 @@
#vlan up down
#vtep up up
# grnoc-mon at OLUSTEE-ELDORADO-PS-LR-005451> show configuration
-## Last commit: 2017-08-19 16:18:59 CDT by joel
+## Last commit: 2017-08-19 17:51:36 CDT by joel
version 15.1X49-D90.7;
groups {
DENY-ALL-ELSE {
@@ -333,6 +333,9 @@
group TEST-DHCP {
interface irb.999;
}
+ group TRUST-DHCP {
+ interface ge-0/0/7.0;
+ }
}
}
syslog {
@@ -569,6 +572,7 @@
system-services {
ping;
traceroute;
+ dhcp;
}
}
}
@@ -774,6 +778,25 @@
}
}
}
+ pool TRUST-POOL {
+ family inet {
+ network 172.16.0.0/16;
+ range TRUST-RANGE {
+ low 172.16.0.10;
+ high 172.16.0.250;
+ }
+ dhcp-attributes {
+ domain-name olustee-ps.local;
+ name-server {
+ 164.58.200.200;
+ 156.110.200.200;
+ }
+ router {
+ 172.16.1.1;
+ }
+ }
+ }
+ }
}
}
switch-options {
More information about the Nocrancid
mailing list