[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Oct 23 17:02:16 CDT 2014
Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net (revision 120449)
+++ configs/hub.tis.onenet.net (working copy)
@@ -1,15 +1,14 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TISHOMINGO-M120-RE0> show system commit
+# 2014-10-23 16:58:47 CDT by joel via cli commit synchronize
+# 2014-10-23 16:48:08 CDT by joel via cli commit synchronize
# 2014-09-28 00:35:42 CDT by andrew via cli commit synchronize
# 2014-09-16 22:37:38 CDT by root via other
# Synchronization with remote Routing Engine
# 2014-09-16 22:37:28 CDT by root via other
# Synchronization with remote Routing Engine
# 2014-09-16 22:37:04 CDT by root via other
-# 2014-09-16 22:26:36 CDT by root via other
-# Synchronization with remote Routing Engine
-# 2014-08-31 16:06:59 CDT by andrew via cli commit synchronize
# grnoc-mon at TISHOMINGO-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -285,7 +284,7 @@
# grnoc-mon at TISHOMINGO-M120-RE0> show system uptime
# System booted: 2014-09-16 22:35 CDT
# Protocols started: 2014-09-16 22:37 CDT
-# Last configured: 2014-09-28 00:35 CDT by andrew
+# Last configured: 2014-10-23 16:58 CDT by joel
#
# {master}
# grnoc-mon at TISHOMINGO-M120-RE0> show interface terse
@@ -381,7 +380,10 @@
#ge-2/2/0.0 up up
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
-#ge-2/2/1 up down
+#ge-2/2/1 up up
+#ge-2/2/1.399 up up
+#ge-2/2/1.400 up up
+#ge-2/2/1.32767 up up
#ge-2/2/2 up down
#ge-2/2/3 up down
#gr-2/3/0 up up
@@ -432,13 +434,14 @@
#lsi up up
#lsi.0 up up
#lsi.1 up up
+#lsi.2 up up
#mtun up up
#pimd up up
#pime up up
#pp0 up up
#tap up up
# grnoc-mon at TISHOMINGO-M120-RE0> show configuration
-## Last commit: 2014-09-28 00:35:42 CDT by andrew
+## Last commit: 2014-10-23 16:58:47 CDT by joel
version 12.3R7.7;
groups {
re0 {
@@ -1023,6 +1026,31 @@
family mpls;
}
}
+ ge-2/2/1 {
+ description "NNI to SkyRider - TIS - CIR000xxxx";
+ flexible-vlan-tagging;
+ unit 399 {
+ description SkyRider-MGMT-VLAN399-10M-CIR000xxxx;
+ vlan-id 399;
+ family inet {
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ address 172.17.0.29/30;
+ }
+ }
+ unit 400 {
+ description "Coleman-Public-Schools-50M-CIR000xxxx [ORDERED]";
+ vlan-id 400;
+ family inet {
+ policer {
+ input 50M-POL;
+ output 50M-POL;
+ }
+ }
+ }
+ }
lsq-2/3/0 {
unit 1 {
description "Madill Baptist School for Girls";
@@ -1432,6 +1460,48 @@
}
}
}
+ policy-statement SKYRIDER-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SKYRIDER-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SKYRIDER-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SKYRIDER-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement TAGNET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1496,6 +1566,7 @@
community Okmulgee members 5078:110;
community Ponca-City members 5078:186;
community Poteau members 5078:146;
+ community SKYRIDER-MGMT-VPN members target:5078:2547;
community Sallisaw members 5078:118;
community Sayre members 5078:30;
community Seminole members 5078:46;
@@ -1820,6 +1891,22 @@
}
}
}
+ policer 10M-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 10m;
+ burst-size-limit 2m;
+ }
+ then discard;
+ }
+ policer 50M-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 50m;
+ burst-size-limit 10m;
+ }
+ then discard;
+ }
}
routing-instances {
ODOT-L3VPN {
@@ -1837,6 +1924,34 @@
}
}
}
+ SKYRIDER-MGMT-L3VPN {
+ description SKYRIDER-MGMT-L3VPN;
+ instance-type vrf;
+ interface ge-2/2/1.399;
+ route-distinguisher 164.58.199.69:2547;
+ vrf-import SKYRIDER-MGMT-VRF-IMPORT;
+ vrf-export SKYRIDER-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2547;
+ vrf-table-label;
+ routing-options {
+ autonomous-system 64573 loops 2;
+ }
+ protocols {
+ bgp {
+ group EBGP-SKYRIDER {
+ type external;
+ family inet {
+ unicast;
+ }
+ remove-private all replace;
+ as-override;
+ neighbor 172.17.0.30 {
+ peer-as 64574;
+ }
+ }
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net (revision 120757)
+++ configs/core.law.onenet.net (working copy)
@@ -496,7 +496,7 @@
#lsi.1061359 up up
#lsi.1061360 up up
#lsi.1061361 up up
-#lsi.1061362 up up
+#lsi.1061363 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net (revision 120752)
+++ configs/hub.end.onenet.net (working copy)
@@ -383,6 +383,7 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
+#vt-2/3/0.1048808 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -412,7 +413,6 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
-#vt-3/3/0.1048807 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 120733)
+++ configs/hub.dur.onenet.net (working copy)
@@ -384,7 +384,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 up up
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 120758)
+++ configs/hub.alv.onenet.net (working copy)
@@ -342,6 +342,7 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
+#vt-2/3/0.1048835 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -371,7 +372,6 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
-#vt-3/3/0.1048834 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 120758)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -540,7 +540,7 @@
#t1-2/3/0:3:12 up up
#t1-2/3/0:3:12.0 up up
#t1-2/3/0:3:13 up up
-#t1-2/3/0:3:13.0 up down
+#t1-2/3/0:3:13.0 up up
#t1-2/3/0:3:14 up up
#t1-2/3/0:3:14.0 up up
#t1-2/3/0:3:15 up up
More information about the Nocrancid
mailing list