[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Mar 14 09:04:29 CDT 2017
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 151478)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -614,6 +614,7 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 151482)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -503,8 +503,8 @@
#t1-2/3/0:2:16 down down
#t1-2/3/0:2:17 up up
#t1-2/3/0:2:17.0 up up
-#t1-2/3/0:2:18 up up
-#t1-2/3/0:2:18.0 up up
+#t1-2/3/0:2:18 up down
+#t1-2/3/0:2:18.0 up down
#t1-2/3/0:2:19 up up
#t1-2/3/0:2:19.0 up up
#t1-2/3/0:2:20 down down
Index: configs/odot-stillwater-residence.client.onenet.net
===================================================================
--- configs/odot-stillwater-residence.client.onenet.net (revision 151473)
+++ configs/odot-stillwater-residence.client.onenet.net (working copy)
@@ -126,8 +126,8 @@
#ge-0/0/2.0 up down
#ge-0/0/3 up up
#ge-0/0/3.0 up up
-#ge-0/0/4 up up
-#ge-0/0/4.0 up up
+#ge-0/0/4 up down
+#ge-0/0/4.0 up down
#ge-0/0/5 up down
#ge-0/0/5.0 up down
#ge-0/0/6 up down
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 151464)
+++ 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
+# 2017-03-14 08:43:13 CDT by andrew via cli commit synchronize
# 2017-03-13 12:41:58 CDT by andrew via cli commit synchronize
# 2017-03-13 12:26:01 CDT by sean via cli commit synchronize
# 2017-03-13 12:19:56 CDT by sean via cli commit synchronize
# 2017-03-13 12:16:21 CDT by andrew via cli commit synchronize
# 2017-03-10 10:51:22 CST by joel via cli commit synchronize
-# 2017-03-09 14:37:04 CST by sky via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -448,7 +448,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2016-10-12 08:16 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-03-13 12:41 CDT by andrew
+# Last configured: 2017-03-14 08:43 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -568,6 +568,7 @@
#xe-1/0/0.581 up up
#xe-1/0/0.590 up up
#xe-1/0/0.608 up up
+#xe-1/0/0.613 up up
#xe-1/0/0.614 up up
#xe-1/0/0.616 up up
#xe-1/0/0.617 up up
@@ -1037,6 +1038,7 @@
#lsi.20 up up
#lsi.21 up up
#lsi.24 up up
+#lsi.25 up up
#lsi.1048577 up up
#lsi.1048587 up up
#lsi.1048591 up up
@@ -1104,7 +1106,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-03-13 12:41:58 CDT by andrew
+## Last commit: 2017-03-14 08:43:13 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -2212,6 +2214,18 @@
address 164.58.16.253/30;
}
}
+ unit 613 {
+ description "OSBI-WEATHERFORD-10M-CIR0019425 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 613 inner 123;
+ family inet {
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ }
+ }
unit 614 {
description PERKINS-TYRON-PS-100M-CIR0019426;
bandwidth 100m;
@@ -9760,6 +9774,41 @@
then reject;
}
}
+ policy-statement OSBI-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OSBI-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OSBI-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OSBI-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OSBI-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OSBI-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OTRD-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -10109,6 +10158,7 @@
community ONENET_SRC_CUSTOMER members 5078:4300;
community ONENET_SRC_PEER members 5078:4200;
community ONENET_SRC_RESEARCH members 5078:4100;
+ community OSBI-VPN members target:5078:2546;
community OTRD-DATA-VPN members target:5078:2569;
community OTRD-GUEST-VPN members target:5078:2574;
community PS-NET-VPN members target:5078:2530;
@@ -17440,6 +17490,16 @@
}
}
}
+ OSBI-L3VPN {
+ description OSBI-L3VPN;
+ instance-type vrf;
+ interface xe-1/0/0.613;
+ route-distinguisher 164.58.199.215:2546;
+ vrf-import OSBI-VRF-IMPORT;
+ vrf-export OSBI-VRF-EXPORT;
+ vrf-target target:5078:2532;
+ vrf-table-label;
+ }
OTA-VPLS {
description OTA-VPLS;
instance-type vpls;
Index: configs/core.wea.onenet.net
===================================================================
--- configs/core.wea.onenet.net (revision 151474)
+++ configs/core.wea.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at WEATHERFORD-MX480-RE0> show system commit
+# 2017-03-14 08:43:40 CDT by andrew via cli commit synchronize
# 2017-02-24 23:18:36 CST by andrew via cli commit synchronize
# 2017-01-30 10:39:53 CST by joel via cli commit synchronize
# 2017-01-29 01:07:35 CST by andrew via cli commit synchronize
# 2017-01-27 17:18:01 CST by joel via cli commit confirmed, rollback in 3mins synchronize
# 2017-01-27 12:45:01 CST by joel via cli commit synchronize
-# 2017-01-27 11:45:11 CST by joel via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at WEATHERFORD-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -252,7 +252,7 @@
# grnoc-mon at WEATHERFORD-MX480-RE0> show system uptime
# System booted: 2016-03-13 01:34 CST
# Protocols started: 2016-03-13 01:45 CST
-# Last configured: 2017-02-24 23:18 CST by andrew
+# Last configured: 2017-03-14 08:43 CDT by andrew
#
# {master}
# grnoc-mon at WEATHERFORD-MX480-RE0> show interface terse
@@ -355,7 +355,7 @@
#pp0 up up
#tap up up
# grnoc-mon at WEATHERFORD-MX480-RE0> show configuration
-## Last commit: 2017-02-24 23:18:36 CST by andrew
+## Last commit: 2017-03-14 08:43:40 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -658,7 +658,7 @@
}
}
ge-0/2/2 {
- description NNI-TO-ATT-WEA-CIR0004238;
+ description "NNI-TO-ATT-WEA-CIR0004238 [DECOM]";
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
@@ -666,7 +666,7 @@
no-auto-negotiation;
}
unit 123 {
- description OSBI-WEATHERFORD-10M-CIR0005712;
+ description "OSBI-WEATHERFORD-10M-CIR0005712 [DECOM]";
bandwidth 10m;
vlan-id 123;
family inet {
More information about the Nocrancid
mailing list