[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Jun 17 22:02:28 CDT 2015
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 128200)
+++ configs/hub.chi.onenet.net (working copy)
@@ -292,7 +292,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net (revision 128198)
+++ configs/core.say.onenet.net (working copy)
@@ -346,7 +346,6 @@
#lsi.1069395 up up
#lsi.1069399 up up
#lsi.1069400 up up
-#lsi.1069425 up up
#lsi.1069428 up up
#lsi.1069432 up up
#lsi.1069437 up up
@@ -358,7 +357,6 @@
#lsi.1069459 up up
#lsi.1069460 up up
#lsi.1069461 up up
-#lsi.1069466 up up
#lsi.1069467 up up
#lsi.1069468 up up
#lsi.1069469 up up
@@ -372,6 +370,8 @@
#lsi.1069481 up up
#lsi.1069482 up up
#lsi.1069483 up up
+#lsi.1069486 up up
+#lsi.1069487 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 128202)
+++ 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
+# 2015-06-17 21:45:35 CDT by andrew via cli commit synchronize
+# 2015-06-17 21:41:16 CDT by andrew via cli commit synchronize
+# 2015-06-17 21:39:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2015-06-17 21:07:23 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2015-06-17 13:42:07 CDT by sky via cli commit synchronize
# 2015-06-17 13:23:40 CDT by sky via cli commit synchronize
-# 2015-06-17 13:21:30 CDT by sky via cli commit synchronize
-# 2015-06-17 13:20:01 CDT by sky via cli commit synchronize
-# 2015-06-17 13:09:47 CDT by sky via cli commit synchronize
-# 2015-06-17 12:39:25 CDT by jeremyt via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -426,7 +426,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:49 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2015-06-17 13:42 CDT by sky
+# Last configured: 2015-06-17 21:45 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -606,11 +606,11 @@
#xe-1/0/0.1102 up up
#xe-1/0/0.1103 up up
#xe-1/0/0.1105 up up
-#xe-1/0/0.1106 up up
#xe-1/0/0.1108 up up
#xe-1/0/0.1110 up up
#xe-1/0/0.1112 up up
#xe-1/0/0.1114 up up
+#xe-1/0/0.1119 up up
#xe-1/0/0.1120 up up
#xe-1/0/0.5160 up up
#xe-1/0/0.5165 up up
@@ -902,7 +902,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2015-06-17 13:42:07 CDT by sky
+## Last commit: 2015-06-17 21:45:35 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2774,17 +2774,6 @@
address 172.25.255.254/31;
}
}
- unit 1106 {
- description "DPS-L3VPN-to-OMES | CIR0005942";
- vlan-id 1106;
- family inet {
- mtu 9000;
- sampling {
- input;
- }
- address 10.119.16.1/30;
- }
- }
unit 1108 {
description AGENCY-DATA-L3VPN-TO-OMES-CIR00XXXX;
vlan-id 1108;
@@ -2829,6 +2818,17 @@
address 204.62.17.29/31;
}
}
+ unit 1119 {
+ description DPS-L3VPN-TO-OMES-CIR0005942;
+ vlan-id 1119;
+ family inet {
+ mtu 9000;
+ sampling {
+ input;
+ }
+ address 10.119.16.0/31;
+ }
+ }
unit 1120 {
description "VPLS-OMES-2516-CIR0005946 [NO-MONITOR]";
encapsulation vlan-vpls;
@@ -6282,33 +6282,27 @@
}
}
policy-statement EBGP-OMES-DPS-EXPORT {
- term reject-default {
+ term REJECT-DEFAULT {
from {
route-filter 0.0.0.0/0 exact;
}
then reject;
}
- term accept-all {
- then {
- metric 100;
- accept;
- }
+ term ACCEPT-ALL {
+ then accept;
}
- term reject-all {
+ term REJECT-ALL-ELSE {
then reject;
}
}
policy-statement EBGP-OMES-DPS-IMPORT {
- term accept-default {
+ term ACCEPT-DEFAULT {
from {
route-filter 0.0.0.0/0 exact;
}
- then {
- metric 100;
- accept;
- }
+ then accept;
}
- term reject-all {
+ term REJECT-ALL-ELSE {
then reject;
}
}
@@ -8427,15 +8421,12 @@
DPS-L3VPN {
description DPS-L3VPN;
instance-type vrf;
- interface xe-1/0/0.1106;
+ interface xe-1/0/0.1119;
route-distinguisher 164.58.199.214:2540;
vrf-import DPS-VRF-IMPORT;
vrf-export DPS-VRF-EXPORT;
vrf-target target:5078:2540;
vrf-table-label;
- routing-options {
- autonomous-system 64569;
- }
protocols {
bgp {
group EBGP-OMES-DPS {
@@ -8443,12 +8434,13 @@
family inet {
unicast;
}
- neighbor 10.119.16.2 {
- description "EBGP-OMES-DPS-CIR000XXXX [NO-MONITOR]";
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.16.1 {
+ description "EBGP-DPS-L3VPN-TO-OMES-CIR0005942 [NO-MONITOR]";
import EBGP-OMES-DPS-IMPORT;
# authentication-key <removed>;
export EBGP-OMES-DPS-EXPORT;
- peer-as 40628;
+ peer-as 65018;
}
}
}
@@ -8606,7 +8598,7 @@
vrf-target target:5078:2538;
vrf-table-label;
routing-options {
- autonomous-system 64569;
+ autonomous-system 64569 loops 3;
}
protocols {
bgp {
@@ -8655,7 +8647,7 @@
vrf-target target:5078:2548;
vrf-table-label;
routing-options {
- autonomous-system 64569;
+ autonomous-system 64569 loops 3;
}
protocols {
bgp {
@@ -8685,7 +8677,7 @@
vrf-target target:5078:2550;
vrf-table-label;
routing-options {
- autonomous-system 64569;
+ autonomous-system 64569 loops 3;
}
protocols {
bgp {
@@ -8726,7 +8718,7 @@
}
export EBGP-OMES-PUBNET-EXPORT;
peer-as 65001;
- local-as 64569 no-prepend-global-as;
+ local-as 64569 loops 3 no-prepend-global-as;
neighbor 204.62.17.28 {
description "EBGP-OMES-PUBNET-CIR000XXXX [NO-MONITOR]";
# authentication-key <removed>;
@@ -8745,7 +8737,7 @@
vrf-target target:5078:2549;
vrf-table-label;
routing-options {
- autonomous-system 64569;
+ autonomous-system 64569 loops 3;
}
protocols {
bgp {
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 128202)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -198,7 +198,7 @@
# -rw-rw---- 1 root field 52711424 Jun 10 15:37 ifinfo.core.1
# -rw-rw---- 1 root field 52711424 Jun 10 15:40 ifinfo.core.2
# -rw-rw---- 1 root field 52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw---- 1 root field 52711424 Jun 17 20:57 ifinfo.core.4
+# -rw-rw---- 1 root field 52711424 Jun 17 22:00 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Aug 13 2012 install/
# -rw-r--r-- 1 eng field 99542994 May 30 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
# -rw-r--r-- 1 upgrades field 150276951 Aug 8 2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 128202)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -200,7 +200,7 @@
# -rw-rw---- 1 root field 51994624 Oct 24 2013 ifinfo.core.1
# -rw-rw---- 1 root field 51974144 Oct 24 2013 ifinfo.core.2
# -rw-rw---- 1 root field 52744192 Oct 24 2013 ifinfo.core.3
-# -rw-rw---- 1 root field 52727808 Jun 17 21:00 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jun 17 22:00 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Oct 12 2012 install/
# -rw-rw---- 1 root field 33464320 Mar 3 2014 jdiameterd.core.0
# -rw-r--r-- 1 eng field 99542994 Apr 23 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 128202)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -793,8 +793,8 @@
#t1-2/3/0:9:1.0 up up
#t1-2/3/0:9:2 up up
#t1-2/3/0:9:2.0 up up
-#t1-2/3/0:9:3 up up
-#t1-2/3/0:9:3.0 up up
+#t1-2/3/0:9:3 up down
+#t1-2/3/0:9:3.0 up down
#t1-2/3/0:9:4 up down
#t1-2/3/0:9:4.0 up down
#t1-2/3/0:9:5 up up
Index: configs/core.sem.onenet.net
===================================================================
--- configs/core.sem.onenet.net (revision 128200)
+++ configs/core.sem.onenet.net (working copy)
@@ -353,7 +353,6 @@
#lsi.1065996 up up
#lsi.1065998 up up
#lsi.1066000 up up
-#lsi.1066007 up up
#lsi.1066008 up up
#lsi.1066009 up up
#lsi.1066011 up up
@@ -362,6 +361,7 @@
#lsi.1066015 up up
#lsi.1066018 up up
#lsi.1066019 up up
+#lsi.1066021 up up
#mtun up up
#pimd up up
#pime up up
More information about the Nocrancid
mailing list