[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Jan 9 11:04:00 CST 2017
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 149546)
+++ configs/core.alt.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ALTUS-MX480-RE0> show system commit
+# 2017-01-09 10:00:59 CST by andrew via cli commit synchronize
# 2017-01-05 14:03:55 CST by andrew via cli commit synchronize
# 2017-01-05 14:00:40 CST by andrew via cli commit synchronize
# 2017-01-05 12:03:32 CST by andrew via cli commit synchronize
# 2017-01-05 12:01:42 CST by andrew via cli commit synchronize
# 2017-01-05 11:57:01 CST by andrew via cli commit synchronize
-# 2017-01-05 11:19:51 CST by andrew via cli commit synchronize
# grnoc-mon at ALTUS-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -258,7 +258,7 @@
# grnoc-mon at ALTUS-MX480-RE0> show system uptime
# System booted: 2016-03-17 01:01 CDT
# Protocols started: 2016-03-17 01:12 CDT
-# Last configured: 2017-01-05 14:03 CST by andrew
+# Last configured: 2017-01-09 10:00 CST by andrew
#
# {master}
# grnoc-mon at ALTUS-MX480-RE0> show interface terse
@@ -313,6 +313,7 @@
#ge-0/2/7.500 up up
#ge-0/2/7.501 up up
#ge-0/2/7.503 up up
+#ge-0/2/7.504 up up
#ge-0/2/7.32767 up up
#ge-0/2/8 up up
#ge-0/2/8.0 up up
@@ -426,7 +427,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALTUS-MX480-RE0> show configuration
-## Last commit: 2017-01-05 14:03:55 CST by andrew
+## Last commit: 2017-01-09 10:00:59 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -958,11 +959,21 @@
}
}
unit 503 {
+ description "ODOT-ALTUS-RESIDENCY-MGMT-100M-CIR000XXXX [ORDERED]";
vlan-id 503;
family inet {
- address 10.250.199.1/24;
+ mtu 1500;
+ address 10.119.80.136/31;
}
}
+ unit 504 {
+ description "ODOT-ALTUS-RESIDENCY-DATA-100M-CIR000XXXX [ORDERED]";
+ vlan-id 504;
+ family inet {
+ mtu 1500;
+ address 10.119.88.136/31;
+ }
+ }
}
ge-0/2/8 {
description HEI-WESTERN-OK-STATE-COLLEGE-CIR0002257;
@@ -1571,6 +1582,68 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+ term SEND-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+ term SEND-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -2393,12 +2466,28 @@
instance-type vrf;
interface ge-0/2/3.501;
interface ge-0/2/7.501;
+ interface ge-0/2/7.504;
route-distinguisher 164.58.199.27:2548;
vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
vrf-target target:5078:2548;
vrf-table-label;
protocols {
+ bgp {
+ group EBGP-OMES-AGENCY-DATA {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.88.137 {
+ description "ODOT-ALTUS-RESIDENCY-DATA-100M-CIR000XXXX [ORDERED]";
+ import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
+ peer-as 64591;
+ }
+ }
+ }
ospf {
export OMES-EXPORT-BGP-TO-OSPF;
area 10.119.24.176 {
@@ -2415,12 +2504,28 @@
instance-type vrf;
interface ge-0/2/3.500;
interface ge-0/2/7.500;
+ interface ge-0/2/7.503;
route-distinguisher 164.58.199.27:2550;
vrf-import OMES-MGMT-VRF-IMPORT;
vrf-export OMES-MGMT-VRF-EXPORT;
vrf-target target:5078:2550;
vrf-table-label;
protocols {
+ bgp {
+ group EBGP-OMES-MGMT {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.80.137 {
+ description "ODOT-ALTUS-RESIDENCY-MGMT-100M-CIR000XXXX [ORDERED]";
+ import EBGP-OMES-MGMT-SITE-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-MGMT-SITE-EXPORT;
+ peer-as 64591;
+ }
+ }
+ }
ospf {
export OMES-EXPORT-BGP-TO-OSPF;
area 10.119.40.176 {
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 149625)
+++ 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-01-09 10:23:05 CST by andrew via cli commit synchronize
# 2017-01-08 15:20:49 CST by andrew via cli commit synchronize
# 2017-01-08 15:04:26 CST by andrew via cli commit synchronize
# 2017-01-08 14:17:16 CST by andrew via cli commit synchronize
# 2017-01-08 14:15:26 CST by andrew via cli commit synchronize
# 2017-01-08 14:00:54 CST by andrew via cli commit synchronize
-# 2017-01-08 13:38:49 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -432,7 +432,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-01-08 15:20 CST by andrew
+# Last configured: 2017-01-09 10:23 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -471,7 +471,6 @@
#xe-0/0/1.174 up up
#xe-0/0/1.175 up up
#xe-0/0/1.176 up up
-#xe-0/0/1.178 up up
#xe-0/0/1.181 up up
#xe-0/0/1.183 up up
#xe-0/0/1.184 up up
@@ -759,7 +758,6 @@
#ge-1/3/1 up up
#ge-1/3/1.502 up up
#ge-1/3/1.503 up up
-#ge-1/3/1.504 up up
#ge-1/3/1.505 up up
#ge-1/3/1.520 up up
#ge-1/3/1.32767 up up
@@ -1233,7 +1231,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-01-08 15:20:49 CST by andrew
+## Last commit: 2017-01-09 10:23:05 CST by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1825,14 +1823,6 @@
address 164.58.109.57/30;
}
}
- unit 178 {
- description "Canadian-Valley-Tech-Center-Mustang | CIR0005246 [DECOM]";
- encapsulation vlan-vpls;
- bandwidth 1g;
- vlan-tags outer 178 inner-range 100-600;
- native-inner-vlan-id 178;
- family vpls;
- }
unit 181 {
description "Canadian-Valley-Tech-Center-El-Reno-1G-CIR0018889 [NO-MONITOR]";
encapsulation vlan-vpls;
@@ -4976,18 +4966,6 @@
address 164.58.207.193/28;
}
}
- unit 504 {
- description "Canadian-Valley-Tech-Center-Mustang | CIR0005246 [DECOM]";
- bandwidth 1g;
- vlan-id 504;
- family inet {
- sampling {
- input;
- }
- address 156.110.66.105/30;
- address 156.110.130.97/27;
- }
- }
unit 505 {
description CANADIAN-VALLEY-VO-TECH-CHICKASHA-500M-CIR0019261;
bandwidth 500m;
@@ -7942,7 +7920,6 @@
route 222.128.198.6/32 reject;
route 164.58.74.224/29 next-hop 156.110.72.94;
route 164.58.149.112/29 next-hop 156.110.130.18;
- route 156.110.130.96/27 next-hop 156.110.66.106;
route 164.58.25.96/28 next-hop 156.110.114.26;
route 164.58.5.136/30 next-hop 164.58.3.26;
route 164.58.72.24/29 next-hop 164.58.3.26;
@@ -12859,7 +12836,6 @@
instance-type vpls;
vlan-id all;
interface xe-0/0/1.146;
- interface xe-0/0/1.178;
interface xe-0/0/1.181;
interface xe-0/0/1.209;
interface xe-0/0/1.373;
@@ -12874,7 +12850,6 @@
packet-action drop;
}
interface ge-1/3/0.2523;
- interface xe-0/0/1.178;
interface xe-0/0/1.146;
interface xe-0/0/1.181;
interface ge-1/3/9.253;
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net (revision 149636)
+++ configs/odmhsas.central-office.okc.client.onenet.net (working copy)
@@ -188,7 +188,7 @@
#st0.22 up up
#st0.23 up up
#st0.24 up up
-#st0.25 up up
+#st0.25 up down
#st0.26 up up
#st0.27 up up
#st0.28 up up
Index: configs/odmhsas-tmhc-lawton-main.client.onenet.net
===================================================================
--- configs/odmhsas-tmhc-lawton-main.client.onenet.net (revision 149636)
+++ configs/odmhsas-tmhc-lawton-main.client.onenet.net (working copy)
@@ -141,7 +141,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 up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 149644)
+++ configs/hub.dur.onenet.net (working copy)
@@ -329,7 +329,7 @@
#fe-2/1/1.0 up up
#fe-2/1/2 up up
#fe-2/1/2.0 up up
-#fe-2/1/3 down up
+#fe-2/1/3 down down
#ge-2/2/0 down down
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/odmhsas-tcbh-tulsa.client.onenet.net
===================================================================
--- configs/odmhsas-tcbh-tulsa.client.onenet.net (revision 149644)
+++ configs/odmhsas-tcbh-tulsa.client.onenet.net (working copy)
@@ -948,7 +948,6 @@
}
# grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show ospf neighbor
# OSPF instance is not running
-# quit
#
# grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show bfd session
Detect Transmit
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 149644)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -675,7 +675,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/hub.alt.onenet.net
===================================================================
--- configs/hub.alt.onenet.net (revision 149644)
+++ configs/hub.alt.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ALTUS-M120-RE0> show system commit
+# 2017-01-09 10:13:10 CST by andrew via cli commit synchronize
# 2017-01-09 09:28:35 CST by andrew via cli commit synchronize
# 2017-01-05 10:46:42 CST by andrew via cli commit synchronize
# 2016-12-30 21:51:53 CST by andrew via cli commit synchronize
# 2016-12-30 21:41:42 CST by andrew via cli commit synchronize
# 2016-12-30 20:50:51 CST by andrew via cli commit synchronize
-# 2016-12-27 18:31:05 CST by andrew via cli commit synchronize
# grnoc-mon at ALTUS-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -259,7 +259,7 @@
# grnoc-mon at ALTUS-M120-RE0> show system uptime
# System booted: 2016-03-17 01:00 CDT
# Protocols started: 2016-03-17 01:12 CDT
-# Last configured: 2017-01-09 09:28 CST by andrew
+# Last configured: 2017-01-09 10:13 CST by andrew
#
# {master}
# grnoc-mon at ALTUS-M120-RE0> show interface terse
@@ -386,7 +386,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ALTUS-M120-RE0> show configuration
-## Last commit: 2017-01-09 09:28:35 CST by andrew
+## Last commit: 2017-01-09 10:13:10 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2130,8 +2130,6 @@
static {
route 172.25.148.0/24 next-hop 10.119.88.59;
route 10.119.25.52/31 next-hop 10.119.88.59;
- route 10.119.24.176/31 next-hop 10.119.88.57;
- route 172.25.146.0/24 next-hop 10.119.88.57;
}
}
protocols {
@@ -2166,7 +2164,6 @@
routing-options {
static {
route 10.119.41.52/31 next-hop 10.119.80.59;
- route 10.119.40.176/31 next-hop 10.119.80.57;
}
}
protocols {
More information about the Nocrancid
mailing list