[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sat Sep 14 20:01:01 CDT 2013
Index: core.dur.onenet.net
===================================================================
--- core.dur.onenet.net (revision 79022)
+++ core.dur.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at DURANT-MX480-RE0> show system commit
+# 2013-09-14 19:46:26 CDT by joel via cli commit synchronize
# 2013-09-09 18:51:31 CDT by joel via cli commit synchronize
# 2013-09-09 18:45:00 CDT by joel via cli commit synchronize
# 2013-09-09 11:00:05 CDT by joel via cli commit synchronize
# 2013-09-04 14:10:19 CDT by joel via cli commit synchronize
# 2013-09-04 14:08:52 CDT by joel via cli commit synchronize
-# 2013-09-04 09:29:08 CDT by joel via cli commit synchronize
# grnoc-mon at DURANT-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -244,7 +244,7 @@
# grnoc-mon at DURANT-MX480-RE0> show system uptime
# System booted: 2013-05-26 00:24 CDT
# Protocols started: 2013-05-26 00:27 CDT
-# Last configured: 2013-09-09 18:51 CDT by joel
+# Last configured: 2013-09-14 19:46 CDT by joel
#
# {master}
# grnoc-mon at DURANT-MX480-RE0> show interface terse
@@ -280,6 +280,7 @@
#ge-0/2/7 up down
#ge-0/2/8 up down
#ge-0/2/9 up down
+#ge-0/2/9.0 up down
#ge-0/3/0 up down
#ge-0/3/1 up up
#ge-0/3/1.196 up up
@@ -321,7 +322,7 @@
#pp0 up up
#tap up up
# grnoc-mon at DURANT-MX480-RE0> show configuration
-## Last commit: 2013-09-09 18:51:31 CDT by joel
+## Last commit: 2013-09-14 19:46:26 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -548,21 +549,56 @@
}
ge-0/2/4 {
description "Hub Appliance [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/2/5 {
description "Hub Appliance - Camera #2 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/2/6 {
description "Hub Appliance - Camera #1 [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/2/7 {
description "Hub Appliance - UPS System [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/2/8 {
description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/2/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.124.17/29;
+ }
+ }
}
ge-0/3/1 {
description "NNI to INFO CIR000XXXX [NO-MONITOR]";
@@ -840,6 +876,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;
@@ -882,6 +956,7 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
@@ -1131,6 +1206,27 @@
}
}
}
+routing-instances {
+ ONENET-PoP-APPLIANCES-L3VPN {
+ description ONENET-PoP-APPLIANCES-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/4.0; ## 'ge-0/2/4.0' is not defined
+ interface ge-0/2/5.0; ## 'ge-0/2/5.0' is not defined
+ interface ge-0/2/6.0; ## 'ge-0/2/6.0' is not defined
+ interface ge-0/2/7.0; ## 'ge-0/2/7.0' is not defined
+ interface ge-0/2/8.0; ## 'ge-0/2/8.0' is not defined
+ interface ge-0/2/9.0;
+ route-distinguisher 164.58.199.15:2012;
+ vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+ vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ routing-options {
+ static {
+ route 10.10.124.18/32 next-hop 10.10.124.18;
+ }
+ }
+ }
+}
services {
flow-monitoring {
version-ipfix {
Index: core.wea.onenet.net
===================================================================
--- core.wea.onenet.net (revision 77773)
+++ core.wea.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WEATHERFORD-MX480-RE0> show system commit
+# 2013-09-14 19:56:27 CDT by joel via cli commit synchronize
# 2013-08-29 13:21:43 CDT by jeremyt via cli commit synchronize
# 2013-08-19 13:23:45 CDT by jeremyt via cli commit synchronize
# 2013-08-19 11:36:51 CDT by rnordmark via cli commit synchronize
# 2013-08-19 09:00:12 CDT by rnordmark via cli commit synchronize
# 2013-08-05 15:46:04 CDT by joel via cli commit synchronize
-# 2013-08-05 15:43:36 CDT by joel via cli commit synchronize
# grnoc-mon at WEATHERFORD-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -241,7 +241,7 @@
# grnoc-mon at WEATHERFORD-MX480-RE0> show system uptime
# System booted: 2013-05-27 00:49 CDT
# Protocols started: 2013-05-27 01:01 CDT
-# Last configured: 2013-08-29 13:21 CDT by jeremyt
+# Last configured: 2013-09-14 19:56 CDT by joel
#
# {master}
# grnoc-mon at WEATHERFORD-MX480-RE0> show interface terse
@@ -286,6 +286,7 @@
#ge-0/3/6 up down
#ge-0/3/7 up down
#ge-0/3/8 up down
+#ge-0/3/8.0 up down
#ge-0/3/9 up up
#cbp0 up up
#demux0 up up
@@ -311,7 +312,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WEATHERFORD-MX480-RE0> show configuration
-## Last commit: 2013-08-29 13:21:43 CDT by jeremyt
+## Last commit: 2013-09-14 19:56:27 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -536,22 +537,57 @@
}
}
ge-0/3/3 {
- description "Hub-Appliance [NO-MONITOR]";
+ description "Hub Appliance";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/3/4 {
- description "Hub-Appliance - Camera #2 [NO-MONITOR]";
+ description "Hub Appliance - Camera #2";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/3/5 {
- description "Hub-Appliance - Camera #1 [NO-MONITOR]";
+ description "Hub Appliance - Camera #1";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/3/6 {
- description "Hub-Appliance - UPS System [NO-MONITOR]";
+ description "Hub Appliance - UPS System";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/3/7 {
- description "Hub-Appliance - DC Power Plant [NO-MONITOR]";
+ description "Hub Appliance - DC Power Plant";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
}
ge-0/3/8 {
- description "Hub-Appliance - NetGuardian Alarm [NO-MONITOR]";
+ description "Hub Appliance - NetGuardian Alarm";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 10.10.124.33/29;
+ }
+ }
}
fxp0 {
disable;
@@ -754,6 +790,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;
@@ -796,6 +870,7 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
@@ -1045,6 +1120,27 @@
}
}
}
+routing-instances {
+ ONENET-PoP-APPLIANCES-L3VPN {
+ description ONENET-PoP-APPLIANCES-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/3.0; ## 'ge-0/3/3.0' is not defined
+ interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
+ interface ge-0/3/5.0; ## 'ge-0/3/5.0' is not defined
+ interface ge-0/3/6.0; ## 'ge-0/3/6.0' is not defined
+ interface ge-0/3/7.0; ## 'ge-0/3/7.0' is not defined
+ interface ge-0/3/8.0;
+ route-distinguisher 164.58.199.39:2012;
+ vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+ vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ routing-options {
+ static {
+ route 10.10.124.34/32 next-hop 10.10.124.34;
+ }
+ }
+ }
+}
services {
flow-monitoring {
version-ipfix {
Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net (revision 79454)
+++ core1.dc.onenet.net (working copy)
@@ -721,7 +721,7 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1048586 up up
+#lsi.1048587 up up
#mtun up up
#pimd up up
#pime up up
More information about the Nocrancid
mailing list