[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sat Sep 14 14:00:57 CDT 2013
Index: core.hut.sal.onenet.net
===================================================================
--- core.hut.sal.onenet.net (revision 76932)
+++ core.hut.sal.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at Sallisaw-MX40> show system commit
+# 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
-# 2013-06-27 14:50:16 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-08-14 18:38 CDT by admin
+# Last configured: 2013-09-14 13:17 CDT by joel
#
# grnoc-mon at Sallisaw-MX40> show interface terse
#Interface Admin Link
@@ -257,10 +257,15 @@
#ge-1/1/3 up down
#ge-1/1/4 up down
#ge-1/1/5 up down
+#ge-1/1/5.0 up down
#ge-1/1/6 up down
+#ge-1/1/6.0 up down
#ge-1/1/7 up down
-#ge-1/1/8 up down
-#ge-1/1/9 up down
+#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 up
+#ge-1/1/9.0 up up
#cbp0 up up
#demux0 up up
#dsc up up
@@ -285,7 +290,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Sallisaw-MX40> show configuration
-## Last commit: 2013-08-14 18:38:50 CDT by admin
+## Last commit: 2013-09-14 13:17:11 CDT by joel
version 12.3R2.5;
system {
host-name Sallisaw-MX40;
@@ -461,6 +466,71 @@
family mpls;
}
}
+ ge-1/1/4 {
+ description "Hub Appliance [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ }
+ ge-1/1/5 {
+ description "Hub Appliance - Camera #1 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/6 {
+ description "Hub Appliance - Camera #2 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/7 {
+ description "Hub Appliance - UPS System [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/8 {
+ description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/9 {
+ description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.125.81/29;
+ }
+ }
+ }
lo0 {
unit 0 {
family inet {
@@ -623,6 +693,44 @@
load-balance per-packet;
}
}
+ policy-statement ONENET-PoP-APPLIANCES-EXPORT {
+ term 1 {
+ from protocol direct;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol static;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol bgp;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term REJECT {
+ then reject;
+ }
+ }
+ policy-statement ONENET-PoP-APPLIANCES-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community ONENET-PoP-APPLIANCES;
+ }
+ then accept;
+ }
+ term REJECT {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -644,6 +752,7 @@
}
}
}
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community Sallisaw members 5078:158;
}
class-of-service {
@@ -864,6 +973,27 @@
}
}
}
+routing-instances {
+ 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/5.0;
+ interface ge-1/1/6.0;
+ interface ge-1/1/7.0;
+ interface ge-1/1/8.0;
+ interface ge-1/1/9.0;
+ route-distinguisher 164.58.199.158:2012;
+ vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+ vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ routing-options {
+ static {
+ route 10.10.125.82/32 next-hop 10.10.125.82;
+ }
+ }
+ }
+}
# grnoc-mon at Sallisaw-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.247.37 xe-0/0/0.40 Full 164.58.199.221
Index: core.hut.web.onenet.net
===================================================================
--- core.hut.web.onenet.net (revision 78902)
+++ 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-09-14 13:09:35 CDT by joel via cli
# 2013-08-17 14:43:20 CDT by joel via cli
# 2013-07-08 14:00:24 CDT by joel via cli
# 2013-07-08 13:56:33 CDT by joel via cli
# 2013-06-27 09:07:50 CDT by admin via cli
# 2013-06-26 14:23:14 CDT by admin via cli
-# 2013-06-26 14:05:10 CDT by admin 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-08-17 14:43 CDT by joel
+# Last configured: 2013-09-14 13:09 CDT by joel
#
# grnoc-mon at Webbers_Falls-MX40> show interface terse
#Interface Admin Link
@@ -256,10 +256,15 @@
#ge-1/1/3 up down
#ge-1/1/4 up down
#ge-1/1/5 up down
+#ge-1/1/5.0 up down
#ge-1/1/6 up down
+#ge-1/1/6.0 up down
#ge-1/1/7 up down
-#ge-1/1/8 up down
-#ge-1/1/9 up down
+#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 up
+#ge-1/1/9.0 up up
#cbp0 up up
#demux0 up up
#dsc up up
@@ -284,7 +289,7 @@
#pp0 up up
#tap up up
# grnoc-mon at Webbers_Falls-MX40> show configuration
-## Last commit: 2013-08-17 14:43:20 CDT by joel
+## Last commit: 2013-09-14 13:09:35 CDT by joel
version 12.3R2.5;
system {
host-name Webbers_Falls-MX40;
@@ -462,6 +467,71 @@
family mpls;
}
}
+ ge-1/1/4 {
+ description "Hub Appliance [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ }
+ ge-1/1/5 {
+ description "Hub Appliance - Camera #1 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/6 {
+ description "Hub Appliance - Camera #2 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/7 {
+ description "Hub Appliance - UPS System [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/8 {
+ description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet;
+ }
+ }
+ ge-1/1/9 {
+ description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.125.105/29;
+ }
+ }
+ }
lo0 {
unit 0 {
family inet {
@@ -628,6 +698,44 @@
load-balance per-packet;
}
}
+ policy-statement ONENET-PoP-APPLIANCES-EXPORT {
+ term 1 {
+ from protocol direct;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol static;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol bgp;
+ then {
+ community add ONENET-PoP-APPLIANCES;
+ accept;
+ }
+ }
+ term REJECT {
+ then reject;
+ }
+ }
+ policy-statement ONENET-PoP-APPLIANCES-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community ONENET-PoP-APPLIANCES;
+ }
+ then accept;
+ }
+ term REJECT {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -649,6 +757,7 @@
}
}
}
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community Webbers_Falls members 5078:157;
}
class-of-service {
@@ -869,6 +978,27 @@
}
}
}
+routing-instances {
+ 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/5.0;
+ interface ge-1/1/6.0;
+ interface ge-1/1/7.0;
+ interface ge-1/1/8.0;
+ interface ge-1/1/9.0;
+ route-distinguisher 164.58.199.157:2012;
+ vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+ vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ routing-options {
+ static {
+ route 10.10.125.106/32 next-hop 10.10.125.106;
+ }
+ }
+ }
+}
# grnoc-mon at Webbers_Falls-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.247.21 ge-1/1/0.40 Full 164.58.199.106
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 79667)
+++ 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: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 79661)
+++ core3.okc-m120.onenet.net (working copy)
@@ -1379,8 +1379,8 @@
#t1-3/3/0:9:12.0 up up
#t1-3/3/0:9:13 up up
#t1-3/3/0:9:13.0 up up
-#t1-3/3/0:9:14 up up
-#t1-3/3/0:9:14.0 up up
+#t1-3/3/0:9:14 up down
+#t1-3/3/0:9:14.0 up down
#t1-3/3/0:9:15 up up
#t1-3/3/0:9:15.0 up up
#t1-3/3/0:9:16 up up
More information about the Nocrancid
mailing list