[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Jan 31 00:04:49 CST 2017
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 150195)
+++ configs/core.alt.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ALTUS-MX480-RE0> show system commit
+# 2017-01-30 23:15:55 CST by andrew via cli commit synchronize
# 2017-01-29 02:19:48 CST by andrew via cli commit synchronize
# 2017-01-29 02:17:57 CST by andrew via cli commit synchronize
# 2017-01-26 15:12:50 CST by andrew via cli commit synchronize
# 2017-01-19 14:49:47 CST by sean via cli commit synchronize
# 2017-01-19 14:46:24 CST by sean via cli commit synchronize
-# 2017-01-09 10:00:59 CST by andrew via cli commit synchronize
# grnoc-mon at ALTUS-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -258,7 +258,7 @@
# grnoc-mon at ALTUS-MX480-RE0> show system uptime
# System booted: 2016-03-17 01:01 CDT
# Protocols started: 2016-03-17 01:12 CDT
-# Last configured: 2017-01-29 02:19 CST by andrew
+# Last configured: 2017-01-30 23:15 CST by andrew
#
# {master}
# grnoc-mon at ALTUS-MX480-RE0> show interface terse
@@ -427,7 +427,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALTUS-MX480-RE0> show configuration
-## Last commit: 2017-01-29 02:19:48 CST by andrew
+## Last commit: 2017-01-30 23:15:55 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -695,6 +695,7 @@
mtu 9000;
address 164.58.244.26/31;
}
+ family iso;
family mpls;
}
}
@@ -1395,6 +1396,10 @@
reference-bandwidth 1000g;
level 1 disable;
interface xe-0/0/0.69;
+ interface xe-0/1/0.42 {
+ level 1 metric 200;
+ level 2 metric 200;
+ }
interface ge-0/2/0.0;
interface ge-0/2/1.830;
interface fxp0.0 {
@@ -2695,7 +2700,7 @@
fe80::2ac0:daff:fec0:6fb Up ge-0/2/0.0 1.200 0.400 3
fe80::8618:8800:45ee:194a Up xe-0/0/0.69 1.200 0.400 3
-5 sessions, 7 clients
+5 sessions, 8 clients
Cumulative transmit rate 12.5 pps, cumulative receive rate 12.5 pps
{master}
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 150232)
+++ configs/hub.chi.onenet.net (working copy)
@@ -282,7 +282,7 @@
#t1-2/0/2:1 up up
#t1-2/0/2:1.16 up up
#t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net (revision 150243)
+++ configs/core1.okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE1-MX960-RE0> show system commit
+# 2017-01-30 23:44:27 CST by andrew via cli commit synchronize
# 2017-01-30 22:45:02 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-01-29 02:12:00 CST by andrew via cli commit synchronize
# 2017-01-29 02:06:34 CST by andrew via cli commit synchronize
# 2017-01-29 01:29:09 CST by andrew via cli commit synchronize
# 2017-01-29 00:45:46 CST by andrew via cli commit synchronize
-# 2017-01-29 00:36:51 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -578,7 +578,7 @@
# grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime
# System booted: 2016-10-12 08:15 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-01-30 22:45 CST by andrew
+# Last configured: 2017-01-30 23:44 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse
@@ -849,6 +849,7 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
+#lsi.256 up up
#mtun up up
#pimd up up
#pime up up
@@ -856,7 +857,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE1-MX960-RE0> show configuration
-## Last commit: 2017-01-30 22:45:02 CST by andrew
+## Last commit: 2017-01-30 23:44:27 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -13081,6 +13082,51 @@
}
}
}
+ policy-statement INTERNET-VRF-EXPORT {
+ term EXPORT-STATIC {
+ from protocol static;
+ then {
+ community add INTERNET;
+ accept;
+ }
+ }
+ term EXPORT-DIRECT {
+ from protocol direct;
+ then {
+ community add INTERNET;
+ accept;
+ }
+ }
+ term EXPORT-OSPF {
+ from protocol ospf;
+ then {
+ community add INTERNET;
+ accept;
+ }
+ }
+ term EXPORT-BGP {
+ from protocol bgp;
+ then {
+ community add INTERNET;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement INTERNET-VRF-IMPORT {
+ term IMPORT-ROUTES {
+ from {
+ protocol bgp;
+ community INTERNET;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -13126,6 +13172,7 @@
}
}
}
+ community INTERNET members target:5078:1000;
community OKCCORE1 members 5078:211;
community ONENET_AGGREGATE members 5078:9601;
}
@@ -13603,6 +13650,15 @@
}
}
routing-instances {
+ INTERNET-L3VPN {
+ description INTERNET-L3VPN;
+ instance-type vrf;
+ route-distinguisher 164.58.199.211:1000;
+ vrf-import INTERNET-VRF-IMPORT;
+ vrf-export INTERNET-VRF-EXPORT;
+ vrf-target target:5078:1000;
+ vrf-table-label;
+ }
JOSE-VPLS {
description OKLAHOMA-WESTERN-VPLS;
instance-type vpls;
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 150243)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -675,7 +675,6 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net (revision 150192)
+++ configs/core1.ptc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit
+# 2017-01-30 23:15:49 CST by andrew via cli commit synchronize
# 2017-01-28 23:41:44 CST by andrew via cli commit synchronize
# 2017-01-28 21:59:33 CST by andrew via cli commit synchronize
# 2017-01-28 16:47:57 CST by andrew via cli commit synchronize
# 2017-01-28 15:33:55 CST by andrew via cli commit synchronize
# 2017-01-26 11:11:38 CST by andrew via cli commit synchronize
-# 2017-01-19 10:01:45 CST by joel via cli commit synchronize
# grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -308,7 +308,7 @@
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime
# System booted: 2016-03-17 00:52 CDT
# Protocols started: 2016-03-17 01:01 CDT
-# Last configured: 2017-01-28 23:41 CST by andrew
+# Last configured: 2017-01-30 23:15 CST by andrew
#
# {master}
# grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse
@@ -459,7 +459,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration
-## Last commit: 2017-01-28 23:41:44 CST by andrew
+## Last commit: 2017-01-30 23:15:49 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1090,6 +1090,7 @@
}
address 164.58.244.27/31;
}
+ family iso;
family mpls;
}
}
@@ -1815,6 +1816,10 @@
interface xe-1/0/1.501 {
level 2 metric 1000;
}
+ interface xe-1/1/1.42 {
+ level 1 metric 200;
+ level 2 metric 200;
+ }
interface xe-1/2/0.42;
interface fxp0.0 {
apply-groups-except ISIS-L2-INTERFACE;
@@ -3120,7 +3125,7 @@
fe80::8618:8800:90ee:48cf Down xe-0/1/0.144 0.000 2.000 3
fe80::f6b5:2f00:2ad0:d68c Up xe-1/2/0.42 1.200 0.400 3
-9 sessions, 13 clients
+9 sessions, 14 clients
Cumulative transmit rate 18.5 pps, cumulative receive rate 17.5 pps
{master}
More information about the Nocrancid
mailing list