[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Mar 16 16:02:17 CDT 2015
Index: configs/rpswi1.etn.ex4200.onenet.net
===================================================================
--- configs/rpswi1.etn.ex4200.onenet.net (revision 124596)
+++ configs/rpswi1.etn.ex4200.onenet.net (working copy)
@@ -261,8 +261,8 @@
#ge-0/0/42.0 up down
#ge-0/0/43 up up
#ge-0/0/43.0 up up
-#ge-0/0/44 up down
-#ge-0/0/44.0 up down
+#ge-0/0/44 up up
+#ge-0/0/44.0 up up
#ge-0/0/45 up up
#ge-0/0/45.0 up up
#ge-0/0/46 up down
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 124971)
+++ configs/core.alt.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ALTUS-MX480-RE0> show system commit
+# 2015-03-16 15:05:58 CDT by sky via cli commit confirmed, rollback in 5mins synchronize
# 2015-03-16 14:51:14 CDT by sky via cli commit synchronize
# 2015-03-15 00:53:00 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2015-03-10 13:29:21 CDT by andrew via cli commit synchronize
# 2015-03-09 19:16:49 CDT by andrew via cli commit synchronize
# 2015-03-09 15:08:58 CDT by andrew via cli commit synchronize
-# 2015-03-08 23:46:03 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at ALTUS-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -262,7 +262,7 @@
# grnoc-mon at ALTUS-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:55 CDT
# Protocols started: 2014-09-16 23:57 CDT
-# Last configured: 2015-03-16 14:51 CDT by sky
+# Last configured: 2015-03-16 15:05 CDT by sky
#
# {master}
# grnoc-mon at ALTUS-MX480-RE0> show interface terse
@@ -328,6 +328,9 @@
#ge-0/3/3 up down
#ge-0/3/4 up up
#ge-0/3/4.80 up up
+#ge-0/3/4.500 up up
+#ge-0/3/4.501 up up
+#ge-0/3/4.2527 up up
#ge-0/3/4.32767 up up
#ge-0/3/5 up up
#ge-0/3/5.80 up up
@@ -358,6 +361,8 @@
#lsi up up
#lsi.0 up up
#lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
#mtun up up
#pimd up up
#pime up up
@@ -365,7 +370,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALTUS-MX480-RE0> show configuration
-## Last commit: 2015-03-16 14:51:14 CDT by sky
+## Last commit: 2015-03-16 15:05:58 CDT by sky
version 12.3R7.7;
groups {
re0 {
@@ -927,6 +932,41 @@
address 10.199.210.89/30;
}
}
+ unit 500 {
+ description "ODOT-MANGUM-REGULAR-MAINTENANCE-MGMT-100M-CIR000XXXX [ORDERED]";
+ vlan-id 500;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.40.126/31;
+ }
+ }
+ unit 501 {
+ description "ODOT-MANGUM-REGULAR-MAINTENANCE-DATA-100M-CIR000XXXX [ORDERED]";
+ vlan-id 501;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.24.126/31;
+ }
+ }
+ unit 2527 {
+ description ODOT-ITS-VPLS;
+ encapsulation vlan-vpls;
+ vlan-id-range 301-330;
+ family vpls {
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ }
+ }
}
ge-0/3/5 {
description "CORE 1GE to swi.odot.altus-regmaint ge-0/1/0 | OneNet-ALT-ALT163DOT-GE-XXXX";
@@ -1357,6 +1397,102 @@
load-balance per-packet;
}
}
+ policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-AGENCY-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement OMES-EXPORT-BGP-TO-OSPF {
+ term DEFAULT-EXPORT {
+ from {
+ protocol bgp;
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement OMES-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-MGMT-VRF-EXPORT {
term REJECT-DEFAULT {
from {
@@ -1521,6 +1657,8 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
+ community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community OMES-MGMT-VPN members target:5078:2550;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
community OSUOKC members 5078:50;
@@ -1933,6 +2071,59 @@
}
}
routing-instances {
+ ODOT-VPLS-2527 {
+ description ODOT-VPLS;
+ instance-type vpls;
+ vlan-id all;
+ interface ge-0/3/4.2527;
+ route-distinguisher 164.58.199.27:2527;
+ vrf-target target:5078:2527;
+ protocols {
+ vpls {
+ mac-table-size {
+ 10000;
+ packet-action drop;
+ }
+ no-tunnel-services;
+ }
+ }
+ }
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/4.501;
+ route-distinguisher 164.58.199.27:2548;
+ vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+ vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+ vrf-target target:5078:2548;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export OMES-EXPORT-BGP-TO-OSPF;
+ area 10.119.24.126 {
+ interface ge-0/3/4.501;
+ }
+ }
+ }
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/4.500;
+ route-distinguisher 164.58.199.27:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ vrf-export OMES-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2550;
+ vrf-table-label;
+ protocols {
+ ospf {
+ export OMES-EXPORT-BGP-TO-OSPF;
+ area 10.119.40.126 {
+ interface ge-0/3/4.500;
+ }
+ }
+ }
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list