[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Nov 1 16:01:13 CDT 2013
Index: core.hut.hen.onenet.net
===================================================================
--- core.hut.hen.onenet.net (revision 85286)
+++ core.hut.hen.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at HENRYETTA-MX40> show system commit
+# 2013-11-01 15:16:32 CDT by joel via cli
# 2013-10-01 10:08:36 CDT by joel via cli
# 2013-10-01 10:06:49 CDT by joel via cli commit confirmed, rollback in 2mins
# 2013-10-01 09:52:25 CDT by joel via cli
# 2013-09-30 14:41:02 CDT by joel via cli
# 2013-09-30 14:08:12 CDT by joel via cli
-# 2013-09-30 13:59:43 CDT by joel via cli
# grnoc-mon at HENRYETTA-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -224,7 +224,7 @@
# grnoc-mon at HENRYETTA-MX40> show system uptime
# System booted: 2013-06-10 10:56 CDT
# Protocols started: 2013-06-10 10:58 CDT
-# Last configured: 2013-10-01 10:08 CDT by joel
+# Last configured: 2013-11-01 15:16 CDT by joel
#
# grnoc-mon at HENRYETTA-MX40> show interface terse
#Interface Admin Link
@@ -253,8 +253,9 @@
#ge-1/1/0.32767 up up
#ge-1/1/1 down down
#ge-1/1/2 down down
-#ge-1/1/3 down down
+#ge-1/1/3 up down
#ge-1/1/4 up down
+#ge-1/1/4.0 up down
#ge-1/1/5 up down
#ge-1/1/5.0 up down
#ge-1/1/6 up down
@@ -289,7 +290,7 @@
#pp0 up up
#tap up up
# grnoc-mon at HENRYETTA-MX40> show configuration
-## Last commit: 2013-10-01 10:08:36 CDT by joel
+## Last commit: 2013-11-01 15:16:32 CDT by joel
version 12.3R2.5;
system {
host-name HENRYETTA-MX40;
@@ -504,62 +505,80 @@
disable;
}
ge-1/1/3 {
- disable;
+ description "Hub Appliance - RESERVED [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-1/1/4 {
- description "Hub Appliance [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #1 - HUTHEN";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.145/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTHEN";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.149/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTHEN";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.153/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTHEN";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.181/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTHEN";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.181/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTHEN";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -567,7 +586,7 @@
}
unit 0 {
family inet {
- address 10.10.125.97/29;
+ address 10.10.124.181/30;
}
}
}
@@ -1016,7 +1035,8 @@
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
- interface ge-1/1/4.0; ## 'ge-1/1/4.0' is not defined
+ interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
+ interface ge-1/1/4.0;
interface ge-1/1/5.0;
interface ge-1/1/6.0;
interface ge-1/1/7.0;
@@ -1028,7 +1048,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.98/32 next-hop 10.10.125.98;
+ route 10.10.124.182/32 next-hop 10.10.124.182;
+ route 10.10.125.182/32 next-hop 10.10.125.182;
+ route 10.10.127.182/32 next-hop 10.10.127.182;
+ route 10.10.126.146/32 next-hop 10.10.126.146;
+ route 10.10.126.150/32 next-hop 10.10.126.150;
+ route 10.10.126.154/32 next-hop 10.10.126.154;
}
}
}
Index: core.hut.pra.onenet.net
===================================================================
--- core.hut.pra.onenet.net (revision 85441)
+++ core.hut.pra.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at PRAGUE-MX40> show system commit
+# 2013-11-01 15:13:18 CDT by joel via cli
# 2013-10-22 10:00:16 CDT by rnordmark via cli
# 2013-10-21 16:08:32 CDT by joel via cli
# 2013-10-21 16:08:22 CDT by joel via cli
# 2013-10-21 16:06:38 CDT by joel via cli
# 2013-10-18 11:15:07 CDT by joel via cli
-# 2013-10-18 10:44:31 CDT by joel via cli
# grnoc-mon at PRAGUE-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -228,7 +228,7 @@
# grnoc-mon at PRAGUE-MX40> show system uptime
# System booted: 2013-06-04 15:22 CDT
# Protocols started: 2013-06-04 15:23 CDT
-# Last configured: 2013-10-22 10:00 CDT by rnordmark
+# Last configured: 2013-11-01 15:13 CDT by joel
#
# grnoc-mon at PRAGUE-MX40> show interface terse
#Interface Admin Link
@@ -294,7 +294,7 @@
#pp0 up up
#tap up up
# grnoc-mon at PRAGUE-MX40> show configuration
-## Last commit: 2013-10-22 10:00:16 CDT by rnordmark
+## Last commit: 2013-11-01 15:13:18 CDT by joel
version 12.3R2.5;
system {
host-name PRAGUE-MX40;
@@ -469,7 +469,7 @@
disable;
}
ge-1/1/3 {
- description "Hub Appliance [NO-MONITOR]";
+ description "Hub Appliance - RESERVED [NO-MONITOR]";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -477,8 +477,12 @@
}
}
ge-1/1/4 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
+ description "Hub Appliance - Camera #1 - HUTPRA";
speed 10m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
unit 0 {
family inet {
address 10.10.126.133/30;
@@ -486,7 +490,7 @@
}
}
ge-1/1/5 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
+ description "Hub Appliance - Camera #2 - HUTPRA";
speed 10m;
link-mode full-duplex;
gigether-options {
@@ -499,7 +503,7 @@
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #3 [NO-MONITOR]";
+ description "Hub Appliance - Camera #3 - HUTPRA";
speed 10m;
link-mode full-duplex;
gigether-options {
@@ -512,18 +516,20 @@
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTPRA";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.177/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTPRA";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -536,7 +542,7 @@
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTPRA";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -975,6 +981,7 @@
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
+ interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
interface ge-1/1/4.0;
interface ge-1/1/5.0;
interface ge-1/1/6.0;
@@ -987,12 +994,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.124.90/32 next-hop 10.10.124.90;
+ route 10.10.124.178/32 next-hop 10.10.124.178;
+ route 10.10.125.178/32 next-hop 10.10.125.178;
+ route 10.10.127.178/32 next-hop 10.10.127.178;
route 10.10.126.134/32 next-hop 10.10.126.134;
route 10.10.126.138/32 next-hop 10.10.126.138;
route 10.10.126.142/32 next-hop 10.10.126.142;
- route 10.10.125.178/32 next-hop 10.10.125.178;
- route 10.10.124.178/32 next-hop 10.10.124.178;
}
}
}
Index: core.hut.web.onenet.net
===================================================================
--- core.hut.web.onenet.net (revision 81089)
+++ core.hut.web.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Webbers_Falls-MX40> show system commit
+# 2013-11-01 15:18:42 CDT by joel via cli
# 2013-09-26 14:36:40 CDT by joel via cli
# 2013-09-26 14:35:16 CDT by joel via cli
# 2013-09-26 14:28:59 CDT by joel via cli
# 2013-09-26 14:27:37 CDT by joel via cli
# 2013-09-26 14:18:15 CDT by joel via cli
-# 2013-09-26 14:08:02 CDT by joel via cli
# grnoc-mon at Webbers_Falls-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -224,7 +224,7 @@
# grnoc-mon at Webbers_Falls-MX40> show system uptime
# System booted: 2013-09-09 00:39 CDT
# Protocols started: 2013-09-09 00:40 CDT
-# Last configured: 2013-09-26 14:36 CDT by joel
+# Last configured: 2013-11-01 15:18 CDT by joel
#
# grnoc-mon at Webbers_Falls-MX40> show interface terse
#Interface Admin Link
@@ -255,6 +255,7 @@
#ge-1/1/2 up down
#ge-1/1/3 up down
#ge-1/1/4 up down
+#ge-1/1/4.0 up down
#ge-1/1/5 up down
#ge-1/1/5.0 up down
#ge-1/1/6 up down
@@ -263,8 +264,8 @@
#ge-1/1/7.0 up down
#ge-1/1/8 up up
#ge-1/1/8.0 up up
-#ge-1/1/9 up down
-#ge-1/1/9.0 up down
+#ge-1/1/9 up up
+#ge-1/1/9.0 up up
#cbp0 up up
#demux0 up up
#dsc up up
@@ -289,7 +290,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Webbers_Falls-MX40> show configuration
-## Last commit: 2013-09-26 14:36:40 CDT by joel
+## Last commit: 2013-11-01 15:18:42 CDT by joel
version 12.3R2.5;
system {
host-name Webbers_Falls-MX40;
@@ -468,49 +469,68 @@
family mpls;
}
}
- ge-1/1/4 {
- description "Hub Appliance [NO-MONITOR]";
+ ge-1/1/3 {
+ description "Hub Appliance - RESERVED [NO-MONITOR]";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
}
+ ge-1/1/4 {
+ description "Hub Appliance - Camera #1 - HUTWEB";
+ speed 10m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.126.157/30;
+ }
+ }
+ }
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTWEB";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.161/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTWEB";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.165/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTWEB";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.185/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTWEB";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -518,15 +538,20 @@
}
unit 0 {
family inet {
- address 10.10.125.181/30;
+ address 10.10.125.185/30;
}
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTWEB";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
unit 0 {
family inet {
- address 10.10.124.181/30;
+ address 10.10.124.185/30;
}
}
}
@@ -980,7 +1005,8 @@
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
- interface ge-1/1/4.0; ## 'ge-1/1/4.0' is not defined
+ interface ge-1/1/3.0; ## 'ge-1/1/3.0' is not defined
+ interface ge-1/1/4.0;
interface ge-1/1/5.0;
interface ge-1/1/6.0;
interface ge-1/1/7.0;
@@ -992,8 +1018,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.124.182/32 next-hop 10.10.124.182;
- route 10.10.125.182/32 next-hop 10.10.125.182;
+ route 10.10.124.186/32 next-hop 10.10.124.186;
+ route 10.10.125.186/32 next-hop 10.10.125.186;
+ route 10.10.127.186/32 next-hop 10.10.127.186;
+ route 10.10.126.158/32 next-hop 10.10.126.158;
+ route 10.10.126.162/32 next-hop 10.10.126.162;
+ route 10.10.126.166/32 next-hop 10.10.126.166;
}
}
}
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 87532)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -666,8 +666,8 @@
#ae1.0 up up
#ae2 up up
#ae2.0 up up
-#ae3 up down
-#ae3.0 up down
+#ae3 up up
+#ae3.0 up up
#ae4 up down
#ae5 up down
#cbp0 up up
@@ -692,7 +692,7 @@
#lsi.1049089 up up
#lsi.1049090 up up
#lsi.1049096 up up
-#lsi.2019331 up up
+#lsi.2020867 up up
#mtun up up
#pimd up up
#pime up up
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 87535)
+++ core5.okc.onenet.net (working copy)
@@ -570,8 +570,8 @@
#lsi.1383945 up up
#lsi.1383946 up up
#lsi.1496838 up up
-#lsi.2005254 up up
-#lsi.2005255 up up
+#lsi.2006790 up up
+#lsi.2006791 up up
#mtun up up
#pimd up up
#pime up up
Index: hub.ard.onenet.net
===================================================================
--- hub.ard.onenet.net (revision 87538)
+++ hub.ard.onenet.net (working copy)
@@ -337,8 +337,8 @@
#t1-2/0/3:4.0 up up
#t1-2/0/3:5 up down
#t1-2/0/3:5.0 up down
-#t1-2/0/3:6 up down
-#t1-2/0/3:6.0 up down
+#t1-2/0/3:6 up up
+#t1-2/0/3:6.0 up up
#t1-2/0/3:7 up up
#t1-2/0/3:7.0 up up
#t1-2/0/3:8 up up
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 87541)
+++ core3.okc-m120.onenet.net (working copy)
@@ -497,8 +497,8 @@
#t1-2/3/0:2:20 up down
#t1-2/3/0:2:21 up up
#t1-2/3/0:2:21.0 up up
-#t1-2/3/0:2:22 up down
-#t1-2/3/0:2:22.0 up down
+#t1-2/3/0:2:22 up up
+#t1-2/3/0:2:22.0 up up
#t1-2/3/0:2:23 up up
#t1-2/3/0:2:23.0 up up
#t1-2/3/0:2:24 up up
@@ -1036,7 +1036,7 @@
#t1-3/3/0:2:6 up down
#t1-3/3/0:2:7 up up
#t1-3/3/0:2:7.0 up up
-#t1-3/3/0:2:8 down down
+#t1-3/3/0:2:8 down up
#t1-3/3/0:2:8.0 up down
#t1-3/3/0:2:9 up down
#t1-3/3/0:2:10 up down
Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 87533)
+++ core2-okc-mx960.onenet.net (working copy)
@@ -461,9 +461,9 @@
#xe-1/0/1.60 up up
#xe-1/0/1.32767 up up
#xe-1/1/0 up down
-#xe-1/1/1 up up
-#xe-1/1/1.76 up up
-#xe-1/1/1.32767 up up
+#xe-1/1/1 up down
+#xe-1/1/1.76 up down
+#xe-1/1/1.32767 up down
#lc-1/2/0 up up
#lc-1/2/0.32769 up up
#pfe-1/2/0 up up
@@ -539,7 +539,7 @@
#lsi.1 up up
#lsi.1048836 up up
#lsi.1048838 up up
-#lsi.2020099 up up
+#lsi.2021635 up up
#mtun up up
#pimd up up
#pime up up
@@ -12597,7 +12597,6 @@
# 164.58.15.54 xe-0/0/1.52 Full 164.58.199.213
# 164.58.15.205 xe-0/1/1.204 Full 164.58.199.231
# 164.58.5.90 xe-1/0/0.1 Full 164.58.199.190
-# 164.58.15.78 xe-1/1/1.76 Full 164.58.199.235
# 164.58.15.157 xe-1/2/0.156 Full 164.58.199.221
# 164.58.15.153 xe-1/2/1.152 Full 164.58.199.211
# 164.58.15.58 xe-1/3/0.56 Full 164.58.199.214
More information about the Nocrancid
mailing list