[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Nov 5 22:02:15 CST 2014
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 121131)
+++ configs/core.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-MX480-RE0> show system commit
+# 2014-11-05 21:45:23 CST by andrew via cli commit synchronize
+# 2014-11-05 21:39:01 CST by andrew via cli commit confirmed, rollback in 2mins synchronize
+# 2014-11-05 21:21:58 CST by andrew via cli commit synchronize
# 2014-11-05 14:19:56 CST by andrew via cli commit synchronize
# 2014-11-05 09:03:01 CST by andrew via cli commit synchronize
# 2014-10-29 11:06:09 CDT by sky via cli commit synchronize
-# 2014-10-29 10:54:34 CDT by sky via cli commit synchronize
-# 2014-10-22 14:14:44 CDT by joel via cli commit synchronize
-# 2014-10-02 11:50:02 CDT by sky via cli commit synchronize
# grnoc-mon at ADA-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -258,7 +258,7 @@
# grnoc-mon at ADA-MX480-RE0> show system uptime
# System booted: 2014-09-14 06:27 CDT
# Protocols started: 2014-09-14 06:28 CDT
-# Last configured: 2014-11-05 14:19 CST by andrew
+# Last configured: 2014-11-05 21:45 CST by andrew
#
# {master}
# grnoc-mon at ADA-MX480-RE0> show interface terse
@@ -289,6 +289,7 @@
#ge-0/2/1.32767 up up
#ge-0/2/2 up up
#ge-0/2/2.70 up up
+#ge-0/2/2.80 up up
#ge-0/2/2.500 up up
#ge-0/2/2.32767 up up
#ge-0/2/3 up down
@@ -339,6 +340,7 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
+#lsi.1 up up
#mtun up up
#pimd up up
#pime up up
@@ -346,7 +348,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-MX480-RE0> show configuration
-## Last commit: 2014-11-05 14:19:56 CST by andrew
+## Last commit: 2014-11-05 21:45:23 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -621,7 +623,7 @@
}
}
ge-0/2/2 {
- description "CORE 1GE to swi.odot.ada [NO-MONITOR]";
+ description "CORE 1GE to swi.odot.ada-hq ge-0/1/1 | OneNet-ADA-ADA128DOT-GE-XXXX";
vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
@@ -635,10 +637,19 @@
mtu 9000;
}
}
+ unit 80 {
+ description OneNet-ADA-ADA128DOT-GE-XXXX;
+ vlan-id 80;
+ family inet {
+ mtu 1500;
+ address 10.199.210.65/30;
+ }
+ }
unit 500 {
description ODOT-ADA-HQ-100M-CIR000XXXX;
vlan-id 500;
family inet {
+ mtu 1500;
policer {
input 100M-POL;
output 100M-POL;
@@ -1132,6 +1143,14 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement EXPORT-DEFAULT {
+ term DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1179,6 +1198,41 @@
then reject;
}
}
+ 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;
@@ -1253,6 +1307,7 @@
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
@@ -1578,6 +1633,28 @@
vrf-target target:5078:2548;
vrf-table-label;
}
+ ONENET-MGMT-L3VPN {
+ description ONENET-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/2.80;
+ route-distinguisher 164.58.199.23:2543;
+ vrf-import ONENET-MGMT-VRF-IMPORT;
+ vrf-export ONENET-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2543;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export EXPORT-DEFAULT;
+ area 0.0.0.0 {
+ interface ge-0/2/2.80 {
+ authentication {
+ md5 7 key "$9$WMH8Nds2aJUH2gHmfT9CevMW7VYgoZDkdbgJGDkq"; ## SECRET-DATA
+ }
+ }
+ }
+ }
+ }
+ }
ONENET-PoP-APPLIANCES-L3VPN {
description ONENET-PoP-APPLIANCES-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list