[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Jul 27 18:03:48 CDT 2016
Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net (revision 145071)
+++ configs/allen-public-library.client.onenet.net (working copy)
@@ -141,8 +141,8 @@
#ge-0/0/4.0 up up
#ge-0/0/5 up up
#ge-0/0/5.0 up up
-#ge-0/0/6 up up
-#ge-0/0/6.0 up up
+#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 up
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 145071)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -614,7 +614,6 @@
# 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/core.owtcred.onenet.net
===================================================================
--- configs/core.owtcred.onenet.net (revision 145071)
+++ configs/core.owtcred.onenet.net (working copy)
@@ -292,7 +292,7 @@
#lsi.1048578 up up
#lsi.1048679 up up
#lsi.1048680 up up
-#lsi.1048686 up up
+#lsi.1048688 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 145071)
+++ configs/core.law.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LAWTON-MX480-RE0> show system commit
+# 2016-07-27 17:01:07 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-07-27 16:54:31 CDT by andrew via cli commit synchronize
# 2016-07-26 10:23:28 CDT by sky via cli commit synchronize
# 2016-07-25 09:59:54 CDT by andrew via cli commit synchronize
# 2016-07-20 10:11:32 CDT by andrew via cli commit synchronize
# 2016-07-14 09:54:43 CDT by sky via cli commit synchronize
-# 2016-07-13 11:08:00 CDT by aberrios via cli commit synchronize
# grnoc-mon at LAWTON-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -346,7 +346,7 @@
# grnoc-mon at LAWTON-MX480-RE0> show system uptime
# System booted: 2016-03-16 01:11 CDT
# Protocols started: 2016-03-16 01:22 CDT
-# Last configured: 2016-07-27 16:54 CDT by andrew
+# Last configured: 2016-07-27 17:01 CDT by andrew
#
# {master}
# grnoc-mon at LAWTON-MX480-RE0> show interface terse
@@ -542,6 +542,7 @@
#lsi.2 up up
#lsi.3 up up
#lsi.4 up up
+#lsi.5 up up
#lsi.1048622 up up
#lsi.1048642 up up
#lsi.1048652 up up
@@ -600,7 +601,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LAWTON-MX480-RE0> show configuration
-## Last commit: 2016-07-27 16:54:31 CDT by andrew
+## Last commit: 2016-07-27 17:01:07 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2506,6 +2507,51 @@
then reject;
}
}
+ policy-statement GREAT-PLAINS-VOTECH-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add GREAT-PLAINS-VOTECH-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add GREAT-PLAINS-VOTECH-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add GREAT-PLAINS-VOTECH-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add GREAT-PLAINS-VOTECH-VPN;
+ accept;
+ }
+ }
+ term 5 {
+ then reject;
+ }
+ }
+ policy-statement GREAT-PLAINS-VOTECH-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community GREAT-PLAINS-VOTECH-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -2747,6 +2793,7 @@
community Edmond members 5078:235;
community Elreno members 5078:6;
community Enid members 5078:66;
+ community GREAT-PLAINS-VOTECH-VPN members target:5078:2618;
community Goodwell members 5078:62;
community Idabel members 5078:102;
community Langston members 5078:236;
@@ -3175,6 +3222,21 @@
}
}
}
+ GREAT-PLAINS-VOTECH-L3VPN {
+ description GREAT-PLAINS-VOTECH-L3VPN;
+ instance-type vrf;
+ interface ge-0/1/6.501;
+ route-distinguisher 164.58.199.202:2618;
+ vrf-import GREAT-PLAINS-VOTECH-VRF-IMPORT;
+ vrf-export GREAT-PLAINS-VOTECH-VRF-EXPORT;
+ vrf-target target:5078:2618;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.0.3.2;
+ }
+ }
+ }
ODOT-VPLS-2527 {
description ODOT-VPLS;
instance-type vpls;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 145071)
+++ configs/hub.dur.onenet.net (working copy)
@@ -329,7 +329,7 @@
#fe-2/1/1.0 up up
#fe-2/1/2 up up
#fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
#ge-2/2/0 down down
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net (revision 144966)
+++ configs/core3.tul-m120.onenet.net (working copy)
@@ -362,10 +362,10 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
-#lsq-2/3/0:0 up up
-#lsq-2/3/0:0.16 up up
-#lsq-2/3/0:0.17 up up
-#lsq-2/3/0:0.30 up up
+#lsq-2/3/0:0 up down
+#lsq-2/3/0:0.16 up down
+#lsq-2/3/0:0.17 up down
+#lsq-2/3/0:0.30 up down
#lsq-2/3/0:1 up up
#lsq-2/3/0:1.16 up up
#lsq-2/3/0:1.17 up up
@@ -424,10 +424,10 @@
#t1-3/0/1:11.0 up up
#t1-3/0/1:12 up up
#t1-3/0/1:12.0 up up
-#t1-3/0/1:13 up up
-#t1-3/0/1:13.0 up up
-#t1-3/0/1:14 up up
-#t1-3/0/1:14.0 up up
+#t1-3/0/1:13 up down
+#t1-3/0/1:13.0 up down
+#t1-3/0/1:14 up down
+#t1-3/0/1:14.0 up down
#t1-3/0/1:15 down down
#t1-3/0/1:16 down down
#t1-3/0/1:17 down down
More information about the Nocrancid
mailing list