[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Nov 1 15:01:26 CDT 2013
Index: core.hut.412.onenet.net
===================================================================
--- core.hut.412.onenet.net (revision 85466)
+++ core.hut.412.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at 412-MX40> show system commit
+# 2013-11-01 14:47:10 CDT by joel via cli
# 2013-09-15 14:57:58 CDT by joel via cli
# 2013-08-29 09:54:58 CDT by joel via cli
# 2013-08-29 09:39:42 CDT by joel via cli
# 2013-08-19 11:19:01 CDT by josh via cli
# 2013-07-09 16:00:45 CDT by joel via cli
-# 2013-06-27 15:39:59 CDT by admin via cli
# grnoc-mon at 412-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -223,7 +223,7 @@
# grnoc-mon at 412-MX40> show system uptime
# System booted: 2013-06-06 10:54 CDT
# Protocols started: 2013-06-06 10:55 CDT
-# Last configured: 2013-09-15 14:57 CDT by joel
+# Last configured: 2013-11-01 14:47 CDT by joel
#
# grnoc-mon at 412-MX40> show interface terse
#Interface Admin Link
@@ -250,8 +250,9 @@
#ge-1/1/0 down down
#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
@@ -286,7 +287,7 @@
#pp0 up up
#tap up up
# grnoc-mon at 412-MX40> show configuration
-## Last commit: 2013-09-15 14:57:58 CDT by joel
+## Last commit: 2013-11-01 14:47:10 CDT by joel
version 12.3R2.5;
system {
host-name 412-MX40;
@@ -485,62 +486,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 - HUT412";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.73/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUT412";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.77/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUT412";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.81/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUT412";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.157/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUT412";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.157/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUT412";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -548,7 +567,7 @@
}
unit 0 {
family inet {
- address 10.10.125.49/29;
+ address 10.10.124.157/30;
}
}
}
@@ -977,7 +996,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;
@@ -989,7 +1009,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.50/32 next-hop 10.10.125.50;
+ route 10.10.124.158/32 next-hop 10.10.124.158;
+ route 10.10.125.158/32 next-hop 10.10.125.158;
+ route 10.10.127.158/32 next-hop 10.10.127.158;
+ route 10.10.126.74/32 next-hop 10.10.126.74;
+ route 10.10.126.78/32 next-hop 10.10.126.78;
+ route 10.10.126.82/32 next-hop 10.10.126.82;
}
}
}
Index: core.hut.ard.onenet.net
===================================================================
--- core.hut.ard.onenet.net (revision 85692)
+++ core.hut.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-MX40> show system commit
+# 2013-11-01 14:52:51 CDT by joel via cli
# 2013-10-23 14:43:42 CDT by rnordmark via cli
# 2013-10-23 14:35:55 CDT by rnordmark via cli
# 2013-10-23 14:35:19 CDT by rnordmark via cli
# 2013-10-23 14:33:16 CDT by rnordmark via cli
# 2013-10-23 14:31:48 CDT by rnordmark via cli commit confirmed, rollback in 10mins
-# 2013-10-23 14:31:24 CDT by rnordmark via cli commit confirmed, rollback in 5mins
# grnoc-mon at ARDMORE-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,7 @@
# grnoc-mon at ARDMORE-MX40> show system uptime
# System booted: 2013-08-16 11:37 CDT
# Protocols started: 2013-08-16 11:39 CDT
-# Last configured: 2013-10-23 14:43 CDT by rnordmark
+# Last configured: 2013-11-01 14:52 CDT by joel
#
# grnoc-mon at ARDMORE-MX40> show interface terse
#Interface Admin Link
@@ -254,6 +254,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
@@ -288,7 +289,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-MX40> show configuration
-## Last commit: 2013-10-23 14:43:42 CDT by rnordmark
+## Last commit: 2013-11-01 14:52:51 CDT by joel
version 12.3R2.5;
system {
host-name ARDMORE-MX40;
@@ -444,60 +445,81 @@
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 - HUTARD";
+ speed 10m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.126.97/30;
+ }
+ }
+ }
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTARD";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.101/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTARD";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.105/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTARD";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.165/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTARD";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.165/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTARD";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -934,7 +956,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;
@@ -947,6 +970,11 @@
routing-options {
static {
route 10.10.124.166/32 next-hop 10.10.124.166;
+ route 10.10.125.166/32 next-hop 10.10.125.166;
+ route 10.10.127.166/32 next-hop 10.10.127.166;
+ route 10.10.126.98/32 next-hop 10.10.126.98;
+ route 10.10.126.102/32 next-hop 10.10.126.102;
+ route 10.10.126.106/32 next-hop 10.10.126.106;
}
}
}
Index: core.hut.ato.onenet.net
===================================================================
--- core.hut.ato.onenet.net (revision 85693)
+++ core.hut.ato.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Atoka-MX40> show system commit
+# 2013-11-01 14:54:40 CDT by joel via cli
# 2013-09-15 15:08:54 CDT by joel via cli
# 2013-08-27 16:55:48 CDT by admin via cli
# 2013-08-13 02:14:31 CDT by admin via cli
# 2013-06-16 21:13:51 CDT by admin via cli
# 2013-06-16 21:13:05 CDT by admin via cli
-# 2013-05-21 21:16:04 CDT by root via cli
# grnoc-mon at Atoka-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -222,7 +222,7 @@
# grnoc-mon at Atoka-MX40> show system uptime
# System booted: 2013-06-05 11:56 CDT
# Protocols started: 2013-06-05 11:58 CDT
-# Last configured: 2013-09-15 15:08 CDT by joel
+# Last configured: 2013-11-01 14:54 CDT by joel
#
# grnoc-mon at Atoka-MX40> show interface terse
#Interface Admin Link
@@ -249,8 +249,9 @@
#ge-1/1/0 down down
#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
@@ -285,7 +286,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Atoka-MX40> show configuration
-## Last commit: 2013-09-15 15:08:54 CDT by joel
+## Last commit: 2013-11-01 14:54:40 CDT by joel
version 12.3R2.5;
system {
host-name Atoka-MX40;
@@ -485,62 +486,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 - HUTATO";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.109/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTATO";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.113/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTATO";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.117/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTATO";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.169/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTATO";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.169/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTATO";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -548,7 +567,7 @@
}
unit 0 {
family inet {
- address 10.10.125.73/29;
+ address 10.10.124.169/30;
}
}
}
@@ -977,7 +996,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;
@@ -989,7 +1009,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.74/32 next-hop 10.10.125.74;
+ route 10.10.124.170/32 next-hop 10.10.124.170;
+ route 10.10.125.170/32 next-hop 10.10.125.170;
+ route 10.10.127.170/32 next-hop 10.10.127.170;
+ route 10.10.126.110/32 next-hop 10.10.126.110;
+ route 10.10.126.114/32 next-hop 10.10.126.114;
+ route 10.10.126.118/32 next-hop 10.10.126.118;
}
}
}
Index: core.hut.gra.onenet.net
===================================================================
--- core.hut.gra.onenet.net (revision 79777)
+++ core.hut.gra.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Granite-MX40> show system commit
+# 2013-11-01 14:36:38 CDT by joel via cli
# 2013-09-15 13:59:46 CDT by joel via cli
# 2013-08-27 16:08:25 CDT by admin via cli
# 2013-08-27 16:07:15 CDT by admin via cli commit confirmed, rollback in 5mins
# 2013-08-27 16:06:09 CDT by admin via cli commit confirmed, rollback in 5mins
# 2013-08-27 16:03:33 CDT by admin via cli commit confirmed, rollback in 5mins
-# 2013-08-14 16:01:08 CDT by admin via cli
# grnoc-mon at Granite-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -224,7 +224,7 @@
# grnoc-mon at Granite-MX40> show system uptime
# System booted: 2013-06-06 13:16 CDT
# Protocols started: 2013-06-06 13:17 CDT
-# Last configured: 2013-09-15 13:59 CDT by joel
+# Last configured: 2013-11-01 14:36 CDT by joel
#
# grnoc-mon at Granite-MX40> show interface terse
#Interface Admin Link
@@ -251,8 +251,9 @@
#ge-1/1/0 down down
#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
@@ -287,7 +288,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Granite-MX40> show configuration
-## Last commit: 2013-09-15 13:59:46 CDT by joel
+## Last commit: 2013-11-01 14:36:38 CDT by joel
version 12.3R2.5;
system {
host-name Granite-MX40;
@@ -487,62 +488,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 - HUTGRA";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.25/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTGRA";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.29/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTGRA";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.33/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTGRA";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.141/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTGRA";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.141/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTGRA";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -550,7 +569,7 @@
}
unit 0 {
family inet {
- address 10.10.125.17/29;
+ address 10.10.124.141/30;
}
}
}
@@ -979,7 +998,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;
@@ -991,7 +1011,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.18/32 next-hop 10.10.125.18;
+ route 10.10.124.142/32 next-hop 10.10.124.142;
+ route 10.10.125.142/32 next-hop 10.10.125.142;
+ route 10.10.127.142/32 next-hop 10.10.127.142;
+ route 10.10.126.26/32 next-hop 10.10.126.26;
+ route 10.10.126.30/32 next-hop 10.10.126.30;
+ route 10.10.126.34/32 next-hop 10.10.126.34;
}
}
}
Index: core.hut.elk.onenet.net
===================================================================
--- core.hut.elk.onenet.net (revision 85468)
+++ core.hut.elk.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ELK-CITY-MX40> show system commit
+# 2013-11-01 14:30:43 CDT by joel via cli
+# 2013-11-01 14:29:27 CDT by joel via cli
# 2013-09-15 11:17:58 CDT by joel via cli
# 2013-09-15 11:16:52 CDT by joel via cli
# 2013-08-28 19:39:49 CDT by admin via cli
# 2013-08-19 11:25:33 CDT by admin via cli
-# 2013-06-27 13:50:16 CDT by admin via cli
-# 2013-06-27 12:56:52 CDT by admin via cli
# grnoc-mon at ELK-CITY-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,7 @@
# grnoc-mon at ELK-CITY-MX40> show system uptime
# System booted: 2013-06-06 14:42 CDT
# Protocols started: 2013-06-06 14:43 CDT
-# Last configured: 2013-09-15 11:17 CDT by joel
+# Last configured: 2013-11-01 14:30 CDT by joel
#
# grnoc-mon at ELK-CITY-MX40> show interface terse
#Interface Admin Link
@@ -252,8 +252,9 @@
#ge-1/1/0 down down
#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
@@ -288,7 +289,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ELK-CITY-MX40> show configuration
-## Last commit: 2013-09-15 11:17:58 CDT by joel
+## Last commit: 2013-11-01 14:30:43 CDT by joel
version 12.3R2.5;
system {
host-name ELK-CITY-MX40;
@@ -488,62 +489,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 - HUTELK";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.1/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTELK";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.5/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTELK";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.9/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTELK";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.133/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTELK";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.133/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTELK";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -551,7 +570,7 @@
}
unit 0 {
family inet {
- address 10.10.125.1/29;
+ address 10.10.124.133/30;
}
}
}
@@ -980,7 +999,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,7 +1012,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.2/32 next-hop 10.10.125.2;
+ route 10.10.124.134/32 next-hop 10.10.124.134;
+ route 10.10.125.134/32 next-hop 10.10.125.134;
+ route 10.10.127.134/32 next-hop 10.10.127.134;
+ route 10.10.126.2/32 next-hop 10.10.126.2;
+ route 10.10.126.6/32 next-hop 10.10.126.6;
+ route 10.10.126.10/32 next-hop 10.10.126.10;
}
}
}
Index: core.hut.cli.onenet.net
===================================================================
--- core.hut.cli.onenet.net (revision 80078)
+++ core.hut.cli.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at CLINTON-MX40> show system commit
+# 2013-11-01 14:34:09 CDT by joel via cli
# 2013-09-15 11:34:33 CDT by joel via cli
# 2013-08-29 10:16:53 CDT by admin via cli
# 2013-08-19 11:24:22 CDT by admin via cli
# 2013-08-08 02:21:01 CDT by root via cli
# 2013-08-08 02:12:29 CDT by root via cli
-# 2013-06-03 10:14:36 CDT by root via other
# grnoc-mon at CLINTON-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -208,7 +208,7 @@
# grnoc-mon at CLINTON-MX40> show system uptime
# System booted: 2013-09-17 10:41 CDT
# Protocols started: 2013-09-17 10:43 CDT
-# Last configured: 2013-09-15 11:34 CDT by joel
+# Last configured: 2013-11-01 14:34 CDT by joel
#
# grnoc-mon at CLINTON-MX40> show interface terse
#Interface Admin Link
@@ -235,8 +235,9 @@
#ge-1/1/0 down down
#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
@@ -271,7 +272,7 @@
#pp0 up up
#tap up up
# grnoc-mon at CLINTON-MX40> show configuration
-## Last commit: 2013-09-15 11:34:33 CDT by joel
+## Last commit: 2013-11-01 14:34:09 CDT by joel
version 12.3R2.5;
system {
host-name CLINTON-MX40;
@@ -468,62 +469,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 - HUTCLI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.13/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTCLI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.17/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTCLI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.21/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTCLI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.137/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTCLI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.137/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTCLI";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -531,7 +550,7 @@
}
unit 0 {
family inet {
- address 10.10.125.9/29;
+ address 10.10.124.137/30;
}
}
}
@@ -965,7 +984,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;
@@ -977,7 +997,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.10/32 next-hop 10.10.125.10;
+ route 10.10.124.138/32 next-hop 10.10.124.138;
+ route 10.10.125.138/32 next-hop 10.10.125.138;
+ route 10.10.127.138/32 next-hop 10.10.127.138;
+ route 10.10.126.14/32 next-hop 10.10.126.14;
+ route 10.10.126.18/32 next-hop 10.10.126.18;
+ route 10.10.126.22/32 next-hop 10.10.126.22;
}
}
}
Index: core.hut.law.onenet.net
===================================================================
--- core.hut.law.onenet.net (revision 81066)
+++ core.hut.law.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-HUT-MX40> show system commit
+# 2013-11-01 14:40:55 CDT by joel via cli
# 2013-09-26 09:29:39 CDT by joel via cli
# 2013-09-26 09:28:45 CDT by joel via cli
# 2013-09-26 08:58:21 CDT by joel via cli
# 2013-09-26 08:35:02 CDT by joel via cli
# 2013-09-26 08:33:10 CDT by joel via cli
-# 2013-09-26 08:31:08 CDT by joel via cli
# grnoc-mon at LAWTON-HUT-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -207,7 +207,7 @@
# grnoc-mon at LAWTON-HUT-MX40> show system uptime
# System booted: 2013-08-28 12:10 CDT
# Protocols started: 2013-08-28 12:12 CDT
-# Last configured: 2013-09-26 09:29 CDT by joel
+# Last configured: 2013-11-01 14:40 CDT by joel
#
# grnoc-mon at LAWTON-HUT-MX40> show interface terse
#Interface Admin Link
@@ -234,8 +234,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
@@ -270,7 +271,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-HUT-MX40> show configuration
-## Last commit: 2013-09-26 09:29:39 CDT by joel
+## Last commit: 2013-11-01 14:40:55 CDT by joel
version 12.3R2.5;
system {
host-name LAWTON-HUT-MX40;
@@ -465,62 +466,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 - HUTLAW";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.37/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTLAW";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.41/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTLAW";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.45/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTLAW";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.145/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTLAW";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.145/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTLAW";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -528,7 +547,7 @@
}
unit 0 {
family inet {
- address 10.10.124.49/30;
+ address 10.10.124.145/30;
}
}
}
@@ -956,7 +975,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;
@@ -968,7 +988,9 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.124.50/32 next-hop 10.10.124.50;
+ route 10.10.124.146/32 next-hop 10.10.124.146;
+ route 10.10.125.146/32 next-hop 10.10.125.146;
+ route 10.10.127.146/32 next-hop 10.10.127.146;
route 10.10.126.38/32 next-hop 10.10.126.38;
route 10.10.126.42/32 next-hop 10.10.126.42;
route 10.10.126.46/32 next-hop 10.10.126.46;
Index: core1.edm-mx80.onenet.net
===================================================================
--- core1.edm-mx80.onenet.net (revision 87233)
+++ core1.edm-mx80.onenet.net (working copy)
@@ -10,7 +10,7 @@
# grnoc-mon at EDMOND-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
-# PEM 1 OK
+# PEM 1 Absent
# RE 0 Intake OK
# RE 0 Front Exhaust OK
# RE 0 Rear Exhaust OK
@@ -59,7 +59,6 @@
# Chassis T0931 MX80
# Midplane REV 08 711-031594 ABBR8766 MX80
# PEM 0 Rev 04 740-028288 VJ08646 AC Power Entry Module
-# PEM 1 Rev 04 740-028288 VG07020 AC Power Entry Module
# Routing Engine BUILTIN BUILTIN Routing Engine
# TFEB 0 BUILTIN BUILTIN Forwarding Engine Processor
# QXM 0 REV 05 711-028408 ABBP8382 MPC QXM
@@ -83,7 +82,6 @@
# Item Version Part number Serial number FRU model number
# Midplane REV 08 711-031594 ABBR8766 CHAS-MX80-S
# PEM 0 Rev 04 740-028288 VJ08646 PWR-MX80-AC-S
-# PEM 1 Rev 04 740-028288 VG07020 PWR-MX80-AC-S
# Routing Engine BUILTIN BUILTIN
# TFEB 0 BUILTIN BUILTIN
# FPC 0 BUILTIN BUILTIN
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 87518)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -664,10 +664,10 @@
#ae0.0 up up
#ae1 up up
#ae1.0 up up
-#ae2 up down
-#ae2.0 up down
-#ae3 up up
-#ae3.0 up up
+#ae2 up up
+#ae2.0 up up
+#ae3 up down
+#ae3.0 up down
#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.2018050 up up
+#lsi.2019331 up up
#mtun up up
#pimd up up
#pime up up
Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 87515)
+++ core2-okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE2-MX960-RE0> show system commit
-# 2013-10-31 14:29:48 CDT by jeremyt via cli commit synchronize
-# 2013-10-31 10:42:09 CDT by jeremyt via cli commit synchronize
-# 2013-10-29 15:17:16 CDT by jeremyt via cli commit synchronize
-# 2013-10-28 17:29:55 CDT by jeremyt via cli commit synchronize
-# 2013-10-28 17:13:16 CDT by jeremyt via cli commit synchronize
-# 2013-10-25 11:02:21 CDT by joel via cli commit synchronize
+# 2013-11-01 14:36:19 CDT by jeremyt via cli commit synchronize
+# 2013-11-01 14:33:54 CDT by jeremyt via cli commit synchronize
+# 2013-11-01 14:27:58 CDT by jeremyt via cli commit synchronize
+# 2013-11-01 14:24:18 CDT by jeremyt via cli commit synchronize
+# 2013-11-01 14:14:33 CDT by jeremyt via cli commit synchronize
+# 2013-11-01 14:12:06 CDT by jeremyt via cli commit synchronize
# grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -390,7 +390,7 @@
# grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime
# System booted: 2013-04-13 23:28 CDT
# Protocols started: 2013-04-13 23:31 CDT
-# Last configured: 2013-10-31 14:29 CDT by jeremyt
+# Last configured: 2013-11-01 14:36 CDT by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -539,7 +539,7 @@
#lsi.1 up up
#lsi.1048836 up up
#lsi.1048838 up up
-#lsi.2018818 up up
+#lsi.2020099 up up
#mtun up up
#pimd up up
#pime up up
@@ -547,7 +547,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2013-10-31 14:29:48 CDT by jeremyt
+## Last commit: 2013-11-01 14:36:19 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -11877,6 +11877,26 @@
223.255.224.163/32;
223.255.231.102/32;
}
+ prefix-list DOH-EF {
+ 172.16.76.5/32;
+ 172.23.6.101/32;
+ 172.23.48.2/32;
+ 172.23.48.7/32;
+ 172.23.48.9/32;
+ 172.23.48.11/32;
+ 172.23.48.14/32;
+ 172.23.48.22/32;
+ 172.23.48.30/32;
+ 172.23.48.31/32;
+ 172.23.48.32/32;
+ 172.23.48.75/32;
+ 172.23.49.9/32;
+ 172.23.49.68/32;
+ 172.23.49.94/32;
+ 172.23.49.95/32;
+ 172.23.49.96/32;
+ 172.23.49.174/32;
+ }
policy-statement DEFAULT-ONLY-EXPORT {
term ACCEPT-DEFAULT {
from {
@@ -12396,6 +12416,17 @@
}
}
filter DOH-COS {
+ term EXPEDITED {
+ from {
+ source-prefix-list {
+ DOH-EF;
+ }
+ }
+ then {
+ accept;
+ dscp ef;
+ }
+ }
term EXPEDITED-FORWARDING {
from {
source-port 389;
Index: core.hut.ori.onenet.net
===================================================================
--- core.hut.ori.onenet.net (revision 84361)
+++ core.hut.ori.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ORIENTA-MX40> show system commit
+# 2013-11-01 14:45:27 CDT by joel via cli
# 2013-10-16 11:21:56 CDT by joel via cli
# 2013-10-16 11:21:12 CDT by joel via cli
# 2013-10-16 11:20:30 CDT by joel via cli
# 2013-09-15 14:54:10 CDT by joel via cli
# 2013-08-29 10:39:30 CDT by joel via cli
-# 2013-08-29 10:39:29 CDT by admin via cli commit confirmed, rollback in 5mins
# grnoc-mon at ORIENTA-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,7 @@
# grnoc-mon at ORIENTA-MX40> show system uptime
# System booted: 2013-06-06 13:15 CDT
# Protocols started: 2013-06-06 13:16 CDT
-# Last configured: 2013-10-16 11:21 CDT by joel
+# Last configured: 2013-11-01 14:45 CDT by joel
#
# grnoc-mon at ORIENTA-MX40> show interface terse
#Interface Admin Link
@@ -252,8 +252,9 @@
#ge-1/1/0 down down
#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
@@ -288,7 +289,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ORIENTA-MX40> show configuration
-## Last commit: 2013-10-16 11:21:56 CDT by joel
+## Last commit: 2013-11-01 14:45:27 CDT by joel
version 12.3R2.5;
system {
host-name ORIENTA-MX40;
@@ -488,62 +489,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 - HUTORI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.61/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTORI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.65/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTORI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.69/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTORI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.153/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTORI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.153/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTORI";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -980,7 +999,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;
@@ -993,6 +1013,11 @@
routing-options {
static {
route 10.10.124.154/32 next-hop 10.10.124.154;
+ route 10.10.125.154/32 next-hop 10.10.125.154;
+ route 10.10.127.154/32 next-hop 10.10.127.154;
+ route 10.10.126.62/32 next-hop 10.10.126.62;
+ route 10.10.126.66/32 next-hop 10.10.126.66;
+ route 10.10.126.70/32 next-hop 10.10.126.70;
}
}
}
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 87519)
+++ core5.okc.onenet.net (working copy)
@@ -570,8 +570,8 @@
#lsi.1383945 up up
#lsi.1383946 up up
#lsi.1496838 up up
-#lsi.2003972 up up
-#lsi.2003973 up up
+#lsi.2005254 up up
+#lsi.2005255 up up
#mtun up up
#pimd up up
#pime up up
Index: core.hut.sei.onenet.net
===================================================================
--- core.hut.sei.onenet.net (revision 79784)
+++ core.hut.sei.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SEILING-MX40> show system commit
+# 2013-11-01 14:43:03 CDT by joel via cli
# 2013-09-15 14:47:45 CDT by joel via cli
# 2013-08-29 10:05:46 CDT by joel via cli
# 2013-08-29 10:04:00 CDT by admin via cli
# 2013-08-29 10:00:05 CDT by admin via cli commit confirmed, rollback in 5mins
# 2013-08-19 11:21:33 CDT by admin via cli
-# 2013-06-27 15:06:55 CDT by admin via cli
# grnoc-mon at SEILING-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -224,7 +224,7 @@
# grnoc-mon at SEILING-MX40> show system uptime
# System booted: 2013-06-07 13:06 CDT
# Protocols started: 2013-06-07 13:07 CDT
-# Last configured: 2013-09-15 14:47 CDT by joel
+# Last configured: 2013-11-01 14:43 CDT by joel
#
# grnoc-mon at SEILING-MX40> show interface terse
#Interface Admin Link
@@ -251,8 +251,9 @@
#ge-1/1/0 down down
#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
@@ -287,7 +288,7 @@
#pp0 up up
#tap up up
# grnoc-mon at SEILING-MX40> show configuration
-## Last commit: 2013-09-15 14:47:45 CDT by joel
+## Last commit: 2013-11-01 14:43:03 CDT by joel
version 12.3R2.5;
system {
host-name SEILING-MX40;
@@ -487,62 +488,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 - HUTSEI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
+ unit 0 {
+ family inet {
+ address 10.10.126.49/30;
+ }
+ }
}
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTSEI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.53/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTSEI";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.57/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTSEI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.149/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTSEI";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.149/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTSEI";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -550,7 +569,7 @@
}
unit 0 {
family inet {
- address 10.10.125.33/29;
+ address 10.10.124.149/30;
}
}
}
@@ -979,7 +998,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;
@@ -991,7 +1011,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.34/32 next-hop 10.10.125.34;
+ route 10.10.124.150/32 next-hop 10.10.124.150;
+ route 10.10.125.150/32 next-hop 10.10.125.150;
+ route 10.10.127.150/32 next-hop 10.10.127.150;
+ route 10.10.126.50/32 next-hop 10.10.126.50;
+ route 10.10.126.54/32 next-hop 10.10.126.54;
+ route 10.10.126.58/32 next-hop 10.10.126.58;
}
}
}
Index: hub.ada.onenet.net
===================================================================
--- hub.ada.onenet.net (revision 87509)
+++ hub.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-M120-RE0> show system commit
+# 2013-11-01 14:53:39 CDT by jeremyt via cli commit synchronize
# 2013-11-01 11:11:13 CDT by jeremyt via cli commit synchronize
# 2013-11-01 11:10:19 CDT by jeremyt via cli commit synchronize
# 2013-10-31 14:23:20 CDT by jeremyt via cli commit synchronize
# 2013-10-30 20:25:17 CDT by jeremyt via cli commit synchronize
# 2013-10-30 20:22:43 CDT by jeremyt via cli commit synchronize
-# 2013-10-30 20:19:08 CDT by jeremyt via cli commit synchronize
# grnoc-mon at ADA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -276,7 +276,7 @@
# grnoc-mon at ADA-M120-RE0> show system uptime
# System booted: 2013-05-26 01:59 CDT
# Protocols started: 2013-05-26 02:02 CDT
-# Last configured: 2013-11-01 11:11 CDT by jeremyt
+# Last configured: 2013-11-01 14:53 CDT by jeremyt
#
# {master}
# grnoc-mon at ADA-M120-RE0> show interface terse
@@ -459,7 +459,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-M120-RE0> show configuration
-## Last commit: 2013-11-01 11:11:13 CDT by jeremyt
+## Last commit: 2013-11-01 14:53:39 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -1705,6 +1705,7 @@
}
scavenger-service-sch {
transmit-rate percent 0;
+ excess-rate percent 10;
buffer-size {
percent 0;
exact;
@@ -1713,12 +1714,13 @@
drop-profile-map loss-priority any protocol any drop-profile T1-Low-PLP;
}
t1-assured-forwarding-sch {
- transmit-rate percent 90;
+ transmit-rate percent 65;
buffer-size percent 60;
priority medium-high;
drop-profile-map loss-priority any protocol any drop-profile T1-High-PLP;
}
t1-expedited-forwarding-sch {
+ transmit-rate percent 25;
buffer-size percent 25;
priority strict-high;
drop-profile-map loss-priority any protocol any drop-profile T1-High-PLP;
Index: hub.ard.onenet.net
===================================================================
--- hub.ard.onenet.net (revision 87516)
+++ 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 up
-#t1-2/0/3:6.0 up up
+#t1-2/0/3:6 up down
+#t1-2/0/3:6.0 up down
#t1-2/0/3:7 up up
#t1-2/0/3:7.0 up up
#t1-2/0/3:8 up up
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 87517)
+++ hub.chi.onenet.net (working copy)
@@ -281,7 +281,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 up down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
#t1-2/0/2:3 up down
#t1-2/0/2:4 up up
#t1-2/0/2:4.0 up up
Index: core.hut.sal.onenet.net
===================================================================
--- core.hut.sal.onenet.net (revision 79669)
+++ core.hut.sal.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Sallisaw-MX40> show system commit
+# 2013-11-01 14:56:44 CDT by joel via cli
# 2013-09-14 13:17:11 CDT by joel via cli
# 2013-08-14 18:38:50 CDT by admin via cli
# 2013-08-14 18:30:39 CDT by admin via cli
# 2013-08-14 18:17:18 CDT by admin via cli
# 2013-08-14 18:16:23 CDT by admin via cli commit confirmed, rollback in 5mins
-# 2013-07-01 14:26:21 CDT by admin via cli
# grnoc-mon at Sallisaw-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,7 @@
# grnoc-mon at Sallisaw-MX40> show system uptime
# System booted: 2013-06-07 12:03 CDT
# Protocols started: 2013-06-07 12:04 CDT
-# Last configured: 2013-09-14 13:17 CDT by joel
+# Last configured: 2013-11-01 14:56 CDT by joel
#
# grnoc-mon at Sallisaw-MX40> show interface terse
#Interface Admin Link
@@ -256,6 +256,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
@@ -290,7 +291,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Sallisaw-MX40> show configuration
-## Last commit: 2013-09-14 13:17:11 CDT by joel
+## Last commit: 2013-11-01 14:56:44 CDT by joel
version 12.3R2.5;
system {
host-name Sallisaw-MX40;
@@ -466,60 +467,81 @@
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 - HUTSAL";
+ speed 10m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.126.121/30;
+ }
+ }
+ }
ge-1/1/5 {
- description "Hub Appliance - Camera #1 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #2 - HUTSAL";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.125/30;
+ }
}
}
ge-1/1/6 {
- description "Hub Appliance - Camera #2 [NO-MONITOR]";
- speed 100m;
+ description "Hub Appliance - Camera #3 - HUTSAL";
+ speed 10m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.126.129/30;
+ }
}
}
ge-1/1/7 {
- description "Hub Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System - HUTSAL";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.127.173/30;
+ }
}
}
ge-1/1/8 {
- description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant - HUTSAL";
speed 100m;
link-mode full-duplex;
gigether-options {
no-auto-negotiation;
}
unit 0 {
- family inet;
+ family inet {
+ address 10.10.125.173/30;
+ }
}
}
ge-1/1/9 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian - HUTSAL";
speed 100m;
link-mode full-duplex;
gigether-options {
@@ -527,7 +549,7 @@
}
unit 0 {
family inet {
- address 10.10.125.81/29;
+ address 10.10.124.173/30;
}
}
}
@@ -977,7 +999,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;
@@ -989,7 +1012,12 @@
vrf-target target:5078:2012;
routing-options {
static {
- route 10.10.125.82/32 next-hop 10.10.125.82;
+ route 10.10.124.174/32 next-hop 10.10.124.174;
+ route 10.10.125.174/32 next-hop 10.10.125.174;
+ route 10.10.127.174/32 next-hop 10.10.127.174;
+ route 10.10.126.122/32 next-hop 10.10.126.122;
+ route 10.10.126.126/32 next-hop 10.10.126.126;
+ route 10.10.126.130/32 next-hop 10.10.126.130;
}
}
}
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 87508)
+++ 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 up
-#t1-2/3/0:2:22.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:23 up up
#t1-2/3/0:2:23.0 up up
#t1-2/3/0:2:24 up up
More information about the Nocrancid
mailing list