[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sat Sep 2 14:04:52 CDT 2017
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 156292)
+++ configs/lavern-public-schools.client.onenet.net (working copy)
@@ -110,7 +110,7 @@
#
# grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse
#Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 156295)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show system commit
+# 2017-09-02 13:02:23 CDT by andrew via cli commit synchronize
# 2017-09-02 12:50:40 CDT by andrew via cli commit synchronize
# 2017-09-02 12:17:52 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2017-09-02 11:32:07 CDT by andrew via cli commit synchronize
# 2017-08-13 16:09:52 CDT by andrew via cli commit synchronize
# 2017-07-29 21:17:17 CDT by andrew via cli commit synchronize
-# 2017-07-27 17:11:56 CDT by aberrios via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -305,7 +305,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-09-02 12:50 CDT by andrew
+# Last configured: 2017-09-02 13:02 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show interface terse
@@ -361,6 +361,7 @@
#xe-0/2/0.1129 up up
#xe-0/2/0.1130 up up
#xe-0/2/0.1131 up up
+#xe-0/2/0.1132 up up
#xe-0/2/0.32767 up up
#xe-0/3/0 up down
#xe-2/0/0 up up
@@ -409,6 +410,7 @@
#lsi.13 up up
#lsi.14 up up
#lsi.15 up up
+#lsi.16 up up
#me0 up up
#mtun up up
#pimd up up
@@ -417,7 +419,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-STATE-BUILDING-MX104-RE0> show configuration
-## Last commit: 2017-09-02 12:50:40 CDT by andrew
+## Last commit: 2017-09-02 13:02:23 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -796,6 +798,14 @@
address 10.119.75.4/31;
}
}
+ unit 1132 {
+ description "DEQ-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+ vlan-id 1132;
+ family inet {
+ mtu 9000;
+ address 10.119.96.4/31;
+ }
+ }
}
xe-2/0/0 {
description "CORE 10GE to core1.tul xe-4/1/1.70 | OneNet-TUL-TSB-XE-4969";
@@ -1296,6 +1306,48 @@
then reject;
}
}
+ policy-statement DEQ-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DEQ-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DEQ-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DEQ-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement DHS-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1540,6 +1592,37 @@
then reject;
}
}
+ policy-statement EBGP-OMES-DEQ-DATA-EXPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then {
+ metric 300;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-DEQ-DATA-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then {
+ metric 300;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-OMES-DOC-EXPORT {
term ACCEPT-DEFAULT {
from {
@@ -2314,6 +2397,7 @@
}
}
community CORPCOMM-VPN members target:5078:2635;
+ community DEQ-DATA-VPN members target:5078:2639;
community DHS-DATA-VPN members target:5078:2570;
community DHS-GUEST-VPN members target:5078:2571;
community DOC-VPN members target:5078:2596;
@@ -2644,6 +2728,33 @@
}
}
}
+ DEQ-DATA-L3VPN {
+ description DEQ-DATA-L3VPN;
+ instance-type vrf;
+ interface xe-0/2/0.1132;
+ route-distinguisher 164.58.199.214:2639;
+ vrf-import DEQ-DATA-VRF-IMPORT;
+ vrf-export DEQ-DATA-VRF-EXPORT;
+ vrf-target target:5078:2639;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-DEQ-DATA {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.96.5 {
+ description "EBGP-DEQ-DATA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OMES-DEQ-DATA-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-DEQ-DATA-EXPORT;
+ peer-as 40628;
+ }
+ }
+ }
+ }
+ }
DHS-DATA-L3VPN {
description DHS-DATA-L3VPN;
instance-type vrf;
More information about the Nocrancid
mailing list