[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Jun 16 18:05:38 CDT 2017
Index: configs/hominy-public-library.client.onenet.net
===================================================================
--- configs/hominy-public-library.client.onenet.net (revision 153346)
+++ configs/hominy-public-library.client.onenet.net (working copy)
@@ -111,17 +111,14 @@
# da0: 2000MB (4096000 512 byte sectors: 255H 63S/T 254C)
# Kernel thread "wkupdaemon" (pid 48) exited prematurely.
# Trying to mount root from ufs:/dev/da0s1a
-# WARNING: / was not properly dismounted
-# WARNING: / was not properly dismounted
-# WARNING: R/W mount of /cf/var denied. Filesystem is not clean - run fsck
#
# grnoc-mon at HOMINY-PL-LR-004892> show version
# Hostname: HOMINY-PL-LR-004892 # Model: srx240h2 # JUNOS Software Release [12.3X48-D30.7] # # grnoc-mon at HOMINY-PL-LR-004892> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 Apr 28 2016 /var/tmp@ -> /cf/var/tmp
# total files: 1
#
# grnoc-mon at HOMINY-PL-LR-004892> show system uptime
-# System booted: 2017-05-18 21:55 CDT
-# Protocols started: 2017-05-18 21:59 CDT
+# System booted: 2017-06-16 17:30 CDT
+# Protocols started: 2017-06-16 17:34 CDT
# Last configured: 2016-11-01 13:22 CDT by sean
#
# grnoc-mon at HOMINY-PL-LR-004892> show interface terse
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 154146)
+++ configs/core.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-MX480-RE0> show system commit
+# 2017-06-16 17:51:51 CDT by andrew via cli commit synchronize
+# 2017-06-16 17:50:09 CDT by andrew via cli commit synchronize
+# 2017-06-16 17:48:54 CDT by andrew via cli commit synchronize
# 2017-04-14 11:17:37 CDT by markc via cli commit synchronize
# 2017-03-31 13:44:39 CDT by andrew via cli commit synchronize
# 2017-03-07 10:27:33 CST by ianl via cli commit synchronize
-# 2017-03-06 10:06:57 CST by sky via cli commit synchronize
-# 2017-03-03 18:34:26 CST by andrew via cli commit synchronize
-# 2017-03-03 10:05:41 CST by sky via cli commit synchronize
# grnoc-mon at ADA-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -261,7 +261,7 @@
# grnoc-mon at ADA-MX480-RE0> show system uptime
# System booted: 2016-03-17 01:08 CDT
# Protocols started: 2016-03-17 01:12 CDT
-# Last configured: 2017-04-14 11:17 CDT by markc
+# Last configured: 2017-06-16 17:51 CDT by andrew
#
# {master}
# grnoc-mon at ADA-MX480-RE0> show interface terse
@@ -423,7 +423,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-MX480-RE0> show configuration
-## Last commit: 2017-04-14 11:17:37 CDT by markc
+## Last commit: 2017-06-16 17:51:51 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1275,6 +1275,20 @@
route 164.58.28.8/29 next-hop 164.58.237.202;
route 164.58.16.12/30 next-hop 164.58.16.10;
}
+ aggregate {
+ route 199.181.88.0/22 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ route 198.11.4.0/22 {
+ as-path {
+ origin igp;
+ atomic-aggregate;
+ }
+ }
+ }
router-id 164.58.199.23;
autonomous-system 5078;
forwarding-table {
@@ -1296,7 +1310,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:216 {
description OKC-CORE6-IBGP-V6;
@@ -1309,7 +1323,7 @@
any;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 2610:1d8::164:58:199:226 {
description TUL-CORE6-IBGP-V6;
@@ -1331,7 +1345,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS NEXT-HOP-SELF ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.216 {
description OKC-CORE6-IBGP-V4;
@@ -1353,7 +1367,7 @@
signaling;
}
# authentication-#key <removed>;
- export [ REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS NEXT-HOP-SELF ];
+ export [ REDISTRIBUTE-BGP REDISTRIBUTE-DIRECTS REDISTRIBUTE-STATICS REDISTRIBUTE-AGGREGATES ];
peer-as 5078;
neighbor 164.58.199.226 {
description TUL-CORE6-IBGP-V4;
@@ -1750,6 +1764,29 @@
then reject;
}
}
+ policy-statement REDISTRIBUTE-AGGREGATES {
+ term 1 {
+ from protocol aggregate;
+ then {
+ community add Ada;
+ accept;
+ }
+ }
+ }
+ policy-statement REDISTRIBUTE-BGP {
+ term BLACKHOLE {
+ from community ONENET_BLACKHOLE;
+ then accept;
+ }
+ term 1 {
+ from protocol bgp;
+ then {
+ community add Ada;
+ next-hop self;
+ accept;
+ }
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
Index: configs/eodls-muskogee-main-office.client.onenet.net
===================================================================
--- configs/eodls-muskogee-main-office.client.onenet.net (revision 154159)
+++ configs/eodls-muskogee-main-office.client.onenet.net (working copy)
@@ -1150,6 +1150,7 @@
# 10.0.0.14 gr-0/0/0.103 Full 10.0.0.14
# 10.0.0.18 gr-0/0/0.104 Full 10.0.0.18
# 10.0.0.22 gr-0/0/0.105 Full 10.0.0.22
+# 10.0.0.26 gr-0/0/0.106 Full 10.0.0.26
# 10.0.0.30 gr-0/0/0.107 Full 10.0.0.30
# 10.0.0.34 gr-0/0/0.108 Full 10.0.0.34
# 10.0.0.38 gr-0/0/0.109 Full 10.0.0.38
More information about the Nocrancid
mailing list