[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Jul 10 20:04:36 CDT 2017
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 154810)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -624,7 +624,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/core8.tul.onenet.net
===================================================================
--- configs/core8.tul.onenet.net (revision 154809)
+++ configs/core8.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system commit
+# 2017-07-10 19:38:15 CDT by andrew via cli commit synchronize
+# 2017-07-10 19:32:29 CDT by andrew via cli commit synchronize
# 2017-07-10 17:48:05 CDT by andrew via cli commit synchronize
# 2017-07-10 17:33:37 CDT by andrew via cli commit synchronize
# 2017-07-10 17:20:50 CDT by andrew via cli commit synchronize
# 2017-07-10 16:54:00 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2017-07-10 15:43:32 CDT by andrew via cli commit synchronize
-# 2017-07-10 15:42:21 CDT by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE8-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -424,7 +424,7 @@
# grnoc-mon at TULSA-CORE8-MX480-RE0> show system uptime
# System booted: 2016-03-20 01:06 CDT
# Protocols started: 2016-03-20 01:08 CDT
-# Last configured: 2017-07-10 17:48 CDT by andrew
+# Last configured: 2017-07-10 19:38 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE8-MX480-RE0> show interface terse
@@ -526,7 +526,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE8-MX480-RE0> show configuration
-## Last commit: 2017-07-10 17:48:05 CDT by andrew
+## Last commit: 2017-07-10 19:38:15 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1954,6 +1954,12 @@
local-address 198.71.46.45;
peer 198.71.46.44;
}
+ group ONENET {
+ local-address 164.58.199.228;
+ peer 164.58.199.221;
+ peer 164.58.199.211;
+ peer 164.58.199.69;
+ }
}
ospf {
reference-bandwidth 100g;
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net (revision 154809)
+++ configs/core1.okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE1-MX960-RE0> show system commit
+# 2017-07-10 19:46:55 CDT by andrew via cli commit synchronize
+# 2017-07-10 19:38:50 CDT by andrew via cli commit synchronize
+# 2017-07-10 19:35:21 CDT by andrew via cli commit synchronize
# 2017-07-10 17:40:31 CDT by andrew via cli commit synchronize
# 2017-07-10 17:34:54 CDT by andrew via cli commit synchronize
# 2017-07-08 21:49:34 CDT by andrew via cli commit synchronize
-# 2017-07-08 21:48:52 CDT by andrew via cli commit synchronize
-# 2017-06-09 22:05:04 CDT by sky via cli commit synchronize
-# 2017-06-09 20:44:53 CDT by sky via cli commit synchronize
# grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -655,7 +655,7 @@
# grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime
# System booted: 2016-10-12 08:15 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2017-07-10 17:40 CDT by andrew
+# Last configured: 2017-07-10 19:46 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse
@@ -911,7 +911,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE1-MX960-RE0> show configuration
-## Last commit: 2017-07-10 17:40:31 CDT by andrew
+## Last commit: 2017-07-10 19:46:55 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2321,6 +2321,14 @@
level 1 disable;
}
}
+ msdp {
+ group ONENET {
+ local-address 164.58.199.211;
+ peer 164.58.199.69;
+ peer 164.58.199.228;
+ peer 164.58.199.221;
+ }
+ }
ospf {
reference-bandwidth 100g;
area 0.0.0.0 {
@@ -2855,6 +2863,10 @@
mode sparse;
version 2;
}
+ interface ge-0/3/0.0 {
+ mode sparse;
+ version 2;
+ }
}
lldp {
interface xe-1/1/1;
@@ -13178,6 +13190,9 @@
prefix-list PRE-BGP-ALLOW-RI {
apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
}
+ prefix-list PRE-MSDP-SOURCES {
+ apply-path "protocols msdp group <*> peer <*>";
+ }
policy-statement DEFAULT-ONLY-EXPORT {
term ACCEPT-DEFAULT {
from {
@@ -13732,6 +13747,16 @@
}
then accept;
}
+ term MSDP-ALLOW {
+ from {
+ source-prefix-list {
+ PRE-MSDP-SOURCES;
+ }
+ protocol tcp;
+ port msdp;
+ }
+ then accept;
+ }
term BFD-ALLOW {
from {
source-prefix-list {
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 154810)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -189,7 +189,7 @@
#st0.12 up up
#st0.13 up up
#st0.14 up up
-#st0.15 up down
+#st0.15 up up
#st0.16 up down
#st0.17 up up
#st0.18 up up
@@ -211,7 +211,7 @@
#st0.35 up up
#st0.36 up up
#st0.37 up up
-#st0.38 up down
+#st0.38 up up
#st0.63 up up
#tap up up
#vlan up up
Index: configs/odmhsas-ncbh-lighthouse-woodward.client.onenet.net
===================================================================
--- configs/odmhsas-ncbh-lighthouse-woodward.client.onenet.net (revision 154810)
+++ configs/odmhsas-ncbh-lighthouse-woodward.client.onenet.net (working copy)
@@ -151,8 +151,8 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up down
-#st0.2 up down
+#st0.1 up up
+#st0.2 up up
#tap up up
#vlan up up
#vlan.3 up up
Index: configs/core1.tul-mx960.onenet.net
===================================================================
--- configs/core1.tul-mx960.onenet.net (revision 154809)
+++ configs/core1.tul-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE1-MX960-RE0> show system commit
+# 2017-07-10 19:38:09 CDT by andrew via cli commit synchronize
+# 2017-07-10 19:37:37 CDT by andrew via cli commit synchronize
+# 2017-07-10 19:35:22 CDT by andrew via cli commit synchronize
# 2017-07-10 17:33:02 CDT by andrew via cli commit synchronize
# 2017-07-10 17:25:36 CDT by andrew via cli commit synchronize
# 2017-07-07 10:43:49 CDT by joel via cli commit synchronize
-# 2017-07-07 10:34:51 CDT by joel via cli commit synchronize
-# 2017-05-07 09:58:36 CDT by andrew via cli commit synchronize
-# 2017-03-04 15:37:10 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at TULSA-CORE1-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -645,7 +645,7 @@
# grnoc-mon at TULSA-CORE1-MX960-RE0> show system uptime
# System booted: 2016-03-20 00:58 CDT
# Protocols started: 2016-03-20 01:01 CDT
-# Last configured: 2017-07-10 17:33 CDT by andrew
+# Last configured: 2017-07-10 19:38 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE1-MX960-RE0> show interface terse
@@ -843,7 +843,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE1-MX960-RE0> show configuration
-## Last commit: 2017-07-10 17:33:02 CDT by andrew
+## Last commit: 2017-07-10 19:38:09 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2000,6 +2000,14 @@
level 1 disable;
}
}
+ msdp {
+ group ONENET {
+ local-address 164.58.199.221;
+ peer 164.58.199.211;
+ peer 164.58.199.69;
+ peer 164.58.199.228;
+ }
+ }
ospf {
reference-bandwidth 100g;
area 0.0.0.0 {
@@ -2409,6 +2417,9 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ prefix-list PRE-MSDP-SOURCES {
+ apply-path "protocols msdp group <*> peer <*>";
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -2637,6 +2648,16 @@
}
then accept;
}
+ term MSDP-ALLOW {
+ from {
+ source-prefix-list {
+ PRE-MSDP-SOURCES;
+ }
+ protocol tcp;
+ port msdp;
+ }
+ then accept;
+ }
term BFD-ALLOW {
from {
source-prefix-list {
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 154810)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -685,7 +685,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
More information about the Nocrancid
mailing list