[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu May 11 16:04:32 CDT 2017
Index: configs/asher-ps.nid.onenet.net
===================================================================
--- configs/asher-ps.nid.onenet.net (revision 153152)
+++ configs/asher-ps.nid.onenet.net (working copy)
@@ -550,7 +550,7 @@
configure access-port access-1-1-1-4
configure flow flow-1-1-1-4-1
eompls-pw none outer-vlantag none
- 0
+#
#CLI:ACCESS PORT-1-1-1-3 Edit
#
home
Index: configs/oda-forestry-goldsby.client.onenet.net
===================================================================
--- configs/oda-forestry-goldsby.client.onenet.net (revision 152587)
+++ configs/oda-forestry-goldsby.client.onenet.net (working copy)
@@ -101,15 +101,14 @@
# ad0: Changing APM level failed
# ad0: 1919MB <ATP COMPACT FLASH 20140121> at ata2-master WDMA2
# Trying to mount root from ufs:/dev/ad0s1a
-# WARNING: / was not properly dismounted
#
# grnoc-mon at ODA-FORESTRY-GOLDSBY> show version
# Hostname: ODA-FORESTRY-GOLDSBY # Model: srx220h2-poe # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at ODA-FORESTRY-GOLDSBY> 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 ODA-FORESTRY-GOLDSBY> show system uptime
-# System booted: 2017-04-21 09:38 CDT
-# Protocols started: 2017-04-21 09:40 CDT
+# System booted: 2017-05-11 15:53 CDT
+# Protocols started: 2017-05-11 15:55 CDT
# Last configured: 2015-12-28 15:06 CST by joel
#
# grnoc-mon at ODA-FORESTRY-GOLDSBY> show interface terse
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 153151)
+++ configs/core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2017-05-11 15:02:02 CDT by andrew via cli commit synchronize
# 2017-05-11 13:59:07 CDT by andrew via cli commit synchronize
# 2017-05-11 13:54:32 CDT by andrew via cli commit synchronize
# 2017-05-11 10:40:22 CDT by andrew via cli commit synchronize
# 2017-05-10 19:32:12 CDT by andrew via cli commit synchronize
# 2017-05-10 19:31:15 CDT by andrew via cli commit synchronize
-# 2017-05-08 17:22:53 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -437,7 +437,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2016-10-12 18:12 CDT
# Protocols started: 2016-10-12 18:14 CDT
-# Last configured: 2017-05-11 13:59 CDT by andrew
+# Last configured: 2017-05-11 15:02 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -1264,6 +1264,7 @@
#lsi.39 up up
#lsi.40 up up
#lsi.41 up up
+#lsi.42 up up
#lsi.1048586 up up
#lsi.1048592 up up
#lsi.1048600 up up
@@ -1338,7 +1339,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-05-11 13:59:07 CDT by andrew
+## Last commit: 2017-05-11 15:02:02 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -10899,6 +10900,48 @@
then reject;
}
}
+ policy-statement DPS-800MHZ-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DPS-800MHZ-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DPS-800MHZ-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DPS-800MHZ-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DPS-800MHZ-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DPS-800MHZ-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-800MHZ-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement DPS-VRF-EXPORT {
term 1 {
from protocol static;
@@ -13644,6 +13687,7 @@
community DHS-GUEST-VPN members target:5078:2571;
community DOC-VPN members target:5078:2596;
community DOH-VPN members target:5078:3000;
+ community DPS-800MHZ-VPN members target:5078:2578;
community DPS-VPN members target:5078:2540;
community GREAT-PLAINS-VOTECH-VPN members target:5078:2618;
community Global-Prepend members 209:64603;
@@ -15502,6 +15546,15 @@
}
}
}
+ DPS-800MHZ-L3VPN {
+ description DPS-800MHZ-L3VPN;
+ instance-type vrf;
+ route-distinguisher 164.58.199.214:2578;
+ vrf-import DPS-800MHZ-VRF-IMPORT;
+ vrf-export DPS-800MHZ-VRF-EXPORT;
+ vrf-target target:5078:2578;
+ vrf-table-label;
+ }
DPS-L3VPN {
description DPS-L3VPN;
instance-type vrf;
Index: configs/dps-troop-m-altus.nid.onenet.net
===================================================================
--- configs/dps-troop-m-altus.nid.onenet.net (revision 153152)
+++ configs/dps-troop-m-altus.nid.onenet.net (working copy)
@@ -1058,7 +1058,7 @@
length 0.10
description ""
control disabled
-s
+#
#CLI:ACCESS CLB-1-1-1-4-2 Edit
#
home
Index: configs/sayre-public-library-srx.client.onenet.net
===================================================================
--- configs/sayre-public-library-srx.client.onenet.net (revision 153125)
+++ configs/sayre-public-library-srx.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SAYRE-LIB-SRX-CLIENT-OWNED> show system commit
+# 2017-05-11 15:58:40 CDT by sean via cli
+# 2017-05-11 15:47:32 CDT by sean via cli
# 2017-05-10 13:13:40 CDT by root via button
# 2016-09-24 00:45:06 CDT by joel via cli
# 2016-09-24 00:02:07 CDT by joel via cli commit confirmed, rollback in 3mins
# 2016-09-16 00:02:28 CDT by joel via cli
-# 2016-09-15 23:57:49 CDT by joel via cli
-# 2016-09-15 23:10:49 CDT by admin via cli
# grnoc-mon at SAYRE-LIB-SRX-CLIENT-OWNED> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -108,9 +108,9 @@
#
# grnoc-mon at SAYRE-LIB-SRX-CLIENT-OWNED> show system uptime
# Time Source: NTP CLOCK
-# System booted: 2016-09-15 15:25 CDT
-# Protocols started: 2016-09-15 15:25 CDT
-# Last configured: 2017-05-10 13:13 CDT by root
+# System booted: 2017-05-11 15:12 CDT
+# Protocols started: 2017-05-11 15:12 CDT
+# Last configured: 2017-05-11 15:58 CDT by sean
#
# grnoc-mon at SAYRE-LIB-SRX-CLIENT-OWNED> show interface terse
#Interface Admin Link
@@ -161,7 +161,7 @@
#vlan up down
#vtep up up
# grnoc-mon at SAYRE-LIB-SRX-CLIENT-OWNED> show configuration
-## Last commit: 2017-05-10 13:13:40 CDT by root
+## Last commit: 2017-05-11 15:58:40 CDT by sean
version 15.1X49-D45;
system {
host-name SAYRE-LIB-SRX-CLIENT-OWNED;
@@ -252,8 +252,7 @@
}
dns {
forwarders {
- 208.67.220.220;
- 208.67.222.222;
+ 8.8.8.8;
}
dns-proxy {
interface {
Index: configs/odot-stillwater-residence.client.onenet.net
===================================================================
--- configs/odot-stillwater-residence.client.onenet.net (revision 153142)
+++ 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 down
-#ge-0/0/4.0 up down
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
#ge-0/0/5 up down
#ge-0/0/5.0 up down
#ge-0/0/6 up up
Index: configs/sayre-public-library-ex.client.onenet.net
===================================================================
--- configs/sayre-public-library-ex.client.onenet.net (revision 153149)
+++ configs/sayre-public-library-ex.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SAYRE-LIB-EX-CLIENT-OWNED> show system commit
-# 2015-02-18 08:32:22 CST by admin via cli commit confirmed, rollback in 5mins
-# 2015-02-12 10:47:49 CST by admin via cli
-# 2015-02-12 10:08:55 CST by admin via cli
-# 2015-02-12 09:41:25 CST by admin via cli
-# 2015-02-12 08:39:29 CST by admin via cli
-# 2015-02-12 08:07:30 CST by admin via cli
+# 2017-05-11 16:01:45 CDT by sean via cli
+# 2017-05-11 16:00:31 CDT by sean via cli
+# 2017-05-11 15:57:04 CDT by sean via cli
+# 2017-05-11 15:55:57 CDT by sean via cli
+# 2017-05-11 15:53:12 CDT by sean via cli
+# 2017-05-11 15:49:43 CDT by sean via cli
# grnoc-mon at SAYRE-LIB-EX-CLIENT-OWNED> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
@@ -157,7 +157,7 @@
# --------------------------------------------------------------------------
# System booted: 2016-09-15 15:17 CDT
# Protocols started: 2016-09-15 15:21 CDT
-# Last configured: 2015-02-18 08:32 CST by admin
+# Last configured: 2017-05-11 16:01 CDT by sean
#
# {master:0}
# grnoc-mon at SAYRE-LIB-EX-CLIENT-OWNED> show interface terse
@@ -229,7 +229,7 @@
#vlan.80 up up
#vme up down
# grnoc-mon at SAYRE-LIB-EX-CLIENT-OWNED> show configuration
-## Last commit: 2015-02-18 08:32:22 CST by admin
+## Last commit: 2017-05-11 16:01:45 CDT by sean
version 12.3R9.4;
system {
host-name SAYRE-LIB-EX-CLIENT-OWNED;
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 153152)
+++ 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-05-11 15:34:53 CDT by sean via cli commit synchronize
# 2017-05-11 14:47:59 CDT by sean via cli commit synchronize
# 2017-05-11 13:56:00 CDT by andrew via cli commit synchronize
# 2017-05-11 13:35:29 CDT by andrew via cli commit synchronize
# 2017-05-11 13:34:19 CDT by andrew via cli commit synchronize
# 2017-05-11 13:33:13 CDT by andrew via cli commit synchronize
-# 2017-05-11 13:30:51 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
@@ -449,7 +449,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-05-11 14:47 CDT by sean
+# Last configured: 2017-05-11 15:34 CDT by sean
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1171,7 +1171,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-05-11 14:47:59 CDT by sean
+## Last commit: 2017-05-11 15:34:53 CDT by sean
version 13.3R9.13;
groups {
re0 {
More information about the Nocrancid
mailing list