[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Feb 13 18:01:06 CST 2014
Index: core.alt.onenet.net
===================================================================
--- core.alt.onenet.net (revision 106968)
+++ core.alt.onenet.net (working copy)
@@ -324,13 +324,13 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1092330 up up
-#lsi.1092331 up up
-#lsi.1092332 up up
-#lsi.1092333 up up
-#lsi.1092334 up up
-#lsi.1092335 up up
-#lsi.1092336 up up
+#lsi.1092393 up up
+#lsi.1092394 up up
+#lsi.1092395 up up
+#lsi.1092396 up up
+#lsi.1092397 up up
+#lsi.1092398 up up
+#lsi.1092399 up up
#mtun up up
#pimd up up
#pime up up
Index: core.law.onenet.net
===================================================================
--- core.law.onenet.net (revision 106969)
+++ core.law.onenet.net (working copy)
@@ -473,7 +473,7 @@
#lsi.1057226 up up
#lsi.1057227 up up
#lsi.1057392 up up
-#lsi.1057659 up up
+#lsi.1057668 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.nor.onenet.net
===================================================================
--- core1.nor.onenet.net (revision 106972)
+++ core1.nor.onenet.net (working copy)
@@ -448,7 +448,7 @@
#lsi.1054946 up up
#lsi.1054952 up up
#lsi.1055117 up up
-#lsi.1055384 up up
+#lsi.1055393 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.sti-mx960.onenet.net
===================================================================
--- core1.sti-mx960.onenet.net (revision 106971)
+++ core1.sti-mx960.onenet.net (working copy)
@@ -618,7 +618,7 @@
#lsi.1066336 up up
#lsi.1066337 up up
#lsi.1066450 up up
-#lsi.1066605 up up
+#lsi.1066614 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.lan-mx80.onenet.net
===================================================================
--- core1.lan-mx80.onenet.net (revision 106973)
+++ core1.lan-mx80.onenet.net (working copy)
@@ -267,7 +267,7 @@
#lsi.1058242 up up
#lsi.1058248 up up
#lsi.1058413 up up
-#lsi.1058680 up up
+#lsi.1058689 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net (revision 106774)
+++ core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2014-02-13 17:14:53 CST by rnordmark via cli commit synchronize
+# 2014-02-13 17:01:12 CST by rnordmark via cli commit synchronize
# 2014-02-13 02:16:11 CST by rnordmark via cli commit synchronize
# 2014-02-11 10:48:30 CST by joe via cli commit synchronize
# 2014-02-11 09:56:15 CST by donnie via cli commit synchronize
# 2014-02-11 09:41:08 CST by donnie via cli commit synchronize
-# 2014-02-03 09:20:12 CST by donnie via cli commit synchronize
-# 2014-01-31 08:38:14 CST by donnie via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -391,7 +391,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2013-04-14 01:08 CDT
# Protocols started: 2013-04-14 01:10 CDT
-# Last configured: 2014-02-13 02:16 CST by rnordmark
+# Last configured: 2014-02-13 17:14 CST by rnordmark
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
#Interface Admin Link
@@ -624,7 +624,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-02-13 02:16:11 CST by rnordmark
+## Last commit: 2014-02-13 17:14:53 CST by rnordmark
version 11.4R7.5;
groups {
re0 {
@@ -1274,6 +1274,9 @@
}
address 65.115.192.18/30;
}
+ family inet6 {
+ address 2001:0428:2001:0210:0000:0019:0000:0002/96;
+ }
}
}
ge-0/2/0 {
@@ -2208,6 +2211,19 @@
peer-as 8025;
}
}
+ group EBGP-QWEST-AS209-V6 {
+ type external;
+ description EBGP-QWEST-AS209-V6;
+ import EBGP-QWEST-V6-IMPORT;
+ family inet6 {
+ any;
+ }
+ export EBGP-QWEST-V6-EXPORT;
+ neighbor 2001:0428:2001:0210:0000:0019:0000:0001 {
+ remove-private;
+ peer-as 209;
+ }
+ }
}
ospf {
export OSPF-DEFAULT;
@@ -2738,6 +2754,43 @@
then reject;
}
}
+ policy-statement EBGP-QWEST-V6-EXPORT {
+ term FAA {
+ from {
+ route-filter 2001:19e8:8041::/48 exact;
+ }
+ then {
+ as-path-expand 3923;
+ accept;
+ }
+ }
+ term STEP-1 {
+ from {
+ route-filter 2610:1d8::/32 exact;
+ route-filter 2001:468:a00::/40 exact;
+ route-filter 2001:19e8:8041::/48 exact;
+ }
+ then accept;
+ }
+ term STEP-2 {
+ from protocol aggregate;
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-QWEST-V6-IMPORT {
+ term STEP-1 {
+ then {
+ community set 5078:209;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement EBGP-REJECT-EXPORT {
term STEP-1 {
from {
@@ -2776,7 +2829,7 @@
from {
family inet6;
protocol bgp;
- neighbor 2001:468:aff:ffff:fffa::2;
+ neighbor [ 2001:468:aff:ffff:fffa::2 2001:0428:2001:0210:0000:0019:0000:0001 ];
}
then accept;
}
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 106976)
+++ core5.okc.onenet.net (working copy)
@@ -575,7 +575,7 @@
#lsi.1490619 up up
#lsi.1490625 up up
#lsi.1490790 up up
-#lsi.1491057 up up
+#lsi.1491066 up up
#lsi.1496838 up up
#lsi.2010116 up up
#mtun up up
Index: hub.mia.onenet.net
===================================================================
--- hub.mia.onenet.net (revision 106980)
+++ hub.mia.onenet.net (working copy)
@@ -441,7 +441,7 @@
#lsi.1052088 up up
#lsi.1052094 up up
#lsi.1052259 up up
-#lsi.1052526 up up
+#lsi.1052535 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net (revision 106978)
+++ core1.dc.onenet.net (working copy)
@@ -846,7 +846,7 @@
#lsi.1056091 up up
#lsi.1056315 up up
#lsi.1056354 up up
-#lsi.1056361 up up
+#lsi.1056370 up up
#mtun up up
#pimd up up
#pime up up
Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net (revision 106977)
+++ hub.sal.onenet.net (working copy)
@@ -320,7 +320,7 @@
#t1-2/0/2:21.0 up up
#t1-2/0/2:22 up up
#t1-2/0/2:22.0 up up
-#t1-2/0/2:23 down up
+#t1-2/0/2:23 down down
#t1-2/0/2:23.0 up down
#t1-2/0/2:24 up down
#t1-2/0/2:25 up down
More information about the Nocrancid
mailing list