[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Mar 16 23:03:12 CDT 2015
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 124975)
+++ configs/core.end.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-MX480-RE0> show system commit
+# 2015-03-16 22:09:04 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-03-16 22:03:58 CDT by andrew via cli commit synchronize
# 2015-03-12 16:01:08 CDT by joel via cli commit synchronize
# 2015-03-11 00:18:09 CDT by joel via cli commit confirmed, rollback in 5mins synchronize
# 2015-03-10 11:28:37 CDT by andrew via cli commit synchronize
# 2015-03-09 16:46:45 CDT by sky via cli commit synchronize
-# 2015-03-09 16:01:46 CDT by andrew via cli commit confirmed, rollback in 4mins synchronize
-# 2015-03-09 15:51:50 CDT by andrew via cli commit synchronize
# grnoc-mon at ENID-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -253,7 +253,7 @@
# grnoc-mon at ENID-MX480-RE0> show system uptime
# System booted: 2014-09-17 01:24 CDT
# Protocols started: 2014-09-17 01:26 CDT
-# Last configured: 2015-03-12 16:01 CDT by joel
+# Last configured: 2015-03-16 22:09 CDT by andrew
#
# {master}
# grnoc-mon at ENID-MX480-RE0> show interface terse
@@ -312,6 +312,9 @@
#ge-0/2/4.0 up up
#ge-0/2/5 up up
#ge-0/2/5.80 up up
+#ge-0/2/5.500 up up
+#ge-0/2/5.501 up up
+#ge-0/2/5.2527 up up
#ge-0/2/5.32767 up up
#ge-0/2/6 down down
#ge-0/2/7 down down
@@ -355,6 +358,8 @@
#lsi.514 up up
#lsi.515 up up
#lsi.516 up up
+#lsi.517 up up
+#lsi.518 up up
#lsi.1048890 up up
#lsi.1048892 up up
#lsi.1048893 up up
@@ -375,6 +380,14 @@
#lsi.1048999 up up
#lsi.1049000 up up
#lsi.1049001 up up
+#lsi.1049002 up up
+#lsi.1049003 up up
+#lsi.1049004 up up
+#lsi.1049005 up up
+#lsi.1049006 up up
+#lsi.1049007 up up
+#lsi.1049008 up up
+#lsi.1049010 up up
#mtun up up
#pimd up up
#pime up up
@@ -382,7 +395,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ENID-MX480-RE0> show configuration
-## Last commit: 2015-03-12 16:01:08 CDT by joel
+## Last commit: 2015-03-16 22:09:04 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -907,16 +920,51 @@
}
ge-0/2/5 {
description "CORE 1GE to swi1.odot.enid-residency ge-0/1/0 | OneNet-END-ENI410DOT-XXXX";
- vlan-tagging;
+ flexible-vlan-tagging;
mtu 9192;
+ encapsulation flexible-ethernet-services;
unit 80 {
- description OneNet-END-ENI410DOT-XXXX;
vlan-id 80;
family inet {
mtu 1500;
address 10.199.210.73/30;
}
}
+ unit 500 {
+ description "ODOT-ENID-RESIDENCY-MGMT-100M-CIR000XXXX [ORDERED]";
+ vlan-id 500;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.40.168/31;
+ }
+ }
+ unit 501 {
+ description "ODOT-ENID-RESIDENCY-AGENCY-DATA-100M-CIR000XXXX [ORDERED]";
+ vlan-id 501;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.24.168/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/2/6 {
disable;
@@ -1559,6 +1607,102 @@
then reject;
}
}
+ 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 1 {
from protocol static;
@@ -1746,6 +1890,8 @@
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
community ODMHSAS-VPN members target:5078:2559;
+ 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 ONET-PS_NET-VPN members target:5078:2530;
@@ -2070,6 +2216,63 @@
}
}
}
+ ODOT-VPLS-2527 {
+ description ODOT-VPLS;
+ instance-type vpls;
+ vlan-id all;
+ interface ge-0/2/5.2527;
+ route-distinguisher 164.58.199.67:2527;
+ vrf-target target:5078:2527;
+ protocols {
+ vpls {
+ mac-table-size {
+ 10000;
+ packet-action drop;
+ }
+ no-tunnel-services;
+ site END {
+ site-identifier 9067;
+ interface ge-0/2/5.2527;
+ }
+ }
+ }
+ }
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/5.501;
+ route-distinguisher 164.58.199.67: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.168 {
+ interface ge-0/2/5.501;
+ }
+ }
+ }
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/5.500;
+ route-distinguisher 164.58.199.67: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.168 {
+ interface ge-0/2/5.500;
+ }
+ }
+ }
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
Index: configs/swi1.odot.ton-intmaint.onenet.net
===================================================================
--- configs/swi1.odot.ton-intmaint.onenet.net (revision 124949)
+++ configs/swi1.odot.ton-intmaint.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show system commit
+# 2015-03-16 21:56:57 CDT by admin via cli commit confirmed, rollback in 3mins
# 2015-03-15 20:19:58 CDT by andrew via cli
# 2014-03-13 04:38:59 CDT by root via other
# 2015-03-10 16:30:33 CDT by admin via cli commit confirmed, rollback in 3mins
# 2015-03-10 16:28:22 CDT by root via other
# 2015-03-10 16:24:53 CDT by admin via cli commit confirmed, rollback in 3mins
-# 2015-03-10 16:03:38 CDT by andrew via cli commit confirmed, rollback in 5mins
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
@@ -161,7 +161,7 @@
# --------------------------------------------------------------------------
# System booted: 2015-03-10 16:54 CDT
# Protocols started: 2015-03-10 16:56 CDT
-# Last configured: 2015-03-15 20:19 CDT by andrew
+# Last configured: 2015-03-16 21:56 CDT by admin
#
# {master:0}
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show interface terse
@@ -176,25 +176,44 @@
#ge-0/0/3.0 up down
#ge-0/0/4 up down
#ge-0/0/4.0 up down
-#ge-0/0/5 down down
-#ge-0/0/6 down down
-#ge-0/0/7 down down
-#ge-0/0/8 down down
-#ge-0/0/9 down down
-#ge-0/0/10 down down
-#ge-0/0/11 down down
-#ge-0/0/12 down down
-#ge-0/0/13 down down
-#ge-0/0/14 down down
-#ge-0/0/15 down down
-#ge-0/0/16 down down
-#ge-0/0/17 down down
-#ge-0/0/18 down down
-#ge-0/0/19 down down
-#ge-0/0/20 down down
-#ge-0/0/21 down down
-#ge-0/0/22 down down
-#ge-0/0/23 down down
+#ge-0/0/5 up down
+#ge-0/0/5.0 up down
+#ge-0/0/6 up down
+#ge-0/0/6.0 up down
+#ge-0/0/7 up down
+#ge-0/0/7.0 up down
+#ge-0/0/8 up down
+#ge-0/0/8.0 up down
+#ge-0/0/9 up down
+#ge-0/0/9.0 up down
+#ge-0/0/10 up down
+#ge-0/0/10.0 up down
+#ge-0/0/11 up down
+#ge-0/0/11.0 up down
+#ge-0/0/12 up down
+#ge-0/0/12.0 up down
+#ge-0/0/13 up down
+#ge-0/0/13.0 up down
+#ge-0/0/14 up down
+#ge-0/0/14.0 up down
+#ge-0/0/15 up down
+#ge-0/0/15.0 up down
+#ge-0/0/16 up down
+#ge-0/0/16.0 up down
+#ge-0/0/17 up down
+#ge-0/0/17.0 up down
+#ge-0/0/18 up down
+#ge-0/0/18.0 up down
+#ge-0/0/19 up down
+#ge-0/0/19.0 up down
+#ge-0/0/20 up down
+#ge-0/0/20.0 up down
+#ge-0/0/21 up down
+#ge-0/0/21.0 up down
+#ge-0/0/22 up down
+#ge-0/0/22.0 up down
+#ge-0/0/23 up down
+#ge-0/0/23.0 up down
#ge-0/1/0 up up
#ge-0/1/0.0 up up
#ge-0/1/1 up up
@@ -225,7 +244,7 @@
#vlan.81 up up
#vme up down
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show configuration
-## Last commit: 2015-03-15 20:19:58 CDT by andrew
+## Last commit: 2015-03-16 21:56:57 CDT by admin
version 12.3R6.6;
system {
host-name SWI1-ODOT-TONKAWA-INTMAINT-EX4200;
@@ -349,16 +368,11 @@
}
}
interfaces {
- ge-0/0/0 {
- description "Link to ODOT BBU";
+ interface-range ITS-EDGE {
+ member ge-0/1/1;
+ member-range ge-0/0/1 to ge-0/0/22;
+ description "ODOT-ITS-VPLS [NO-MONITOR]";
unit 0 {
- family inet {
- address 10.199.212.77/30;
- }
- }
- }
- ge-0/0/1 {
- unit 0 {
family ethernet-switching {
port-mode access;
vlan {
@@ -367,93 +381,25 @@
}
}
}
- ge-0/0/2 {
+ ge-0/0/0 {
+ description "Link to ODOT BBU";
unit 0 {
- family ethernet-switching {
- port-mode access;
- vlan {
- members 301;
- }
+ family inet {
+ address 10.199.212.77/30;
}
}
}
- ge-0/0/3 {
+ ge-0/0/23 {
+ description "L2-ODOT-TONKAWA-INTERSTATE-MAINTENANCE-100M-CIR000XXXX [ORDERED]";
unit 0 {
family ethernet-switching {
- port-mode access;
+ port-mode trunk;
vlan {
- members 301;
+ members 500-501;
}
}
}
}
- ge-0/0/4 {
- unit 0 {
- family ethernet-switching {
- port-mode access;
- vlan {
- members 301;
- }
- }
- }
- }
- ge-0/0/5 {
- disable;
- }
- ge-0/0/6 {
- disable;
- }
- ge-0/0/7 {
- disable;
- }
- ge-0/0/8 {
- disable;
- }
- ge-0/0/9 {
- disable;
- }
- ge-0/0/10 {
- disable;
- }
- ge-0/0/11 {
- disable;
- }
- ge-0/0/12 {
- disable;
- }
- ge-0/0/13 {
- disable;
- }
- ge-0/0/14 {
- disable;
- }
- ge-0/0/15 {
- disable;
- }
- ge-0/0/16 {
- disable;
- }
- ge-0/0/17 {
- disable;
- }
- ge-0/0/18 {
- disable;
- }
- ge-0/0/19 {
- disable;
- }
- ge-0/0/20 {
- disable;
- }
- ge-0/0/21 {
- disable;
- }
- ge-0/0/22 {
- disable;
- }
- ge-0/0/23 {
- disable;
- }
ge-0/1/0 {
description "CORE 1GE to core.hut412 ge-1/1/3 | OneNet-HUT412-ODOT-TON-GE-XXXX";
mtu 9192;
@@ -461,21 +407,11 @@
family ethernet-switching {
port-mode trunk;
vlan {
- members [ 80 301 503 ];
+ members [ 80 301 500-501 503 ];
}
}
}
}
- ge-0/1/1 {
- unit 0 {
- family ethernet-switching {
- port-mode access;
- vlan {
- members 301;
- }
- }
- }
- }
ge-0/1/2 {
description "CORE 1GE to swi1.odot.kansas-poe ge-0/1/0 | OneNet-ODOT-TON-KANSASDOT-GE-XXXX";
unit 0 {
@@ -567,7 +503,11 @@
igmp-snooping {
vlan all;
}
- rstp;
+ rstp {
+ interface ITS-EDGE {
+ edge;
+ }
+ }
lldp {
interface all;
}
@@ -620,10 +560,22 @@
}
}
}
+ethernet-switching-options {
+ bpdu-block {
+ interface ITS-EDGE;
+ disable-timeout 60;
+ }
+}
vlans {
VLAN-301 {
vlan-id 301;
}
+ VLAN-500 {
+ vlan-id 500;
+ }
+ VLAN-501 {
+ vlan-id 501;
+ }
VLAN-503 {
vlan-id 503;
}
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 124977)
+++ configs/core.law.onenet.net (working copy)
@@ -493,8 +493,6 @@
#lsi.1064341 up up
#lsi.1064346 up up
#lsi.1064352 up up
-#lsi.1064353 up up
-#lsi.1064354 up up
#lsi.1064355 up up
#lsi.1064359 up up
#lsi.1064360 up up
@@ -505,6 +503,8 @@
#lsi.1064366 up up
#lsi.1064367 up up
#lsi.1064368 up up
+#lsi.1064369 up up
+#lsi.1064370 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 124977)
+++ configs/core5.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2015-03-16 22:26:02 CDT by andrew via cli commit synchronize
# 2015-03-15 00:52:58 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2015-03-13 11:31:47 CDT by andrew via cli commit synchronize
# 2015-03-12 21:18:00 CDT by andrew via cli commit synchronize
# 2015-03-12 10:31:52 CDT by joel via cli commit synchronize
# 2015-03-12 10:27:19 CDT by joel via cli commit synchronize
-# 2015-03-10 21:09:39 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -420,7 +420,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:50 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2015-03-15 00:52 CDT by andrew
+# Last configured: 2015-03-16 22:26 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -618,7 +618,6 @@
#lsi.1496572 up up
#lsi.1496573 up up
#lsi.1496578 up up
-#lsi.1496579 up up
#lsi.1496580 up up
#lsi.1496581 up up
#lsi.1496582 up up
@@ -628,6 +627,9 @@
#lsi.1496587 up up
#lsi.1496588 up up
#lsi.1496589 up up
+#lsi.1496590 up up
+#lsi.1496592 up up
+#lsi.1496593 up up
#mtun up up
#pimd up up
#pime up up
@@ -635,7 +637,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-03-15 00:52:58 CDT by andrew
+## Last commit: 2015-03-16 22:26:02 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -1491,7 +1493,7 @@
}
}
unit 2527 {
- description ODOT-VPLS-OKC-REMOTE-TRAINING/RESIDENCY;
+ description ODOT-ITS-VPLS;
encapsulation vlan-vpls;
vlan-id-range 301-330;
family vpls {
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net (revision 124921)
+++ configs/core.hut.hen.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at HENRYETTA-MX40> show system commit
+# 2015-03-16 22:49:23 CDT by andrew via cli commit confirmed, rollback in 3mins
+# 2015-03-16 22:45:12 CDT by andrew via cli
# 2015-03-14 23:18:58 CDT by andrew via cli commit confirmed, rollback in 5mins
# 2015-03-14 23:15:21 CDT by andrew via cli commit confirmed, rollback in 5mins
# 2015-03-14 23:03:05 CDT by andrew via cli commit confirmed, rollback in 5mins
# 2015-03-14 22:59:38 CDT by andrew via cli commit confirmed, rollback in 5mins
-# 2015-03-10 00:51:37 CDT by andrew via cli
-# 2015-02-06 10:58:28 CST by andrew via cli
# grnoc-mon at HENRYETTA-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -233,7 +233,7 @@
# grnoc-mon at HENRYETTA-MX40> show system uptime
# System booted: 2014-09-20 02:01 CDT
# Protocols started: 2014-09-20 02:02 CDT
-# Last configured: 2015-03-14 23:18 CDT by andrew
+# Last configured: 2015-03-16 22:49 CDT by andrew
#
# grnoc-mon at HENRYETTA-MX40> show interface terse
#Interface Admin Link
@@ -249,6 +249,9 @@
#xe-0/0/1 up down
#ge-1/0/0 up up
#ge-1/0/0.80 up up
+#ge-1/0/0.500 up up
+#ge-1/0/0.501 up up
+#ge-1/0/0.2527 up up
#ge-1/0/0.32767 up up
#ge-1/0/1 up down
#ge-1/0/2 down down
@@ -293,6 +296,16 @@
#lo0.16385 up up
#lsi up up
#lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
+#lsi.1048576 up up
+#lsi.1048577 up up
+#lsi.1048578 up up
+#lsi.1048579 up up
+#lsi.1048580 up up
+#lsi.1048581 up up
+#lsi.1048582 up up
+#lsi.1048584 up up
#me0 up up
#me0.0 up up
#mtun up up
@@ -302,7 +315,7 @@
#pp0 up up
#tap up up
# grnoc-mon at HENRYETTA-MX40> show configuration
-## Last commit: 2015-03-14 23:18:58 CDT by andrew
+## Last commit: 2015-03-16 22:49:23 CDT by andrew
version 12.3R7.7;
system {
host-name HENRYETTA-MX40;
@@ -491,17 +504,51 @@
}
ge-1/0/0 {
description "CORE 1GE to swi.odot.checotah ge-0/1/0 | OneNet-HUTHEN-CHEIHDOT-GE-XXXX";
- vlan-tagging;
+ flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
unit 80 {
- description swi1.odot.checotah.mgmt;
vlan-id 80;
family inet {
mtu 1500;
address 10.199.210.53/30;
}
}
+ unit 500 {
+ description "ODOT-CHECOTAH-INTERSTATE-MAINTENANCE-MGMT-100M-CIR000XXXX [ORDERED]";
+ vlan-id 500;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.40.118/31;
+ }
+ }
+ unit 501 {
+ description "ODOT-CHECOTAH-INTERSTATE-MAINTENANCE-AGENCY-DATA-100M-CIR000XXXX [ORDERED]";
+ vlan-id 501;
+ family inet {
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ address 10.119.24.118/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-1/0/1 {
description "NNI-TO-OKLATEL [NO-MONITOR]";
@@ -946,6 +993,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 1 {
from protocol static;
@@ -1034,6 +1177,8 @@
}
}
community Henryetta members 5078:164;
+ 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;
}
@@ -1272,8 +1417,72 @@
}
}
}
+ policer 100M-POL {
+ if-exceeding {
+ bandwidth-limit 100m;
+ burst-size-limit 20m;
+ }
+ then discard;
+ }
}
routing-instances {
+ ODOT-VPLS-2527 {
+ description ODOT-VPLS;
+ instance-type vpls;
+ vlan-id all;
+ interface ge-1/0/0.2527;
+ route-distinguisher 164.58.199.164:2527;
+ vrf-target target:5078:2527;
+ protocols {
+ vpls {
+ mac-table-size {
+ 10000;
+ packet-action drop;
+ }
+ no-tunnel-services;
+ site ADA {
+ site-identifier 9164;
+ interface ge-1/0/0.2527;
+ }
+ }
+ }
+ }
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface ge-1/0/0.501;
+ route-distinguisher 164.58.199.164: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.118 {
+ interface ge-1/0/0.501;
+ }
+ }
+ }
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-1/0/0.500;
+ route-distinguisher 164.58.199.164: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.118 {
+ interface ge-1/0/0.500;
+ }
+ }
+ }
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 124977)
+++ configs/core.dur.onenet.net (working copy)
@@ -351,14 +351,14 @@
#lsi.1050089 up up
#lsi.1050109 up up
#lsi.1050110 up up
-#lsi.1050114 up up
-#lsi.1050115 up up
#lsi.1050117 up up
#lsi.1050118 up up
#lsi.1050119 up up
#lsi.1050120 up up
#lsi.1050121 up up
#lsi.1050122 up up
+#lsi.1050123 up up
+#lsi.1050124 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net (revision 124977)
+++ configs/core.say.onenet.net (working copy)
@@ -337,11 +337,11 @@
#lsi.1050073 up up
#lsi.1050075 up up
#lsi.1050076 up up
-#lsi.1050080 up up
#lsi.1050081 up up
#lsi.1050082 up up
#lsi.1050083 up up
#lsi.1050084 up up
+#lsi.1050085 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 124977)
+++ configs/core4.okc.onenet.net (working copy)
@@ -821,6 +821,8 @@
#lsi.1049805 up up
#lsi.1049806 up up
#lsi.1049807 up up
+#lsi.1049808 up up
+#lsi.1049810 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 124977)
+++ configs/core1.dc.onenet.net (working copy)
@@ -932,12 +932,12 @@
#lsi.1050639 up up
#lsi.1050643 up up
#lsi.1050644 up up
-#lsi.1050648 up up
#lsi.1050649 up up
#lsi.1050650 up up
#lsi.1050651 up up
#lsi.1050652 up up
#lsi.1050653 up up
+#lsi.1050654 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 124978)
+++ configs/core.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-MX480-RE0> show system commit
+# 2015-03-16 22:33:52 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-03-16 14:20:03 CDT by sky via cli commit synchronize
# 2015-03-14 21:57:35 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-03-14 21:54:03 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2015-03-14 16:44:52 CDT by andrew via cli commit synchronize
# 2015-03-14 16:41:25 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-# 2015-03-11 13:17:35 CDT by sky via cli commit synchronize
# grnoc-mon at ADA-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -259,7 +259,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: 2015-03-16 14:20 CDT by sky
+# Last configured: 2015-03-16 22:33 CDT by andrew
#
# {master}
# grnoc-mon at ADA-MX480-RE0> show interface terse
@@ -290,11 +290,12 @@
#ge-0/2/1.3900 up up
#ge-0/2/1.3901 up up
#ge-0/2/1.32767 up up
-#ge-0/2/2 up up
-#ge-0/2/2.71 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/2 up down
+#ge-0/2/2.71 up down
+#ge-0/2/2.80 up down
+#ge-0/2/2.500 up down
+#ge-0/2/2.2527 up down
+#ge-0/2/2.32767 up down
#ge-0/2/3 up down
#ge-0/2/4 up up
#ge-0/2/4.80 up up
@@ -362,7 +363,6 @@
#lsi.1050420 up up
#lsi.1050423 up up
#lsi.1050427 up up
-#lsi.1050428 up up
#lsi.1050431 up up
#lsi.1050432 up up
#lsi.1050433 up up
@@ -371,6 +371,7 @@
#lsi.1050436 up up
#lsi.1050437 up up
#lsi.1050438 up up
+#lsi.1050448 up up
#mtun up up
#pimd up up
#pime up up
@@ -378,7 +379,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-MX480-RE0> show configuration
-## Last commit: 2015-03-16 14:20:03 CDT by sky
+## Last commit: 2015-03-16 22:33:52 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -674,7 +675,7 @@
}
ge-0/2/2 {
description "CORE 1GE to swi.odot.ada-hq ge-0/1/1 | OneNet-ADA-ADA128DOT-GE-XXXX";
- vlan-tagging;
+ flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
unit 71 {
@@ -685,7 +686,6 @@
}
}
unit 80 {
- description OneNet-ADA-ADA128DOT-GE-XXXX;
vlan-id 80;
family inet {
mtu 1500;
@@ -693,15 +693,26 @@
}
}
unit 500 {
- description ODOT-ADA-HQ-100M-CIR0006038;
+ description ODOT-ADA-HQ-300M-CIR0006038;
vlan-id 500;
family inet {
mtu 1500;
policer {
+ input 300M-POL;
+ output 300M-POL;
+ }
+ address 10.119.9.25/30;
+ }
+ }
+ unit 2527 {
+ description ODOT-ITS-VPLS;
+ encapsulation vlan-vpls;
+ vlan-id-range 301-330;
+ family vpls {
+ policer {
input 100M-POL;
output 100M-POL;
}
- address 10.119.9.25/30;
}
}
}
@@ -1782,6 +1793,13 @@
}
then discard;
}
+ policer 300M-POL {
+ if-exceeding {
+ bandwidth-limit 300m;
+ burst-size-limit 60m;
+ }
+ then discard;
+ }
}
routing-instances {
ODOT-L3VPN {
@@ -1799,6 +1817,27 @@
}
}
}
+ ODOT-VPLS-2527 {
+ description ODOT-VPLS;
+ instance-type vpls;
+ vlan-id all;
+ interface ge-0/2/2.2527;
+ route-distinguisher 164.58.199.23:2527;
+ vrf-target target:5078:2527;
+ protocols {
+ vpls {
+ mac-table-size {
+ 10000;
+ packet-action drop;
+ }
+ no-tunnel-services;
+ site ADA {
+ site-identifier 9023;
+ interface ge-0/2/2.2527;
+ }
+ }
+ }
+ }
ONENET-MGMT-L3VPN {
description ONENET-MGMT-L3VPN;
instance-type vrf;
@@ -1910,7 +1949,6 @@
# grnoc-mon at ADA-MX480-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.244.5 ge-0/2/0.42 Full 164.58.199.22
-# 164.58.247.198 ge-0/2/2.71 Full 164.58.198.4
# 164.58.244.6 xe-0/0/0.42 Full 164.58.199.211
#
# {master}
@@ -1919,11 +1957,10 @@
Address State Interface Time Interval Multiplier
164.58.244.5 Up ge-0/2/0.42 1.200 0.400 3
164.58.244.6 Up xe-0/0/0.42 1.200 0.400 3
-164.58.247.198 Up ge-0/2/2.71 1.200 0.400 3
fe80::223:9c00:2ab3:16fb Up ge-0/2/0.42 1.200 0.400 3
fe80::8618:8800:2a28:3a18 Up xe-0/0/0.42 1.200 0.400 3
-5 sessions, 5 clients
-Cumulative transmit rate 12.5 pps, cumulative receive rate 12.5 pps
+4 sessions, 4 clients
+Cumulative transmit rate 10.0 pps, cumulative receive rate 10.0 pps
{master}
Index: configs/core.ida.onenet.net
===================================================================
--- configs/core.ida.onenet.net (revision 124977)
+++ configs/core.ida.onenet.net (working copy)
@@ -353,13 +353,13 @@
#lsi.1052435 up up
#lsi.1052452 up up
#lsi.1052453 up up
-#lsi.1052457 up up
-#lsi.1052458 up up
#lsi.1052460 up up
#lsi.1052461 up up
#lsi.1052462 up up
#lsi.1052463 up up
#lsi.1052464 up up
+#lsi.1052465 up up
+#lsi.1052466 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/swi.cai.cleet.onenet.net
===================================================================
--- configs/swi.cai.cleet.onenet.net (revision 123327)
+++ configs/swi.cai.cleet.onenet.net (working copy)
@@ -196,8 +196,8 @@
#ge-0/0/22 down down
#ge-0/0/23 up up
#ge-0/0/23.0 up up
-#ge-0/1/0 up up
-#ge-0/1/0.0 up up
+#ge-0/1/0 up down
+#ge-0/1/0.0 up down
#ge-0/1/1 up up
#ge-0/1/1.0 up up
#bme0 up up
@@ -219,7 +219,7 @@
#tap up up
#vlan up up
#vlan.70 up up
-#vlan.71 up up
+#vlan.71 up down
#vme up down
# grnoc-mon at SWI-CLEET-ADA-EX-3300> show configuration
## Last commit: 2014-11-07 15:45:48 CST by admin
@@ -629,16 +629,14 @@
# grnoc-mon at SWI-CLEET-ADA-EX-3300> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.247.93 vlan.70 Full 164.58.199.47
-# 164.58.247.197 vlan.71 Full 164.58.199.23
#
# {master:0}
# grnoc-mon at SWI-CLEET-ADA-EX-3300> show bfd session
Detect Transmit
Address State Interface Time Interval Multiplier
164.58.247.93 Up vlan.70 1.200 0.400 3
-164.58.247.197 Up vlan.71 1.200 0.400 3
-2 sessions, 2 clients
-Cumulative transmit rate 5.0 pps, cumulative receive rate 5.0 pps
+1 sessions, 1 clients
+Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
{master:0}
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net (revision 124979)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -316,6 +316,8 @@
#lsi.1049045 up up
#lsi.1049046 up up
#lsi.1049047 up up
+#lsi.1049048 up up
+#lsi.1049050 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.hut.ard.onenet.net
===================================================================
--- configs/core.hut.ard.onenet.net (revision 124977)
+++ configs/core.hut.ard.onenet.net (working copy)
@@ -310,6 +310,8 @@
#lsi.1048904 up up
#lsi.1048905 up up
#lsi.1048906 up up
+#lsi.1048907 up up
+#lsi.1048909 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 124978)
+++ configs/core.ard.onenet.net (working copy)
@@ -346,7 +346,6 @@
#lsi.1051575 up up
#lsi.1051587 up up
#lsi.1051588 up up
-#lsi.1051594 up up
#lsi.1051595 up up
#lsi.1051599 up up
#lsi.1051600 up up
@@ -354,7 +353,8 @@
#lsi.1051602 up up
#lsi.1051603 up up
#lsi.1051604 up up
-#lsi.1051605 up up
+#lsi.1051606 up up
+#lsi.1051607 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 124977)
+++ 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 22:59:27 CDT by andrew via cli commit synchronize
# 2015-03-16 19:12:42 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 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
# 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 19:12 CDT by andrew
+# Last configured: 2015-03-16 22:59 CDT by andrew
#
# {master}
# grnoc-mon at ALTUS-MX480-RE0> show interface terse
@@ -334,6 +334,7 @@
#ge-0/3/4.32767 up up
#ge-0/3/5 up up
#ge-0/3/5.80 up up
+#ge-0/3/5.2527 up up
#ge-0/3/5.32767 up up
#ge-0/3/6 down down
#ge-0/3/6.0 up down
@@ -369,6 +370,8 @@
#lsi.1048580 up up
#lsi.1048581 up up
#lsi.1048582 up up
+#lsi.1048583 up up
+#lsi.1048585 up up
#mtun up up
#pimd up up
#pime up up
@@ -376,7 +379,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALTUS-MX480-RE0> show configuration
-## Last commit: 2015-03-16 19:12:42 CDT by andrew
+## Last commit: 2015-03-16 22:59:27 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -976,7 +979,7 @@
}
ge-0/3/5 {
description "CORE 1GE to swi.odot.altus-regmaint ge-0/1/0 | OneNet-ALT-ALT163DOT-GE-XXXX";
- vlan-tagging;
+ flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
unit 80 {
@@ -986,6 +989,17 @@
address 10.199.210.129/30;
}
}
+ 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/6 {
description "Hub Appliance - Camera #2 - ALT";
@@ -2082,6 +2096,7 @@
instance-type vpls;
vlan-id all;
interface ge-0/3/4.2527;
+ interface ge-0/3/5.2527;
route-distinguisher 164.58.199.27:2527;
vrf-target target:5078:2527;
protocols {
@@ -2094,6 +2109,7 @@
site ALT {
site-identifier 9027;
interface ge-0/3/4.2527;
+ interface ge-0/3/5.2527;
}
}
}
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net (revision 124977)
+++ configs/core1.sti-mx960.onenet.net (working copy)
@@ -661,13 +661,13 @@
#lsi.1058862 up up
#lsi.1058864 up up
#lsi.1058865 up up
-#lsi.1058870 up up
#lsi.1058871 up up
#lsi.1058872 up up
#lsi.1058873 up up
#lsi.1058874 up up
#lsi.1058875 up up
#lsi.1058876 up up
+#lsi.1058877 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 124979)
+++ configs/core.chi.onenet.net (working copy)
@@ -328,7 +328,6 @@
#lsi.1049264 up up
#lsi.1049276 up up
#lsi.1049278 up up
-#lsi.1049286 up up
#lsi.1049287 up up
#lsi.1049291 up up
#lsi.1049293 up up
@@ -340,8 +339,9 @@
#lsi.1049301 up up
#lsi.1049302 up up
#lsi.1049303 up up
-#lsi.1049304 up up
#lsi.1049305 up up
+#lsi.1049306 up up
+#lsi.1049307 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.wea.onenet.net
===================================================================
--- configs/core.wea.onenet.net (revision 124977)
+++ configs/core.wea.onenet.net (working copy)
@@ -336,8 +336,6 @@
#lsi.1051189 up up
#lsi.1051195 up up
#lsi.1051211 up up
-#lsi.1051216 up up
-#lsi.1051217 up up
#lsi.1051218 up up
#lsi.1051221 up up
#lsi.1051222 up up
@@ -345,6 +343,8 @@
#lsi.1051224 up up
#lsi.1051225 up up
#lsi.1051226 up up
+#lsi.1051227 up up
+#lsi.1051228 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net (revision 124977)
+++ configs/core1.nor.onenet.net (working copy)
@@ -454,13 +454,13 @@
#lsi.1048996 up up
#lsi.1048997 up up
#lsi.1049001 up up
-#lsi.1049002 up up
#lsi.1049004 up up
#lsi.1049005 up up
#lsi.1049006 up up
#lsi.1049007 up up
#lsi.1049008 up up
#lsi.1049009 up up
+#lsi.1049010 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net (revision 124977)
+++ configs/core.dun.onenet.net (working copy)
@@ -356,6 +356,8 @@
#lsi.1050885 up up
#lsi.1050887 up up
#lsi.1050888 up up
+#lsi.1050889 up up
+#lsi.1050891 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.hut.pra.onenet.net
===================================================================
--- configs/core.hut.pra.onenet.net (revision 124977)
+++ configs/core.hut.pra.onenet.net (working copy)
@@ -302,6 +302,8 @@
#lsi.1048689 up up
#lsi.1048690 up up
#lsi.1048691 up up
+#lsi.1048692 up up
+#lsi.1048694 up up
#me0 up up
#me0.0 up up
#mtun up up
More information about the Nocrancid
mailing list