[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Nov 24 20:03:56 CST 2016
Index: configs/canadian-ps.client.onenet.net
===================================================================
--- configs/canadian-ps.client.onenet.net (revision 148425)
+++ configs/canadian-ps.client.onenet.net (working copy)
@@ -171,7 +171,7 @@
#vlan.3 up up
#vlan.999 up down
# grnoc-mon at CANADIAN-PS-SRX240-LR-004907> show configuration
-warning: error writing(valid) /var/db/feature.db: expecting 9203 bytes, only wrote 0
+warning: error writing(valid) /var/db/feature.db: expecting 9204 bytes, only wrote 0
## Last commit: 2016-06-23 13:05:01 CDT by admin
version 12.1X46-D20.5;
system {
Index: configs/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net (revision 148426)
+++ configs/core2.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_02_RE0> show system commit
+# 2016-11-24 19:15:59 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2016-11-24 19:12:44 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2016-11-24 19:11:05 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 18:50:59 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-23 18:26:32 CST by andrew via cli commit synchronize
# 2016-11-23 15:42:17 CST by andrew via cli commit synchronize
-# 2016-11-18 23:12:22 CST by andrew via cli commit synchronize
-# 2016-11-18 23:00:21 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2016-11-15 18:20:10 CST by andrew via cli commit synchronize
# grnoc-mon at MX480_DC_02_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -337,7 +337,7 @@
# grnoc-mon at MX480_DC_02_RE0> show system uptime
# System booted: 2016-09-03 21:49 CDT
# Protocols started: 2016-09-03 21:51 CDT
-# Last configured: 2016-11-24 18:50 CST by andrew
+# Last configured: 2016-11-24 19:15 CST by andrew
#
# {master}
# grnoc-mon at MX480_DC_02_RE0> show interface terse
@@ -626,7 +626,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_02_RE0> show configuration
-## Last commit: 2016-11-24 18:50:59 CST by andrew
+## Last commit: 2016-11-24 19:15:59 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2231,6 +2231,21 @@
prefix-list PRE-ICCP-ALLOW {
apply-path "protocols iccp peer <*>";
}
+ prefix-list PRE-BGP-RI-ALLOW {
+ apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+ }
+ policy-statement CUSTOMER-L3VPN-TO-OSPF {
+ term OMES-MGMT {
+ from {
+ protocol bgp;
+ route-filter 10.119.0.0/16 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement DPS-VRF-EXPORT {
term direct {
from {
@@ -2266,6 +2281,28 @@
then reject;
}
}
+ policy-statement EBGP-ONENET-DC-OMES-MGMT-V4-EXPORT {
+ term SEND-ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-ONENET-DC-OMES-MGMT-V4-IMPORT {
+ term ACCEPT-ROUTES {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement ISIS-STATICS {
term 1 {
from {
@@ -2652,6 +2689,7 @@
from {
prefix-list {
PRE-BGP-ALLOW;
+ PRE-BGP-RI-ALLOW;
}
protocol tcp;
port 179;
@@ -2980,9 +3018,26 @@
interface irb.4032;
routing-options {
router-id 10.119.255.250;
+ autonomous-system 64595;
}
protocols {
+ bgp {
+ group EBGP-CUSTOMER-L3VPN {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.254.54 {
+ description "ONENET-DC-TO-OMES-MGMT [NO-MONITOR]";
+ import EBGP-ONENET-DC-OMES-MGMT-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-ONENET-DC-OMES-MGMT-V4-EXPORT;
+ peer-as 5078;
+ }
+ }
+ }
ospf {
+ export CUSTOMER-L3VPN-TO-OSPF;
area 0.0.0.0 {
interface irb.4032;
}
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net (revision 148426)
+++ configs/core2-okc-mx960.onenet.net (working copy)
@@ -1,13 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE2-MX960-RE0> show system commit
+# 2016-11-24 19:13:28 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 18:48:13 CST by andrew via cli commit synchronize
# 2016-11-24 18:46:52 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-10-12 08:19:07 CDT by root via other
# Synchronization with remote Routing Engine
# 2016-09-01 17:21:51 CDT by andrew via cli commit synchronize
# 2016-08-21 18:49:40 CDT by andrew via cli commit synchronize
-# 2016-08-21 18:00:31 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -424,7 +424,7 @@
# grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime
# System booted: 2016-10-12 08:15 CDT
# Protocols started: 2016-10-12 08:18 CDT
-# Last configured: 2016-11-24 18:48 CST by andrew
+# Last configured: 2016-11-24 19:13 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -602,7 +602,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2016-11-24 18:48:13 CST by andrew
+## Last commit: 2016-11-24 19:13:28 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -12252,6 +12252,28 @@
then reject;
}
}
+ policy-statement EBGP-OMES-MGMT-ONENET-DC-V4-EXPORT {
+ term SEND-LINKS {
+ from {
+ route-filter 10.119.0.0/16 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OMES-MGMT-ONENET-DC-V4-IMPORT {
+ term ONENET-MGMT {
+ from {
+ route-filter 10.119.255.0/24 orlonger;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -12824,6 +12846,23 @@
vrf-export OMES-MGMT-VRF-EXPORT;
vrf-target target:5078:2550;
vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-ONENET-DC {
+ type external;
+ family inet {
+ unicast;
+ }
+ neighbor 10.119.254.55 {
+ description "OMES-MGMT-TO-ONENET-DC [NO-MONITOR]";
+ import EBGP-OMES-MGMT-ONENET-DC-V4-IMPORT;
+# authentication-#key <removed>;
+ export EBGP-OMES-MGMT-ONENET-DC-V4-EXPORT;
+ peer-as 64595;
+ }
+ }
+ }
+ }
}
}
{master}
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 148425)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,7 +674,6 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 148426)
+++ configs/core1.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_01_RE0> show system commit
+# 2016-11-24 19:05:01 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2016-11-24 19:01:22 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-24 18:47:47 CST by andrew via cli commit synchronize
# 2016-11-24 18:44:00 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-11-23 18:33:16 CST by andrew via cli commit synchronize
# 2016-11-23 18:26:27 CST by andrew via cli commit synchronize
-# 2016-11-23 16:57:17 CST by andrew via cli commit synchronize
-# 2016-11-23 15:42:26 CST by andrew via cli commit synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -358,7 +358,7 @@
# grnoc-mon at MX480_DC_01_RE0> show system uptime
# System booted: 2014-08-25 20:38 CDT
# Protocols started: 2014-08-25 20:39 CDT
-# Last configured: 2016-11-24 18:47 CST by andrew
+# Last configured: 2016-11-24 19:05 CST by andrew
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -745,7 +745,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2016-11-24 18:47:47 CST by andrew
+## Last commit: 2016-11-24 19:05:01 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2895,6 +2895,11 @@
then reject;
}
}
+ policy-statement EBGP-REJECT-ALL {
+ term 1 {
+ then reject;
+ }
+ }
policy-statement ISIS-STATICS {
term 1 {
from {
@@ -3827,6 +3832,13 @@
}
neighbor 10.119.40.20 {
description "ONENET-DC-TO-OMES-MGMT [NO-MONITOR]";
+ import EBGP-REJECT-ALL;
+# authentication-#key <removed>;
+ export EBGP-REJECT-ALL;
+ peer-as 5078;
+ }
+ neighbor 10.119.254.52 {
+ description "ONENET-DC-TO-OMES-MGMT [NO-MONITOR]";
import EBGP-ONENET-DC-OMES-MGMT-V4-IMPORT;
# authentication-#key <removed>;
export EBGP-ONENET-DC-OMES-MGMT-V4-EXPORT;
More information about the Nocrancid
mailing list