[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Jun 25 18:02:19 CDT 2015
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net (revision 128455)
+++ configs/hub.end.onenet.net (working copy)
@@ -1,15 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-M120-RE0> show system commit
+# 2015-06-25 17:47:49 CDT by andrew via cli commit synchronize
+# 2015-06-25 17:40:11 CDT by andrew via cli commit synchronize
+# 2015-06-25 17:39:31 CDT by andrew via cli commit synchronize
+# 2015-06-25 17:23:10 CDT by andrew via cli commit synchronize
# 2015-06-23 14:06:38 CDT by sean via cli commit synchronize
# 2015-06-07 02:17:07 CDT by root via other
# Synchronization with remote Routing Engine
-# 2015-06-07 02:16:56 CDT by root via other
-# Synchronization with remote Routing Engine
-# 2015-06-07 02:16:24 CDT by root via other
-# 2015-06-07 02:01:26 CDT by root via other
-# Synchronization with remote Routing Engine
-# 2015-06-07 01:29:17 CDT by andrew via cli commit synchronize
# grnoc-mon at ENID-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -283,14 +281,14 @@
# -rw-r--r-- 1 root field 0 Jan 19 2012 tracelogs
# -rw-r--r-- 1 root field 0 Jan 19 2012 tracelogs_jperf
# -rw-r--r-- 1 root field 0 Jan 19 2012 tracelogs_sem
-# drwxrwxrwt 2 root wheel 512 Mar 10 15:14 vi.recover/
+# drwxrwxrwt 2 root wheel 512 Jun 25 17:24 vi.recover/
# total files: 29
#
# {master}
# grnoc-mon at ENID-M120-RE0> show system uptime
# System booted: 2015-06-07 02:13 CDT
# Protocols started: 2015-06-07 02:16 CDT
-# Last configured: 2015-06-23 14:06 CDT by sean
+# Last configured: 2015-06-25 17:47 CDT by andrew
#
# {master}
# grnoc-mon at ENID-M120-RE0> show interface terse
@@ -306,7 +304,8 @@
#t1-2/0/2:1 up up
#t1-2/0/2:1.0 up up
#t1-2/0/2:2 up up
-#t1-2/0/2:2.0 up up
+#t1-2/0/2:2.16 up up
+#t1-2/0/2:2.17 up up
#t1-2/0/2:3 down down
#t1-2/0/2:4 up down
#t1-2/0/2:4.0 up down
@@ -430,13 +429,15 @@
#lsi up up
#lsi.0 up up
#lsi.1 up up
+#lsi.2 up up
+#lsi.3 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at ENID-M120-RE0> show configuration
-## Last commit: 2015-06-23 14:06:38 CDT by sean
+## Last commit: 2015-06-25 17:47:49 CDT by andrew
version 13.3R6.5;
groups {
re0 {
@@ -757,11 +758,21 @@
}
}
t1-2/0/2:2 {
- description "ODOT Reg. Maint. Enid [ORDERED]";
- encapsulation cisco-hdlc;
- unit 0 {
- family inet;
+ description "ODOT-ENID-REGMAINT-T1-CIR0006171 [ORDERED]";
+ dce;
+ encapsulation frame-relay;
+ unit 16 {
+ dlci 16;
+ family inet {
+ address 10.119.40.228/31;
+ }
}
+ unit 17 {
+ dlci 17;
+ family inet {
+ address 10.119.24.228/31;
+ }
+ }
}
t1-2/0/2:3 {
disable;
@@ -1386,6 +1397,68 @@
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;
@@ -1426,6 +1499,90 @@
then reject;
}
}
+ policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-AGENCY-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement OMES-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -1507,6 +1664,8 @@
community Midwest-City members 5078:2;
community Muskogee members 5078:94;
community ODMHSAS-VPN members target:5078:2559;
+ community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community OMES-MGMT-VPN members target:5078:2550;
community OSUOKC members 5078:50;
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
@@ -1860,6 +2019,62 @@
}
}
}
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface t1-2/0/2:2.17;
+ route-distinguisher 164.58.199.66:2548;
+ vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+ vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+ vrf-target target:5078:2548;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OMES-AGENCY-DATA {
+ type external;
+ family inet {
+ unicast;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.24.229 {
+ description "EBGP-ODOT-ENID-REGMAINT-T1-CIR0006171 [ORDERED]";
+ 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;
+ instance-type vrf;
+ interface t1-2/0/2:2.16;
+ route-distinguisher 164.58.199.66:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ 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;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.40.229 {
+ description "EBGP-ODOT-ENID-REGMAINT-T1-CIR0006171 [ORDERED]";
+ import EBGP-OMES-MGMT-SITE-IMPORT;
+# authentication-key <removed>;
+ export EBGP-OMES-MGMT-SITE-EXPORT;
+ peer-as 64591;
+ }
+ }
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 128473)
+++ 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 25 17:00 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jun 25 18: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/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 128473)
+++ configs/core.chi.onenet.net (working copy)
@@ -345,9 +345,9 @@
#lsi.1069051 up up
#lsi.1069052 up up
#lsi.1069053 up up
-#lsi.1069054 up up
#lsi.1069055 up up
#lsi.1069056 up up
+#lsi.1069057 up up
#mtun up up
#pimd up up
#pime up up
More information about the Nocrancid
mailing list