[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun Jul 20 17:02:34 CDT 2014
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 117984)
+++ configs/hub.chi.onenet.net (working copy)
@@ -308,7 +308,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 117984)
+++ configs/hub.alv.onenet.net (working copy)
@@ -332,6 +332,7 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
+#vt-2/3/0.1059002 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -361,7 +362,6 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
-#vt-3/3/0.1059001 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/hub.mia.onenet.net
===================================================================
--- configs/hub.mia.onenet.net (revision 117884)
+++ configs/hub.mia.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MIAMI-M120-RE0> show system commit
+# 2014-07-20 16:27:21 CDT by andrew via cli commit synchronize
+# 2014-07-20 16:22:43 CDT by andrew via cli commit synchronize
# 2014-07-16 16:24:59 CDT by donnie via cli commit synchronize
# 2014-07-16 11:31:19 CDT by donnie via cli commit synchronize
# 2014-07-10 15:40:05 CDT by donnie via cli commit synchronize
# 2014-06-26 13:54:32 CDT by joel via cli commit synchronize
-# 2014-06-20 08:37:48 CDT by donnie via cli commit synchronize
-# 2014-05-30 10:14:17 CDT by donnie via cli commit synchronize
# grnoc-mon at MIAMI-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -290,7 +290,7 @@
# grnoc-mon at MIAMI-M120-RE0> show system uptime
# System booted: 2013-05-30 22:17 CDT
# Protocols started: 2013-05-30 23:11 CDT
-# Last configured: 2014-07-16 16:24 CDT by donnie
+# Last configured: 2014-07-20 16:27 CDT by andrew
#
# {master}
# grnoc-mon at MIAMI-M120-RE0> show interface terse
@@ -441,6 +441,7 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
#lsi.1056203 up up
#lsi.1056224 up up
#lsi.1056228 up up
@@ -454,7 +455,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MIAMI-M120-RE0> show configuration
-## Last commit: 2014-07-16 16:24:59 CDT by donnie
+## Last commit: 2014-07-20 16:27:21 CDT by andrew
version 11.4R7.5;
groups {
re0 {
@@ -812,6 +813,7 @@
input;
}
address 164.58.7.221/30;
+ address 10.119.16.141/30;
}
}
}
@@ -1312,6 +1314,41 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement DPS-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DPS-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1383,6 +1420,7 @@
community Bartlesville members 5078:134;
community Chickasha members 5078:82;
community Claremore members 5078:142;
+ community DPS-VPN members target:5078:2540;
community Duncan members 5078:18;
community Durant members 5078:14;
community Edmond members 5078:235;
@@ -1744,6 +1782,22 @@
}
}
routing-instances {
+ DPS-L3VPN {
+ description DPS-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/2:10.0;
+ route-distinguisher 164.58.199.138:2540;
+ vrf-import DPS-VRF-IMPORT;
+ vrf-export DPS-VRF-EXPORT;
+ vrf-target target:5078:2540;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.30.17.0/26 next-hop 10.119.16.142;
+ route 172.22.117.64/26 next-hop 10.119.16.142;
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list