[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Dec 9 15:02:16 CST 2014
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 122076)
+++ configs/core.law.onenet.net (working copy)
@@ -492,13 +492,13 @@
#lsi.1061889 up up
#lsi.1061914 up up
#lsi.1061930 up up
-#lsi.1061932 up up
#lsi.1061939 up up
#lsi.1061942 up up
#lsi.1061944 up up
#lsi.1061949 up up
#lsi.1061952 up up
#lsi.1061954 up up
+#lsi.1061955 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net (revision 122053)
+++ configs/acx.cai.hart-acx2100.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system commit
+# 2014-12-09 14:40:19 CST by andrew via cli
+# 2014-12-09 14:34:31 CST by andrew via cli commit confirmed, rollback in 3mins
+# 2014-12-09 14:26:50 CST by andrew via cli
# 2014-12-05 10:18:38 CST by andrew via cli
# 2014-12-05 10:17:51 CST by andrew via cli commit confirmed, rollback in 3mins
# 2014-11-07 15:22:29 CST by admin via netconf
-# 2014-11-05 17:01:28 CST by andrew via cli
-# 2014-11-05 17:00:47 CST by andrew via cli
-# 2014-11-05 17:00:27 CST by andrew via cli
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis environment
# Class Item Status Measurement
# PCB Left OK
@@ -155,7 +155,7 @@
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system uptime
# System booted: 2014-11-29 20:13 CST
# Protocols started: 2014-11-29 20:15 CST
-# Last configured: 2014-12-05 10:18 CST by andrew
+# Last configured: 2014-12-09 14:40 CST by andrew
#
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show interface terse
#Interface Admin Link
@@ -177,7 +177,9 @@
#ct1-0/0/14 up down
#ct1-0/0/15 up down
#ge-1/0/0 up down
-#ge-1/0/1 down down
+#ge-1/0/1 up up
+#ge-1/0/1.399 up up
+#ge-1/0/1.32767 up up
#ge-1/0/2 down down
#ge-1/0/3 down down
#ge-1/1/0 down down
@@ -207,12 +209,13 @@
#lsi up up
#lsi.0 up up
#lsi.1 up up
+#lsi.2 up up
#mtun up up
#pimd up up
#pime up up
#tap up up
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show configuration
-## Last commit: 2014-12-05 10:18:38 CST by andrew
+## Last commit: 2014-12-09 14:40:19 CST by andrew
version 12.3X54-D10.6;
system {
host-name HARTSHORNE-PUBLIC-LIBRARY-ACX2100;
@@ -393,7 +396,15 @@
}
}
ge-1/0/1 {
- disable;
+ description "NNI-TO-SKYRIDER-CAIHART-CIR000XXXX [ORDERED]";
+ flexible-vlan-tagging;
+ unit 399 {
+ description "SKYRIDER-MGMT-CAIHART-10M-CIR000XXXX [ORDERED]";
+ vlan-id 399;
+ family inet {
+ address 172.17.0.33/30;
+ }
+ }
}
ge-1/0/2 {
disable;
@@ -739,9 +750,52 @@
then reject;
}
}
+ policy-statement SKYRIDER-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SKYRIDER-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SKYRIDER-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
community HARTSHORNE members 5078:165;
community ONENET-MGMT-VPN members target:5078:2543;
community SEPLS-VPN members target:5078:2533;
+ community SKYRIDER-MGMT-VPN members target:5078:2547;
}
firewall {
family inet {
@@ -1041,6 +1095,35 @@
}
}
}
+ SKYRIDER-MGMT-L3VPN {
+ description SKYRIDER-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-1/0/1.399;
+ route-distinguisher 164.58.199.165:2547;
+ vrf-import SKYRIDER-MGMT-VRF-IMPORT;
+ vrf-export SKYRIDER-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2547;
+ vrf-table-label;
+ routing-options {
+ autonomous-system 64573 loops 2;
+ }
+ protocols {
+ bgp {
+ group EBGP-SKYRIDER {
+ type external;
+ description EBGP-SKYRIDER;
+ family inet {
+ unicast;
+ }
+ neighbor 172.17.0.34 {
+ description "EBGP-SKYRIDER-CIR000XXXX [ORDERED]";
+ peer-as 64574;
+ as-override;
+ }
+ }
+ }
+ }
+ }
}
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show ospf neighbor
# Address Interface State ID Pri Dead
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 122076)
+++ configs/hub.dur.onenet.net (working copy)
@@ -380,7 +380,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
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net (revision 122075)
+++ configs/core1.ptc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit
+# 2014-12-09 14:47:43 CST by andrew via cli commit synchronize
# 2014-12-09 11:23:47 CST by andrew via cli commit synchronize
# 2014-11-12 09:17:39 CST by rnordmark via cli commit synchronize
# 2014-11-09 10:24:35 CST by andrew via cli commit synchronize
# 2014-11-09 10:23:47 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2014-11-09 08:36:53 CST by andrew via cli commit synchronize
-# 2014-11-09 08:26:44 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -314,7 +314,7 @@
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime
# System booted: 2014-09-18 00:31 CDT
# Protocols started: 2014-09-18 00:32 CDT
-# Last configured: 2014-12-09 11:23 CST by andrew
+# Last configured: 2014-12-09 14:47 CST by andrew
#
# {master}
# grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse
@@ -366,8 +366,8 @@
#ge-0/3/6 up down
#ge-0/3/7 up down
#ge-0/3/8 up up
-#ge-0/3/8.500 up up
#ge-0/3/8.1400 up up
+#ge-0/3/8.1410 up up
#ge-0/3/8.32767 up up
#ge-0/3/9 up up
#ge-0/3/9.0 up up
@@ -413,7 +413,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration
-## Last commit: 2014-12-09 11:23:47 CST by andrew
+## Last commit: 2014-12-09 14:47:43 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -803,10 +803,6 @@
flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
- unit 500 {
- description "TAGNET-7404-BARTLESVILLE-10M-CIR0006021 [ORDERED]";
- vlan-id 500;
- }
unit 1400 {
description "SUPER-MAGIC-FUNTIME-[NO-MONITOR]";
encapsulation vlan-ccc;
@@ -819,6 +815,10 @@
}
}
}
+ unit 1410 {
+ description "TAGNET-7404-BARTLESVILLE-10M-CIR0006021 [ORDERED]";
+ vlan-id 1410;
+ }
}
ge-0/3/9 {
mtu 9192;
More information about the Nocrancid
mailing list