[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Dec 4 16:02:17 CST 2014
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 121931)
+++ 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
+# 2014-12-04 15:35:18 CST by andrew via cli commit synchronize
+# 2014-12-04 15:16:06 CST by andrew via cli commit synchronize
+# 2014-12-04 15:12:14 CST by andrew via cli commit synchronize
# 2014-12-04 09:55:01 CST by andrew via cli commit synchronize
# 2014-12-04 09:53:35 CST by joel via cli commit synchronize
# 2014-12-03 02:25:21 CST by jeremyt via cli commit synchronize
-# 2014-11-25 09:57:22 CST by andrew via cli commit synchronize
-# 2014-11-25 09:44:52 CST by andrew via cli commit synchronize
-# 2014-11-25 09:43:03 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -418,7 +418,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: 2014-12-04 09:55 CST by andrew
+# Last configured: 2014-12-04 15:35 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -796,7 +796,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-12-04 09:55:01 CST by andrew
+## Last commit: 2014-12-04 15:35:18 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -3401,7 +3401,6 @@
}
static {
route 164.58.70.128/25 next-hop 156.110.26.78;
- route 164.58.26.0/24 next-hop 164.58.72.106;
route 156.110.24.140/30 next-hop 156.110.27.86;
route 164.58.86.0/24 next-hop 156.110.27.86;
route 164.58.145.128/25 next-hop 156.110.25.22;
@@ -3501,6 +3500,7 @@
route 164.58.98.16/28 next-hop 156.110.25.118;
route 156.110.82.140/30 next-hop 164.58.12.58;
route 164.58.11.4/30 next-hop 164.58.9.250;
+ route 164.58.26.0/24 next-hop 164.58.25.238;
}
router-id 164.58.199.214;
autonomous-system 5078;
@@ -4541,24 +4541,31 @@
}
}
policy-statement EBGP-METRO-TECH-EXPORT {
- term send-default {
+ term EXPORT-DEFAULT {
from {
route-filter 0.0.0.0/0 exact;
}
then accept;
}
- term reject-all {
+ term EXPORT-TEST {
+ from {
+ route-filter 164.58.199.214/32 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
then reject;
}
}
policy-statement EBGP-METRO-TECH-IMPORT {
- term receive {
+ term PREFIXES {
from {
route-filter 164.58.27.168/29 exact;
+ route-filter 164.58.26.0/24 exact;
}
then accept;
}
- term reject-all {
+ term REJECT-ALL-ELSE {
then reject;
}
}
More information about the Nocrancid
mailing list