[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sat Dec 31 16:03:55 CST 2016
Index: configs/odot-claremore-regmaint.client.onenet.net
===================================================================
--- configs/odot-claremore-regmaint.client.onenet.net (revision 148953)
+++ configs/odot-claremore-regmaint.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODOT-CLAREMORE-REGMAINT-SRX210> show system commit
+# 2016-12-31 15:28:14 CST by andrew via cli
+# 2016-12-31 15:20:13 CST by andrew via cli
# 2016-08-30 13:42:53 CDT by sky via cli
# 2016-08-30 11:24:12 CDT by sean via cli
# 2016-08-30 11:23:47 CDT by sean via cli
# 2016-08-30 11:22:44 CDT by sean via cli
-# 2016-08-30 11:19:51 CDT by sean via cli
-# 2016-04-28 13:48:12 CDT by admin via cli
# grnoc-mon at ODOT-CLAREMORE-REGMAINT-SRX210> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -105,7 +105,7 @@
# grnoc-mon at ODOT-CLAREMORE-REGMAINT-SRX210> show system uptime
# System booted: 2016-12-14 12:45 CST
# Protocols started: 2016-12-14 12:49 CST
-# Last configured: 2016-08-30 13:42 CDT by sky
+# Last configured: 2016-12-31 15:28 CST by andrew
#
# grnoc-mon at ODOT-CLAREMORE-REGMAINT-SRX210> show interface terse
#Interface Admin Link
@@ -153,7 +153,7 @@
#vlan.500 up up
#vlan.501 up up
# grnoc-mon at ODOT-CLAREMORE-REGMAINT-SRX210> show configuration
-## Last commit: 2016-08-30 13:42:53 CDT by sky
+## Last commit: 2016-12-31 15:28:14 CST by andrew
version 12.1X44-D35.5;
system {
host-name ODOT-CLAREMORE-REGMAINT-SRX210;
@@ -370,6 +370,9 @@
}
}
routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.80.26;
+ }
autonomous-system 64591;
}
protocols {
@@ -380,6 +383,7 @@
unicast;
}
neighbor 10.119.80.26 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
@@ -594,6 +598,11 @@
instance-type virtual-router;
interface ge-0/0/0.501;
interface vlan.501;
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.88.26;
+ }
+ }
protocols {
bgp {
group EBGP-AGENCY-DATA-ONENET {
@@ -602,6 +611,7 @@
unicast;
}
neighbor 10.119.88.26 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
Index: configs/odot-nowata-regmaint.client.onenet.net
===================================================================
--- configs/odot-nowata-regmaint.client.onenet.net (revision 146041)
+++ configs/odot-nowata-regmaint.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODOT-NOWATA-REGMAINT-SRX210> show system commit
+# 2016-12-31 15:11:21 CST by andrew via cli
# 2016-04-28 15:21:46 CDT by admin via cli
# 2016-04-28 11:16:29 CDT by admin via cli
# 2016-04-23 01:44:13 CDT by admin via cli commit confirmed, rollback in 10mins
# 2015-07-15 20:12:04 CDT by admin via cli commit confirmed, rollback in 5mins
# 2015-06-26 20:49:41 CDT by root via cli
-# 2015-06-26 20:45:37 CDT by root via other
# grnoc-mon at ODOT-NOWATA-REGMAINT-SRX210> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -106,7 +106,7 @@
# grnoc-mon at ODOT-NOWATA-REGMAINT-SRX210> show system uptime
# System booted: 2016-08-29 11:44 CDT
# Protocols started: 2016-08-29 11:47 CDT
-# Last configured: 2016-04-28 15:21 CDT by admin
+# Last configured: 2016-12-31 15:11 CST by andrew
#
# grnoc-mon at ODOT-NOWATA-REGMAINT-SRX210> show interface terse
#Interface Admin Link
@@ -153,7 +153,7 @@
#vlan.500 up up
#vlan.501 up up
# grnoc-mon at ODOT-NOWATA-REGMAINT-SRX210> show configuration
-## Last commit: 2016-04-28 15:21:46 CDT by admin
+## Last commit: 2016-12-31 15:11:21 CST by andrew
version 12.1X46-D20.5;
system {
host-name ODOT-NOWATA-REGMAINT-SRX210;
@@ -373,23 +373,11 @@
}
}
routing-options {
- autonomous-system 64591;
+ static {
+ route 0.0.0.0/0 next-hop 10.119.80.82;
+ }
}
protocols {
- bgp {
- group EBGP-DATACOMM-MGMT-ONENET {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.80.82 {
- import IMPORT-DEFAULT;
-# authentication-#key <removed>;
- export EXPORT-ROUTES;
- peer-as 5078;
- }
- }
- }
ospf {
export EXPORT-DEFAULT;
area 10.119.41.18 {
@@ -427,34 +415,6 @@
then reject;
}
}
- policy-statement EXPORT-ROUTES {
- term REJECT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then reject;
- }
- term SEND-ALL-ELSE {
- then accept;
- }
- }
- policy-statement IMPORT-DEFAULT {
- term ACCEPT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
- term ONENET-MGMT {
- from {
- route-filter 10.119.255.0/24 orlonger;
- }
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
}
security {
policies {
@@ -494,9 +454,6 @@
ssh;
snmp;
}
- protocols {
- bgp;
- }
}
}
vlan.501 {
@@ -523,9 +480,6 @@
ssh;
snmp;
}
- protocols {
- bgp;
- }
}
}
vlan.500 {
@@ -597,21 +551,12 @@
instance-type virtual-router;
interface t1-1/0/0.17;
interface vlan.501;
- protocols {
- bgp {
- group EBGP-AGENCY-DATA-ONENET {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.88.82 {
- import IMPORT-DEFAULT;
-# authentication-#key <removed>;
- export EXPORT-ROUTES;
- peer-as 5078;
- }
- }
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.88.82;
}
+ }
+ protocols {
ospf {
export EXPORT-DEFAULT;
area 10.119.25.18 {
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net (revision 149312)
+++ configs/hub.bar.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at BARTLESVILLE-M120-RE0> show system commit
+# 2016-12-31 15:12:29 CST by andrew via cli commit synchronize
+# 2016-12-31 15:05:42 CST by andrew via cli commit synchronize
# 2016-12-27 19:26:28 CST by andrew via cli commit synchronize
# 2016-12-27 18:52:23 CST by andrew via cli commit synchronize
# 2016-12-02 09:20:26 CST by andrew via cli commit synchronize
# 2016-12-02 09:14:05 CST by andrew via cli commit synchronize
-# 2016-07-21 11:57:20 CDT by sean via cli commit synchronize
-# 2016-07-21 10:08:21 CDT by sean via cli commit synchronize
# grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -266,7 +266,7 @@
# grnoc-mon at BARTLESVILLE-M120-RE0> show system uptime
# System booted: 2016-03-14 01:19 CDT
# Protocols started: 2016-03-14 01:26 CDT
-# Last configured: 2016-12-27 19:26 CST by andrew
+# Last configured: 2016-12-31 15:12 CST by andrew
#
# {master}
# grnoc-mon at BARTLESVILLE-M120-RE0> show interface terse
@@ -311,7 +311,6 @@
#t1-2/0/2:2 up up
#t1-2/0/2:2.16 up up
#t1-2/0/2:2.17 up up
-#t1-2/0/2:2.30 up up
#t1-2/0/2:3 up up
#t1-2/0/2:3.0 up up
#t1-2/0/2:4 up up
@@ -417,7 +416,6 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.0 up up
#lsi.1 up up
#lsi.2 up up
#lsi.3 up up
@@ -429,7 +427,7 @@
#pp0 up up
#tap up up
# grnoc-mon at BARTLESVILLE-M120-RE0> show configuration
-## Last commit: 2016-12-27 19:26:28 CST by andrew
+## Last commit: 2016-12-31 15:12:29 CST by andrew
version 13.3R8.7;
groups {
re0 {
@@ -784,12 +782,6 @@
address 10.119.88.8/31;
}
}
- unit 30 {
- dlci 30;
- family inet {
- address 10.119.8.205/30;
- }
- }
}
t1-2/0/2:3 {
description "OESC Bartlesville T1 lsq-2/3/0.9 | CIR0005599";
@@ -1462,108 +1454,11 @@
then reject;
}
}
- policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
- term SEND-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
- term ONENET-MGMT {
- from {
- route-filter 10.119.255.0/24 orlonger;
- }
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
- policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
- term REJECT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then reject;
- }
- term ACCEPT-ALL {
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
- policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
- term SEND-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
- term ONENET-MGMT {
- from {
- route-filter 10.119.255.0/24 orlonger;
- }
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
- policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
- term REJECT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then reject;
- }
- term ACCEPT-ALL {
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
}
}
- policy-statement ODOT-VRF-EXPORT {
- term 1 {
- from protocol static;
- then {
- community add ODOT-VPN;
- accept;
- }
- }
- term 2 {
- from protocol direct;
- then {
- community add ODOT-VPN;
- accept;
- }
- }
- term 3 {
- from protocol ospf;
- then {
- community add ODOT-VPN;
- accept;
- }
- }
- }
- policy-statement ODOT-VRF-IMPORT {
- term 1 {
- from {
- protocol bgp;
- community ODOT-VPN;
- }
- then accept;
- }
- term reject {
- then reject;
- }
- }
policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1774,7 +1669,6 @@
community Miami members 5078:138;
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
- community ODOT-VPN members target:5078:2538;
community OMES-AGENCY-DATA-VPN members target:5078:2548;
community OMES-MGMT-VPN members target:5078:2550;
community ONENET-POP-APPLIANCES members target:5078:2012;
@@ -2174,16 +2068,6 @@
}
}
}
- ODOT-L3VPN {
- description ODOT-L3VPN;
- instance-type vrf;
- interface t1-2/0/2:2.30;
- route-distinguisher 164.58.199.134:2538;
- vrf-import ODOT-VRF-IMPORT;
- vrf-export ODOT-VRF-EXPORT;
- vrf-target target:5078:2538;
- vrf-table-label;
- }
OMES-AGENCY-DATA-L3VPN {
description OMES-AGENCY-DATA-L3VPN;
instance-type vrf;
@@ -2197,32 +2081,11 @@
routing-options {
static {
route 172.25.153.0/24 next-hop 10.119.88.9;
+ route 172.25.102.0/24 next-hop 10.119.88.83;
+ route 10.119.25.0/31 next-hop 10.119.88.9;
+ route 10.119.25.18/31 next-hop 10.119.88.83;
}
}
- protocols {
- bgp {
- group EBGP-OMES-AGENCY-DATA {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.88.83 {
- description "EBGP-ODOT-NOWATA-REGMAINT-T1-CIR0006174 [DECOM]";
- import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
-# authentication-#key <removed>;
- export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
- peer-as 64591;
- }
- neighbor 10.119.88.9 {
- description "EBGP-ODOT-BARTLESVILLE-REGMAINT-T1-CIR0004498 [DECOM]";
- import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
-# authentication-#key <removed>;
- export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
- peer-as 64591;
- }
- }
- }
- }
}
OMES-MGMT-L3VPN {
description OMES-MGMT-L3VPN;
@@ -2235,28 +2098,10 @@
vrf-export OMES-MGMT-VRF-EXPORT;
vrf-target target:5078:2550;
vrf-table-label;
- protocols {
- bgp {
- group EBGP-OMES-MGMT {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.80.83 {
- description "EBGP-ODOT-NOWATA-REGMAINT-T1-CIR0006174 [DECOM]";
- import EBGP-OMES-MGMT-SITE-IMPORT;
-# authentication-#key <removed>;
- export EBGP-OMES-MGMT-SITE-EXPORT;
- peer-as 64591;
- }
- neighbor 10.119.80.9 {
- description "EBGP-ODOT-BARTLESVILLE-REGMAINT-T1-CIR0004498 [DECOM]";
- import EBGP-OMES-MGMT-SITE-IMPORT;
-# authentication-#key <removed>;
- export EBGP-OMES-MGMT-SITE-EXPORT;
- peer-as 64591;
- }
- }
+ routing-options {
+ static {
+ route 10.119.41.0/31 next-hop 10.119.80.9;
+ route 10.119.41.18/31 next-hop 10.119.80.83;
}
}
}
Index: configs/odot-sand-springs-residence.client.onenet.net
===================================================================
--- configs/odot-sand-springs-residence.client.onenet.net (revision 149312)
+++ configs/odot-sand-springs-residence.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODOT-SAND-SPRINGS-RESIDENCY-SRX220> show system commit
+# 2016-12-31 15:29:09 CST by andrew via cli
+# 2016-12-31 15:21:42 CST by andrew via cli
# 2016-12-27 19:36:18 CST by andrew via cli
# 2016-09-04 23:49:46 CDT by andrew via cli commit confirmed, rollback in 5mins
# 2016-09-04 19:11:50 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2016-08-31 11:08:10 CDT by aberrios via cli
-# 2016-08-31 11:02:41 CDT by aberrios via cli
-# 2016-07-27 18:48:48 CDT by andrew via cli
# grnoc-mon at ODOT-SAND-SPRINGS-RESIDENCY-SRX220> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -110,7 +110,7 @@
# grnoc-mon at ODOT-SAND-SPRINGS-RESIDENCY-SRX220> show system uptime
# System booted: 2016-08-10 09:47 CDT
# Protocols started: 2016-08-10 09:49 CDT
-# Last configured: 2016-12-27 19:36 CST by andrew
+# Last configured: 2016-12-31 15:29 CST by andrew
#
# grnoc-mon at ODOT-SAND-SPRINGS-RESIDENCY-SRX220> show interface terse
#Interface Admin Link
@@ -161,7 +161,7 @@
#tap up up
#vlan up up
# grnoc-mon at ODOT-SAND-SPRINGS-RESIDENCY-SRX220> show configuration
-## Last commit: 2016-12-27 19:36:18 CST by andrew
+## Last commit: 2016-12-31 15:29:09 CST by andrew
version 12.1X46-D20.5;
system {
host-name ODOT-SAND-SPRINGS-RESIDENCY-SRX220;
@@ -389,6 +389,9 @@
}
}
routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.80.104;
+ }
autonomous-system 64591;
}
protocols {
@@ -399,6 +402,7 @@
unicast;
}
neighbor 10.119.80.104 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
@@ -647,6 +651,11 @@
interface ge-0/0/0.501;
interface ge-0/0/7.3;
interface ge-0/0/7.501;
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.88.104;
+ }
+ }
protocols {
bgp {
group EBGP-AGENCY-DATA-ONENET {
@@ -655,6 +664,7 @@
unicast;
}
neighbor 10.119.88.104 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
Index: configs/odot-claremore-residence.client.onenet.net
===================================================================
--- configs/odot-claremore-residence.client.onenet.net (revision 149312)
+++ configs/odot-claremore-residence.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show system commit
+# 2016-12-31 15:28:44 CST by andrew via cli
+# 2016-12-31 15:20:59 CST by andrew via cli
# 2016-12-27 19:36:16 CST by andrew via cli
# 2016-08-30 13:11:07 CDT by sky via cli commit confirmed, rollback in 5mins
# 2016-08-30 11:46:58 CDT by aberrios via cli
# 2016-08-30 11:45:21 CDT by aberrios via cli
-# 2016-08-30 11:42:35 CDT by aberrios via cli
-# 2016-04-27 14:37:49 CDT by admin via cli
# grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -110,7 +110,7 @@
# grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show system uptime
# System booted: 2016-11-14 10:43 CST
# Protocols started: 2016-11-14 10:45 CST
-# Last configured: 2016-12-27 19:36 CST by andrew
+# Last configured: 2016-12-31 15:28 CST by andrew
#
# grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show interface terse
#Interface Admin Link
@@ -168,7 +168,7 @@
#vlan.500 up down
#vlan.501 up down
# grnoc-mon at ODOT-CLAREMORE-RESIDENCY-SRX220> show configuration
-## Last commit: 2016-12-27 19:36:16 CST by andrew
+## Last commit: 2016-12-31 15:28:44 CST by andrew
version 12.1X46-D20.5;
system {
host-name ODOT-CLAREMORE-RESIDENCY-SRX220;
@@ -444,6 +444,9 @@
}
}
routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.80.28;
+ }
autonomous-system 64591;
}
protocols {
@@ -454,6 +457,7 @@
unicast;
}
neighbor 10.119.80.28 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
@@ -703,6 +707,11 @@
interface ge-0/0/0.501;
interface vlan.3;
interface vlan.501;
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.88.28;
+ }
+ }
protocols {
bgp {
group EBGP-AGENCY-DATA-ONENET {
@@ -711,6 +720,7 @@
unicast;
}
neighbor 10.119.88.28 {
+ description "[DECOM]";
import IMPORT-DEFAULT;
# authentication-#key <removed>;
export EXPORT-ROUTES;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 149406)
+++ configs/hub.dur.onenet.net (working copy)
@@ -329,7 +329,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 down
+#fe-2/1/3 down up
#ge-2/2/0 down down
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 149386)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2016-12-31 15:27:33 CST by andrew via cli commit synchronize
+# 2016-12-31 15:19:32 CST by andrew via cli commit synchronize
# 2016-12-30 09:24:55 CST by andrew via cli commit synchronize
# 2016-12-29 21:32:19 CST by andrew via cli commit synchronize
# 2016-12-29 21:22:22 CST by andrew via cli commit synchronize
# 2016-12-29 21:17:03 CST by andrew via cli commit synchronize
-# 2016-12-29 13:18:31 CST by andrew via cli commit synchronize
-# 2016-12-29 11:32:21 CST by andrew via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2016-12-30 09:24 CST by andrew
+# Last configured: 2016-12-31 15:27 CST by andrew
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -815,7 +815,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2016-12-30 09:24:55 CST by andrew
+## Last commit: 2016-12-31 15:27:33 CST by andrew
version 13.3R9.13;
groups {
re0 {
@@ -8671,6 +8671,10 @@
static {
route 172.25.169.0/24 next-hop 10.119.88.105;
route 172.25.168.0/24 next-hop 10.119.88.29;
+ route 172.25.100.0/24 next-hop 10.119.88.27;
+ route 10.119.24.216/31 next-hop 10.119.88.27;
+ route 10.119.25.84/31 next-hop 10.119.88.29;
+ route 10.119.24.232/31 next-hop 10.119.88.105;
}
}
protocols {
@@ -8681,14 +8685,14 @@
unicast;
}
neighbor 10.119.88.27 {
- description EBGP-ODOT-CLAREMORE-REGMAINT-10M-CIR0019342;
+ description "EBGP-ODOT-CLAREMORE-REGMAINT-10M-CIR0019342 [DECOM]";
import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
# authentication-#key <removed>;
export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
peer-as 64591;
}
neighbor 10.119.88.29 {
- description EBGP-ODOT-CLAREMORE-RESIDENCE-3M-CIR0019389;
+ description "EBGP-ODOT-CLAREMORE-RESIDENCE-3M-CIR0019389 [DECOM]";
import EBGP-OMES-AGENCY-DATA-SITE-IMPORT;
# authentication-#key <removed>;
export EBGP-OMES-AGENCY-DATA-SITE-EXPORT;
@@ -8742,6 +8746,13 @@
vrf-export OMES-MGMT-VRF-EXPORT;
vrf-target target:5078:2550;
vrf-table-label;
+ routing-options {
+ static {
+ route 10.119.40.216/31 next-hop 10.119.80.27;
+ route 10.119.41.84/31 next-hop 10.119.80.29;
+ route 10.119.40.232/31 next-hop 10.119.80.105;
+ }
+ }
protocols {
bgp {
group EBGP-OMES-MGMT-SITE {
@@ -8767,14 +8778,14 @@
}
group EBGP-OMES-MGMT {
neighbor 10.119.80.27 {
- description EBGP-ODOT-CLAREMORE-REGMAINT-10M-CIR0019342;
+ description "EBGP-ODOT-CLAREMORE-REGMAINT-10M-CIR0019342 [DECOM]";
import EBGP-OMES-MGMT-SITE-IMPORT;
# authentication-#key <removed>;
export EBGP-OMES-MGMT-SITE-EXPORT;
peer-as 64591;
}
neighbor 10.119.80.29 {
- description EBGP-ODOT-CLAREMORE-RESIDENCE-3M-CIR0019389;
+ description "EBGP-ODOT-CLAREMORE-RESIDENCE-3M-CIR0019389 [DECOM]";
import EBGP-OMES-MGMT-SITE-IMPORT;
# authentication-#key <removed>;
export EBGP-OMES-MGMT-SITE-EXPORT;
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net (revision 149418)
+++ configs/maysville-hs.client.onenet.net (working copy)
@@ -598,6 +598,7 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/odot-bartlesville-regmaint.client.onenet.net
===================================================================
--- configs/odot-bartlesville-regmaint.client.onenet.net (revision 149417)
+++ configs/odot-bartlesville-regmaint.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show system commit
+# 2016-12-31 15:08:32 CST by andrew via cli
# 2016-12-31 12:36:45 CST by andrew via cli
# 2016-12-28 08:47:18 CST by andrew via cli
# 2016-12-27 19:26:22 CST by andrew via cli
# 2016-04-29 13:05:35 CDT by admin via cli
# 2016-04-28 19:27:15 CDT by admin via cli commit confirmed, rollback in 10mins
-# 2014-10-30 14:53:55 CDT by onenet via cli
# grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -104,7 +104,7 @@
# grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show system uptime
# System booted: 2015-12-02 08:00 CST
# Protocols started: 2015-12-02 08:03 CST
-# Last configured: 2016-12-31 12:36 CST by andrew
+# Last configured: 2016-12-31 15:08 CST by andrew
#
# grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show interface terse
#Interface Admin Link
@@ -135,7 +135,6 @@
#t1-1/0/0 up up
#t1-1/0/0.16 up up
#t1-1/0/0.17 up up
-#t1-1/0/0.30 up up
#fxp2 up up
#fxp2.0 up up
#gre up up
@@ -160,7 +159,7 @@
#vlan.500 up up
#vlan.501 up up
# grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show configuration
-## Last commit: 2016-12-31 12:36:45 CST by andrew
+## Last commit: 2016-12-31 15:08:32 CST by andrew
version 12.1X46-D20.5;
system {
host-name ODOT-BARTLESVILLE-REGMAINT-SRX220;
@@ -383,13 +382,6 @@
address 10.119.88.9/31;
}
}
- unit 30 {
- description ODOT-T1;
- dlci 30;
- family inet {
- address 10.119.8.206/30;
- }
- }
}
lo0 {
unit 0 {
@@ -443,24 +435,11 @@
}
}
routing-options {
- autonomous-system 64591;
+ static {
+ route 0.0.0.0/0 next-hop 10.119.80.8;
+ }
}
protocols {
- bgp {
- group EBGP-DATACOMM-MGMT-ONENET {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.80.8 {
- description "[DECOM]";
- import IMPORT-DEFAULT;
-# authentication-#key <removed>;
- export EXPORT-ROUTES;
- peer-as 5078;
- }
- }
- }
ospf {
export EXPORT-DEFAULT;
area 10.119.41.0 {
@@ -498,34 +477,6 @@
then reject;
}
}
- policy-statement EXPORT-ROUTES {
- term REJECT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then reject;
- }
- term SEND-ALL-ELSE {
- then accept;
- }
- }
- policy-statement IMPORT-DEFAULT {
- term ACCEPT-DEFAULT {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
- term ONENET-MGMT {
- from {
- route-filter 10.119.255.0/24 orlonger;
- }
- then accept;
- }
- term REJECT-ALL-ELSE {
- then reject;
- }
- }
}
security {
policies {
@@ -553,18 +504,6 @@
}
}
}
- from-zone ODOT to-zone ODOT {
- policy ODOT {
- match {
- source-address any;
- destination-address any;
- application any;
- }
- then {
- permit;
- }
- }
- }
}
zones {
security-zone AGENCY-DATA {
@@ -577,9 +516,6 @@
ssh;
snmp;
}
- protocols {
- bgp;
- }
}
}
vlan.501 {
@@ -615,9 +551,6 @@
ssh;
snmp;
}
- protocols {
- bgp;
- }
}
}
vlan.500 {
@@ -634,20 +567,6 @@
}
}
}
- security-zone ODOT {
- interfaces {
- t1-1/0/0.30 {
- host-inbound-traffic {
- system-services {
- ping;
- traceroute;
- ssh;
- snmp;
- }
- }
- }
- }
- }
}
}
firewall {
@@ -736,22 +655,12 @@
interface t1-1/0/0.17;
interface vlan.3;
interface vlan.501;
- protocols {
- bgp {
- group EBGP-AGENCY-DATA-ONENET {
- type external;
- family inet {
- unicast;
- }
- neighbor 10.119.88.8 {
- description "[DECOM]";
- import IMPORT-DEFAULT;
-# authentication-#key <removed>;
- export EXPORT-ROUTES;
- peer-as 5078;
- }
- }
+ routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 10.119.88.8;
}
+ }
+ protocols {
ospf {
export EXPORT-DEFAULT;
area 10.119.25.0 {
@@ -760,15 +669,6 @@
}
}
}
- ODOT {
- instance-type virtual-router;
- interface t1-1/0/0.30;
- routing-options {
- static {
- route 0.0.0.0/0 next-hop 10.119.8.205;
- }
- }
- }
}
vlans {
VLAN-AGENCY-DATA {
More information about the Nocrancid
mailing list