[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Nov 25 10:03:55 CST 2016
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net (revision 148440)
+++ configs/core.mca.onenet.net (working copy)
@@ -305,9 +305,9 @@
#ge-0/2/1.32767 up up
#ge-0/2/2 up up
#ge-0/2/2.0 up up
-#ge-0/2/3 up down
-#ge-0/2/3.42 up down
-#ge-0/2/3.32767 up down
+#ge-0/2/3 up up
+#ge-0/2/3.42 up up
+#ge-0/2/3.32767 up up
#ge-0/2/4 up up
#ge-0/2/4.0 up up
#ge-0/2/5 up down
@@ -2368,6 +2368,7 @@
# Address Interface State ID Pri Dead
# 164.58.245.6 ge-0/2/0.0 Full 164.58.199.90
# 164.58.244.11 ge-0/2/1.42 Full 164.58.199.165
+# 164.58.245.81 ge-0/2/3.42 Full 164.58.199.179
# 164.58.245.146 ge-0/2/4.0 Full 164.58.199.94
# 164.58.246.37 xe-0/0/0.69 Full 164.58.199.221
# 164.58.244.173 xe-0/1/0.42 Full 164.58.199.135
@@ -2378,13 +2379,14 @@
Address State Interface Time Interval Multiplier
164.58.244.11 Up ge-0/2/1.42 1.200 0.400 3
164.58.244.173 Up xe-0/1/0.42 1.200 0.400 3
+164.58.245.81 Up ge-0/2/3.42 1.200 0.400 3
164.58.246.37 Up xe-0/0/0.69 1.200 0.400 3
fe80::223:9cff:fea2:6fb Up ge-0/2/0.0 0.300 0.100 3
fe80::2ac0:daff:fec0:36f8 Up ge-0/2/4.0 0.300 0.100 3
fe80::5e5e:ab00:2ad8:4a00 Up xe-0/1/0.42 1.200 0.400 3
fe80::8618:8800:45ee:d974 Down xe-0/0/0.69 0.000 2.000 3
-7 sessions, 7 clients
-Cumulative transmit rate 30.5 pps, cumulative receive rate 30.0 pps
+8 sessions, 8 clients
+Cumulative transmit rate 33.0 pps, cumulative receive rate 32.5 pps
{master}
Index: configs/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net (revision 148430)
+++ configs/core2.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_02_RE0> show system commit
+# 2016-11-25 10:00:16 CST by andrew via cli commit synchronize
+# 2016-11-25 09:47:37 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 22:54:26 CST by andrew via cli commit synchronize
# 2016-11-24 22:36:57 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 22:19:36 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 22:16:27 CST by andrew via cli commit synchronize
-# 2016-11-24 20:10:36 CST by andrew via cli commit synchronize
-# 2016-11-24 20:05:41 CST by andrew via cli commit synchronize
# grnoc-mon at MX480_DC_02_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -337,7 +337,7 @@
# grnoc-mon at MX480_DC_02_RE0> show system uptime
# System booted: 2016-09-03 21:49 CDT
# Protocols started: 2016-09-03 21:51 CDT
-# Last configured: 2016-11-24 22:54 CST by andrew
+# Last configured: 2016-11-25 10:00 CST by andrew
#
# {master}
# grnoc-mon at MX480_DC_02_RE0> show interface terse
@@ -632,7 +632,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_02_RE0> show configuration
-## Last commit: 2016-11-24 22:54:26 CST by andrew
+## Last commit: 2016-11-25 10:00:16 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2281,6 +2281,13 @@
}
then accept;
}
+ term ODMHSAS-MGMT {
+ from {
+ protocol bgp;
+ route-filter 10.199.11.0/26 orlonger;
+ }
+ then accept;
+ }
term REJECT-ALL-ELSE {
then reject;
}
@@ -2320,6 +2327,51 @@
then reject;
}
}
+ policy-statement EBGP-ONENET-DC-DPS-V4-EXPORT {
+ term SEND-ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-DPS-V4-IMPORT {
+ term ACCEPT-ROUTES {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-ODMHSAS-V4-EXPORT {
+ term SEND-ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-ODMHSAS-V4-IMPORT {
+ term ACCEPT-ROUTES {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ route-filter 10.199.11.0/26 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-ONENET-DC-OMES-MGMT-V4-EXPORT {
term SEND-ONENET-MGMT {
from {
@@ -3105,6 +3157,20 @@
export EBGP-ONENET-DC-TAGNET-V4-EXPORT;
peer-as 5078;
}
+ neighbor 10.119.254.66 {
+ description "ONENET-DC-TO-DPS [NO-MONITOR]";
+ import EBGP-ONENET-DC-DPS-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-ONENET-DC-DPS-V4-EXPORT;
+ peer-as 5078;
+ }
+ neighbor 10.119.254.72 {
+ description "ONENET-DC-TO-ODMHSAS [NO-MONITOR]";
+ import EBGP-ONENET-DC-ODMHSAS-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-ONENET-DC-ODMHSAS-V4-EXPORT;
+ peer-as 5078;
+ }
}
}
ospf {
Index: configs/swi1.odot.ton-intmaint.onenet.net
===================================================================
--- configs/swi1.odot.ton-intmaint.onenet.net (revision 148425)
+++ configs/swi1.odot.ton-intmaint.onenet.net (working copy)
@@ -10,7 +10,7 @@
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
-# FPC 0 Power Supply 1 Failed
+# FPC 0 Power Supply 1 OK
# Temp FPC 0 CPU OK
# FPC 0 EX-PFE1 OK
# FPC 0 EX-PFE2 OK
Index: configs/acx.savanna-ps.onenet.net
===================================================================
--- configs/acx.savanna-ps.onenet.net (revision 146333)
+++ configs/acx.savanna-ps.onenet.net (working copy)
@@ -137,8 +137,7 @@
# da0: 40.000MB/s transfers
# da0: 7640MB (15646720 512 byte sectors: 255H 63S/T 973C)
# Trying to mount root from ufs:/dev/da0s1a
-# Invalid time in real time clock.
-# Check and reset the date immediately!
+# WARNING: /var was not properly dismounted
#
# grnoc-mon at SAVANNA-PS-ACX2100> show version
# Hostname: SAVANNA-PS-ACX2100 # Model: acx2100 # JUNOS Crypto Software Suite [12.3X54-D27.1] # JUNOS Base OS Software Suite [12.3X54-D27.1] # JUNOS Kernel Software Suite [12.3X54-D27.1] # JUNOS Base OS boot [12.3X54-D27.1] # JUNOS Packet Forwarding Engine Support (ACX) [12.3X54-D27.1] # JUNOS Online Documentation [12.3X54-D27.1] # JUNOS Routing Software Suite [12.3X54-D27.1] # # grnoc-mon at SAVANNA-PS-ACX2100> file list /var/tmp detail #
@@ -158,8 +157,8 @@
# total files: 5
#
# grnoc-mon at SAVANNA-PS-ACX2100> show system uptime
-# System booted: 2016-09-07 13:10 CDT
-# Protocols started: 2016-09-07 13:12 CDT
+# System booted: 2016-11-25 09:56 CST
+# Protocols started: 2016-11-25 09:58 CST
# Last configured: 2016-09-09 19:51 CDT by andrew
#
# grnoc-mon at SAVANNA-PS-ACX2100> show interface terse
Index: configs/core9.okc.onenet.net
===================================================================
--- configs/core9.okc.onenet.net (revision 148440)
+++ configs/core9.okc.onenet.net (working copy)
@@ -226,7 +226,7 @@
#xe-0/0/0.42 up up
#xe-0/0/0.32767 up up
#xe-0/0/1 up up
-#xe-0/0/1.500 up down
+#xe-0/0/1.500 up up
#xe-0/0/1.32767 up up
#ge-0/0/47 up down
#bme0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 148437)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,7 +674,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.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 148430)
+++ configs/core1.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_01_RE0> show system commit
+# 2016-11-25 09:47:29 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 22:53:27 CST by andrew via cli commit synchronize
# 2016-11-24 22:37:20 CST by andrew via cli commit synchronize
# 2016-11-24 22:19:08 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 22:08:43 CST by andrew via cli commit synchronize
# 2016-11-24 20:10:10 CST by andrew via cli commit synchronize
-# 2016-11-24 20:05:21 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -358,7 +358,7 @@
# grnoc-mon at MX480_DC_01_RE0> show system uptime
# System booted: 2014-08-25 20:38 CDT
# Protocols started: 2014-08-25 20:39 CDT
-# Last configured: 2016-11-24 22:53 CST by andrew
+# Last configured: 2016-11-25 09:47 CST by andrew
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -743,7 +743,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2016-11-24 22:53:27 CST by andrew
+## Last commit: 2016-11-25 09:47:29 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2874,6 +2874,51 @@
then reject;
}
}
+ policy-statement EBGP-ONENET-DC-DPS-V4-EXPORT {
+ term SEND-ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-DPS-V4-IMPORT {
+ term ACCEPT-ROUTES {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-ODMHSAS-V4-EXPORT {
+ term SEND-ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-ODMHSAS-V4-IMPORT {
+ term ACCEPT-ROUTES {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ route-filter 10.199.11.0/26 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-ONENET-DC-OMES-MGMT-V4-EXPORT {
term SEND-ONENET-MGMT {
from {
@@ -3794,6 +3839,20 @@
export EBGP-ONENET-DC-TAGNET-V4-EXPORT;
peer-as 5078;
}
+ neighbor 10.119.254.64 {
+ description "ONENET-DC-TO-DPS [NO-MONITOR]";
+ import EBGP-ONENET-DC-DPS-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-ONENET-DC-DPS-V4-EXPORT;
+ peer-as 5078;
+ }
+ neighbor 10.119.254.70 {
+ description "ONENET-DC-TO-ODMHSAS [NO-MONITOR]";
+ import EBGP-ONENET-DC-ODMHSAS-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-ONENET-DC-ODMHSAS-V4-EXPORT;
+ peer-as 5078;
+ }
}
}
ospf {
Index: configs/core.hut.ato.onenet.net
===================================================================
--- configs/core.hut.ato.onenet.net (revision 148440)
+++ configs/core.hut.ato.onenet.net (working copy)
@@ -247,9 +247,9 @@
#ge-1/0/0.501 up down
#ge-1/0/0.2527 up down
#ge-1/0/0.32767 up down
-#ge-1/0/1 up down
-#ge-1/0/1.42 up down
-#ge-1/0/1.32767 up down
+#ge-1/0/1 up up
+#ge-1/0/1.42 up up
+#ge-1/0/1.32767 up up
#ge-1/0/2 down down
#ge-1/0/3 down down
#ge-1/0/4 down down
@@ -1561,6 +1561,7 @@
}
# grnoc-mon at Atoka-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
+# 164.58.245.83 ge-1/0/1.42 Full 164.58.199.179
# 164.58.247.57 xe-0/0/0.40 Full 164.58.199.211
# 164.58.244.165 xe-0/0/1.42 Full 164.58.199.167
#
@@ -1568,9 +1569,10 @@
Detect Transmit
Address State Interface Time Interval Multiplier
164.58.244.165 Up xe-0/0/1.42 1.200 0.400 3
+164.58.245.83 Up ge-1/0/1.42 1.200 0.400 3
164.58.247.57 Up xe-0/0/0.40 1.200 0.400 3
fe80::8618:8800:2828:3a19 Down xe-0/0/0.40 0.000 2.000 3
-3 sessions, 3 clients
-Cumulative transmit rate 5.5 pps, cumulative receive rate 5.0 pps
+4 sessions, 4 clients
+Cumulative transmit rate 8.0 pps, cumulative receive rate 7.5 pps
More information about the Nocrancid
mailing list