[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun Jun 25 19:05:35 CDT 2017
Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net (revision 154403)
+++ configs/core.say.onenet.net (working copy)
@@ -279,10 +279,10 @@
#pfe-0/2/0.16383 up up
#ge-0/2/1 up up
#ge-0/2/1.0 up up
-#ge-0/2/2 up down
-#ge-0/2/2.80 up down
-#ge-0/2/2.500 up down
-#ge-0/2/2.32767 up down
+#ge-0/2/2 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/3 up up
#ge-0/2/3.10 up up
#ge-0/2/3.500 up up
Index: configs/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net (revision 154403)
+++ configs/kiamichi-fmc-battiest.client.onenet.net (working copy)
@@ -171,7 +171,7 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up up
+#st0.1 up down
#st0.2 up up
#tap up up
#vlan up down
Index: configs/haywood-ps.client.onenet.net
===================================================================
--- configs/haywood-ps.client.onenet.net (revision 152579)
+++ configs/haywood-ps.client.onenet.net (working copy)
@@ -109,14 +109,15 @@
# da0: 40.000MB/s transfers
# da0: 2000MB (4096000 512 byte sectors: 255H 63S/T 254C)
# Trying to mount root from ufs:/dev/da0s1a
+# WARNING: / was not properly dismounted
#
# grnoc-mon at HAYWOOD-PS-LR-004888> show version
# Hostname: HAYWOOD-PS-LR-004888 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at HAYWOOD-PS-LR-004888> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
# total files: 1
#
# grnoc-mon at HAYWOOD-PS-LR-004888> show system uptime
-# System booted: 2017-04-21 03:07 CDT
-# Protocols started: 2017-04-21 03:09 CDT
+# System booted: 2017-06-25 18:27 CDT
+# Protocols started: 2017-06-25 18:29 CDT
# Last configured: 2017-04-07 09:29 CDT by sean
#
# grnoc-mon at HAYWOOD-PS-LR-004888> show interface terse
Index: configs/osrhe-chancellor-residence.client.onenet.net
===================================================================
--- configs/osrhe-chancellor-residence.client.onenet.net (revision 154403)
+++ configs/osrhe-chancellor-residence.client.onenet.net (working copy)
@@ -145,7 +145,7 @@
#ppe0 up up
#st0 up up
#st0.0 up up
-#st0.1 up down
+#st0.1 up up
#tap up up
#vlan up up
#vlan.4 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 154400)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2017-06-25 18:16:06 CDT by sky via cli commit synchronize
# 2017-06-23 13:48:58 CDT by aberrios via cli commit synchronize
# 2017-06-23 13:46:09 CDT by aberrios via cli commit synchronize
# 2017-06-23 13:40:32 CDT by aberrios via cli commit synchronize
# 2017-06-23 13:21:30 CDT by aberrios via cli commit synchronize
# 2017-06-22 13:44:04 CDT by sean via cli commit synchronize
-# 2017-06-22 12:05:46 CDT by aberrios via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2017-06-23 13:48 CDT by aberrios
+# Last configured: 2017-06-25 18:16 CDT by sky
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -866,6 +866,7 @@
#lsi.15 up up
#lsi.16 up up
#lsi.17 up up
+#lsi.18 up up
#lsi.1048601 up up
#lsi.1048603 up up
#lsi.1048607 up up
@@ -880,7 +881,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-06-23 13:48:58 CDT by aberrios
+## Last commit: 2017-06-25 18:16:06 CDT by sky
version 13.3R9.13;
groups {
re0 {
@@ -7208,6 +7209,48 @@
then accept;
}
}
+ policy-statement DEQ-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DEQ-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DEQ-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement DHS-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -8441,6 +8484,7 @@
community 5078:11897 members 5078:11897;
community 5078:22773 members 5078:22773;
community AERON-NETFLIX members 40581:3003;
+ community DEQ-DATA-VPN members target:5078:2639;
community DHS-DATA-VPN members target:5078:2570;
community DHS-GUEST-VPN members target:5078:2571;
community DOH-VPN members target:5078:3000;
@@ -9611,6 +9655,15 @@
}
}
routing-instances {
+ DEQ-DATA-L3VPN {
+ description DEQ-DATA-L3VPN;
+ instance-type vrf;
+ route-distinguisher 164.58.199.225:2639;
+ vrf-import DEQ-DATA-VRF-IMPORT;
+ vrf-export DEQ-DATA-VRF-EXPORT;
+ vrf-target target:5078:2639;
+ vrf-table-label;
+ }
DHS-DATA-L3VPN {
description DHS-DATA-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list