[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu May 11 11:04:37 CDT 2017
Index: configs/pushmataha-hospital.client.onenet.net
===================================================================
--- configs/pushmataha-hospital.client.onenet.net (revision 153145)
+++ configs/pushmataha-hospital.client.onenet.net (working copy)
@@ -112,15 +112,15 @@
#sp-0/0/0 up up
#sp-0/0/0.0 up up
#sp-0/0/0.16383 up up
-#ge-0/0/1 up up
-#ge-0/0/1.0 up up
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
#ge-0/0/2 down down
#ge-0/0/3 down down
#ge-0/0/4 down down
#ge-0/0/5 down down
#ge-0/0/6 down down
-#ge-0/0/7 up down
-#ge-0/0/7.0 up down
+#ge-0/0/7 up up
+#ge-0/0/7.0 up up
#fxp2 up up
#fxp2.0 up up
#gre up up
@@ -141,8 +141,8 @@
#st0 up up
#tap up up
#vlan up up
-#vlan.3 up down
-#vlan.999 up up
+#vlan.3 up up
+#vlan.999 up down
# grnoc-mon at PUSHMATAHA-HOSPITAL-LR-004329> show configuration
## Last commit: 2017-03-17 11:05:00 CDT by admin
version 12.1X46-D20.5;
Index: configs/ada-hs-srx240.client.onenet.net
===================================================================
--- configs/ada-hs-srx240.client.onenet.net (revision 153145)
+++ configs/ada-hs-srx240.client.onenet.net (working copy)
@@ -148,8 +148,8 @@
#ge-0/0/13.0 up up
#ge-0/0/14 up up
#ge-0/0/14.0 up up
-#ge-0/0/15 up down
-#ge-0/0/15.0 up down
+#ge-0/0/15 up up
+#ge-0/0/15.0 up up
#fxp2 up up
#fxp2.0 up up
#gre up up
@@ -170,7 +170,7 @@
#st0 up up
#tap up up
#vlan up up
-#vlan.3 up down
+#vlan.3 up up
#vlan.4 up up
#vlan.999 up down
# grnoc-mon at ADA-HS-LR-004894> show configuration
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 153142)
+++ 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 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
# 2017-05-08 09:18:12 CDT by andrew via cli commit synchronize
# 2017-05-07 09:52:08 CDT by andrew via cli commit synchronize
-# 2017-05-07 09:50:44 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-10 19:32 CDT by andrew
+# Last configured: 2017-05-11 10:40 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -1262,6 +1262,7 @@
#lsi.36 up up
#lsi.39 up up
#lsi.40 up up
+#lsi.41 up up
#lsi.1048586 up up
#lsi.1048592 up up
#lsi.1048600 up up
@@ -1336,7 +1337,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-05-10 19:32:12 CDT by andrew
+## Last commit: 2017-05-11 10:40:22 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -11847,6 +11848,31 @@
then reject;
}
}
+ policy-statement EBGP-OMES-OJA-EXPORT {
+ 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-OJA-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-OMES-PUBNET-EXPORT {
term reject-default {
from {
@@ -12688,6 +12714,48 @@
then reject;
}
}
+ policy-statement OJA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OJA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OJA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -13575,6 +13643,7 @@
community OETA-COLO-VPN members target:5078:2636;
community OFFN-MGMT-VPN members target:5078:2572;
community OIDS-VPN members target:5078:2532;
+ community OJA-VPN members target:5078:2671;
community OKCCORE4 members 5078:214;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-AGENCY-WIFI-VPN members target:5078:2573;
@@ -15874,6 +15943,33 @@
}
}
}
+ OJA-L3VPN {
+ description OJA-L3VPN;
+ instance-type vrf;
+ interface xe-1/0/0.1131;
+ route-distinguisher 164.58.199.214:2671;
+ vrf-import OJA-VRF-IMPORT;
+ vrf-export OJA-VRF-EXPORT;
+ vrf-target target:5078:2671;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-OJA {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.75.1 {
+ description "EBGP-OJA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OMES-OJA-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-OJA-EXPORT;
+ peer-as 40628;
+ }
+ }
+ }
+ }
+ }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
Index: configs/macomb-ps.client.onenet.net
===================================================================
--- configs/macomb-ps.client.onenet.net (revision 153133)
+++ configs/macomb-ps.client.onenet.net (working copy)
@@ -96,8 +96,8 @@
# total files: 1
#
# grnoc-mon at MACOMB-PS-SRX220-LR-ASSET-003167> show system uptime
-# System booted: 2017-05-10 22:41 CDT
-# Protocols started: 2017-05-10 22:43 CDT
+# System booted: 2017-05-11 10:32 CDT
+# Protocols started: 2017-05-11 10:35 CDT
# Last configured: 2016-07-22 11:27 CDT by admin
#
# grnoc-mon at MACOMB-PS-SRX220-LR-ASSET-003167> show interface terse
Index: configs/odmhsas-camhc-altus.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-altus.client.onenet.net (revision 153145)
+++ configs/odmhsas-camhc-altus.client.onenet.net (working copy)
@@ -943,7 +943,6 @@
# OSPF instance is not running
#
# grnoc-mon at ODMHSAS-CARL-ALBERT-MHC-ALTUS-SRX220> show bfd session
-quit
Detect Transmit
Address State Interface Time Interval Multiplier
10.119.20.106 Up t1-1/0/0.0 6.000 2.000 3
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 153145)
+++ configs/hub.dur.onenet.net (working copy)
@@ -324,7 +324,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 up up
#ge-2/2/0.0 up up
#pc-2/2/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 153145)
+++ 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/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 153129)
+++ 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 10:41:36 CDT by andrew via cli commit synchronize
# 2017-05-10 19:32:43 CDT by andrew via cli commit synchronize
# 2017-05-10 18:24:43 CDT by andrew via cli commit synchronize
# 2017-05-10 18:21:37 CDT by andrew via cli commit synchronize
# 2017-05-10 18:00:00 CDT by andrew via cli commit synchronize
# 2017-05-10 17:51:44 CDT by andrew via cli commit synchronize
-# 2017-05-09 18:14:37 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-10 19:32 CDT by andrew
+# Last configured: 2017-05-11 10:41 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -1103,6 +1103,7 @@
#lsi.26 up up
#lsi.29 up up
#lsi.30 up up
+#lsi.31 up up
#lsi.1048577 up up
#lsi.1048592 up up
#lsi.1048593 up up
@@ -1170,7 +1171,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2017-05-10 19:32:43 CDT by andrew
+## Last commit: 2017-05-11 10:41:36 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -10313,6 +10314,31 @@
then reject;
}
}
+ policy-statement EBGP-OMES-OJA-EXPORT {
+ 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-OJA-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-OMES-PUBNET-EXPORT {
term reject-default {
from {
@@ -10819,6 +10845,48 @@
then reject;
}
}
+ policy-statement OJA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OJA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OJA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -11433,6 +11501,7 @@
members 5078:*;
}
community OETA-VPN members target:5078:2626;
+ community OJA-VPN members target:5078:2671;
community OKCCORE5 members 5078:215;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-AGENCY-WIFI-VPN members target:5078:2573;
@@ -18575,6 +18644,33 @@
vrf-target target:5078:2626;
vrf-table-label;
}
+ OJA-L3VPN {
+ description OJA-L3VPN;
+ instance-type vrf;
+ interface xe-2/0/1.1131;
+ route-distinguisher 164.58.199.215:2671;
+ vrf-import OJA-VRF-IMPORT;
+ vrf-export OJA-VRF-EXPORT;
+ vrf-target target:5078:2671;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-OJA {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.75.3 {
+ description "EBGP-OJA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OMES-OJA-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-OJA-EXPORT;
+ peer-as 40628;
+ }
+ }
+ }
+ }
+ }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
Index: configs/opt.okc.onenet.net
===================================================================
--- configs/opt.okc.onenet.net (revision 153145)
+++ configs/opt.okc.onenet.net (working copy)
@@ -294,6 +294,7 @@
<interface name="CHAN-3-5-37-TX" abbr_name="CHAN-3-5-37-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-3-5-38-TX" abbr_name="CHAN-3-5-38-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-3-5-39-TX" abbr_name="CHAN-3-5-39-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
+ <interface name="CHAN-3-5-40-TX" abbr_name="CHAN-3-5-40-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="LINE-3-5-1" abbr_name="LINE-3-5-1" admin_state="up" spanning_tree_metric="" description="Unknown" type="COM" monitoring_state="monitor"></interface>
</part>
<part name="SLOT-3-7" description="TCC2" hw_version="A0" part_id="TCC2" part_num="800-24911-07" serial_number="CAT101103V0" slot="SLOT-3-7" vendor_id="Cisco"></part>
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 153129)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -1,6 +1,7 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show system commit
+# 2017-05-11 10:43:17 CDT by andrew via cli commit synchronize
# 2017-05-10 19:34:01 CDT by andrew via cli commit synchronize
# 2017-04-29 18:46:09 CDT by andrew via cli commit synchronize
# 2017-04-29 18:39:20 CDT by andrew via cli commit synchronize
@@ -242,7 +243,7 @@
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show system uptime
# System booted: 2017-04-22 00:53 CDT
# Protocols started: 2017-04-22 00:56 CDT
-# Last configured: 2017-05-10 19:34 CDT by andrew
+# Last configured: 2017-05-11 10:43 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show interface terse
@@ -345,6 +346,7 @@
#lsi.12 up up
#lsi.13 up up
#lsi.14 up up
+#lsi.15 up up
#me0 up up
#mtun up up
#pimd up up
@@ -353,7 +355,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show configuration
-## Last commit: 2017-05-10 19:34:01 CDT by andrew
+## Last commit: 2017-05-11 10:43:17 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1487,6 +1489,31 @@
then reject;
}
}
+ policy-statement EBGP-OMES-OJA-EXPORT {
+ 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-OJA-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-OMES-V4-EXPORT {
term SEND-DEFAULT {
from {
@@ -1695,6 +1722,48 @@
}
}
}
+ policy-statement OJA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OJA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OJA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OJA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -2072,6 +2141,7 @@
invert-match;
members 5078:*;
}
+ community OJA-VPN members target:5078:2671;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-AGENCY-WIFI-VPN members target:5078:2573;
community OMES-MGMT-VPN members target:5078:2550;
@@ -2466,6 +2536,33 @@
}
}
}
+ OJA-L3VPN {
+ description OJA-L3VPN;
+ instance-type vrf;
+ interface xe-0/2/0.1131;
+ route-distinguisher 164.58.199.193:2671;
+ vrf-import OJA-VRF-IMPORT;
+ vrf-export OJA-VRF-EXPORT;
+ vrf-target target:5078:2671;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-OJA {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.75.5 {
+ description "EBGP-OJA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OMES-OJA-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-OJA-EXPORT;
+ peer-as 40628;
+ }
+ }
+ }
+ }
+ }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list