[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Jul 22 18:02:15 CDT 2014
Index: configs/hub.sem.onenet.net
===================================================================
--- configs/hub.sem.onenet.net (revision 118049)
+++ configs/hub.sem.onenet.net (working copy)
@@ -336,8 +336,8 @@
#t1-2/0/2:18 up up
#t1-2/0/2:18.0 up up
#t1-2/0/2:19 down down
-#t1-2/0/2:20 up down
-#t1-2/0/2:20.0 up down
+#t1-2/0/2:20 up up
+#t1-2/0/2:20.0 up up
#t1-2/0/2:21 down down
#t1-2/0/2:22 up up
#t1-2/0/2:22.0 up up
@@ -2001,6 +2001,7 @@
# 164.58.244.1 ge-2/2/0.0 Full 164.58.199.214
# 164.58.245.29 ge-2/2/3.0 Full 164.58.199.47
# 172.23.3.198 t1-2/0/2:18.0 Full 10.199.2.47
+# 172.23.3.206 t1-2/0/2:20.0 Full 10.199.2.53
# 172.23.3.202 t1-2/0/2:22.0 Full 10.199.2.54
#
# {master}
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net (revision 118043)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at 412-MX40> show system commit
+# 2014-07-22 17:00:21 CDT by sky via cli commit confirmed, rollback in 3mins
# 2014-07-20 13:39:06 CDT by andrew via cli commit confirmed, rollback in 2mins
# 2014-07-17 23:28:10 CDT by andrew via cli
# 2014-07-17 08:36:42 CDT by andrew via cli
# 2014-07-17 08:28:12 CDT by andrew via cli
# 2014-07-17 08:27:12 CDT by andrew via cli
-# 2014-07-17 08:24:14 CDT by andrew via cli
# grnoc-mon at 412-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -231,7 +231,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: 2014-07-20 13:39 CDT by andrew
+# Last configured: 2014-07-22 17:00 CDT by sky
#
# grnoc-mon at 412-MX40> show interface terse
#Interface Admin Link
@@ -261,6 +261,7 @@
#ge-1/1/2.99 up up
#ge-1/1/2.2527 up up
#ge-1/1/2.2540 up up
+#ge-1/1/2.2543 up up
#ge-1/1/2.32767 up up
#ge-1/1/3 up up
#ge-1/1/3.99 up up
@@ -294,6 +295,7 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
#lsi.1048581 up up
#lsi.1048591 up up
#lsi.1048593 up up
@@ -307,7 +309,7 @@
#pp0 up up
#tap up up
# grnoc-mon at 412-MX40> show configuration
-## Last commit: 2014-07-20 13:39:06 CDT by andrew
+## Last commit: 2014-07-22 17:00:21 CDT by sky
version 12.3R2.5;
system {
host-name 412-MX40;
@@ -552,6 +554,14 @@
address 10.119.16.137/30;
}
}
+ unit 2543 {
+ vlan-id 2543;
+ family inet {
+ mtu 9000;
+ address 10.119.248.101/30;
+ address 10.119.248.105/30;
+ }
+ }
}
ge-1/1/3 {
description "CORE 1G TO swi1.odotTonkawa.onenet.net ge-0/1/0 | CIR000XXXX";
@@ -919,6 +929,41 @@
load-balance per-packet;
}
}
+ policy-statement ONENET-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add ONENET-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add ONENET-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add ONENET-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement ONENET-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community ONENET-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-PoP-APPLIANCES-EXPORT {
term 1 {
from protocol static;
@@ -973,6 +1018,7 @@
}
community 412 members 5078:153;
community DPS-VPN members target:5078:2540;
+ community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
}
class-of-service {
@@ -1258,6 +1304,16 @@
}
}
}
+ ONENET-MGMT-L3VPN {
+ description ONENET-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-1/1/2.2543;
+ route-distinguisher 164.58.199.153:2543;
+ vrf-import ONENET-MGMT-VRF-IMPORT;
+ vrf-export ONENET-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2543;
+ vrf-table-label;
+ }
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 118040)
+++ 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.1059016 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.1059013 up up
#demux0 up up
#dsc up up
#em0 up up
More information about the Nocrancid
mailing list