[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun Sep 15 18:00:57 CDT 2013
Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net (revision 79699)
+++ core1.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_01_RE0> show system commit
+# 2013-09-15 17:32:56 CDT by joel via cli commit synchronize
# 2013-09-12 13:32:08 CDT by jeremyt via cli commit synchronize
# 2013-09-12 13:02:35 CDT by jeremyt via cli commit synchronize
# 2013-09-12 12:39:22 CDT by jeremyt via cli commit synchronize
# 2013-09-12 11:20:37 CDT by jeremyt via cli commit synchronize
# 2013-09-12 11:09:02 CDT by jeremyt via cli commit synchronize
-# 2013-09-12 11:05:19 CDT by jeremyt via cli commit synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -396,7 +396,7 @@
# grnoc-mon at MX480_DC_01_RE0> show system uptime
# System booted: 2013-07-24 05:37 CDT
# Protocols started: 2013-07-24 05:39 CDT
-# Last configured: 2013-09-12 13:32 CDT by jeremyt
+# Last configured: 2013-09-15 17:32 CDT by joel
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -699,6 +699,7 @@
#irb.2006 up up
#irb.2008 up up
#irb.2011 up up
+#irb.2012 up up
#irb.2017 up up
#irb.2018 up up
#irb.2019 up up
@@ -729,7 +730,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2013-09-12 13:32:08 CDT by jeremyt
+## Last commit: 2013-09-15 17:32:56 CDT by joel
version 12.3R3.4;
groups {
re0 {
@@ -2363,6 +2364,12 @@
address 10.199.211.1/24;
}
}
+ unit 2012 {
+ description mgmtPoPvpn-01-2012;
+ family inet {
+ address 10.10.124.249/30;
+ }
+ }
unit 2017 {
description "VoIP USC Service Console";
family inet {
@@ -2768,6 +2775,44 @@
then reject;
}
}
+ 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 {
@@ -2813,6 +2858,7 @@
}
}
community MX480_DC_01 members 5078:194;
+ community ONENET-PoP-APPLIANCES members target:5078:2012;
community ONET-CONTENT-FILTER-VPN members target:5078:2530;
}
firewall {
@@ -3126,6 +3172,20 @@
}
}
}
+ ONENET-PoP-APPLIANCES-L3VPN {
+ description ONENET-PoP-APPLIANCES-L3VPN;
+ instance-type vrf;
+ interface irb.2012;
+ route-distinguisher 164.58.199.194: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.250/32 next-hop 10.10.124.250;
+ }
+ }
+ }
VPLS-OSU-2517 {
description VPLS-OSU-STILLWATER;
instance-type vpls;
@@ -3809,6 +3869,10 @@
vlan-id 300;
routing-interface irb.300;
}
+ mgmtPoPvpn-01-2012 {
+ vlan-id 2012;
+ routing-interface irb.2012;
+ }
mgmt_ipef_-01-2011 {
vlan-id 2011;
routing-interface irb.2011;
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 79800)
+++ hub.chi.onenet.net (working copy)
@@ -309,7 +309,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
More information about the Nocrancid
mailing list