[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Jul 10 18:02:17 CDT 2014
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net (revision 117704)
+++ configs/core2-okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE2-MX960-RE0> show system commit
+# 2014-07-10 17:27:26 CDT by jeremyt via cli commit synchronize
# 2014-07-03 12:02:52 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-07-03 11:10:45 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-07-03 10:26:38 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-07-03 10:19:16 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
# 2014-07-03 10:13:10 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
-# 2014-07-03 10:11:23 CDT by josh via cli commit synchronize
# grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -404,7 +404,7 @@
# grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime
# System booted: 2014-05-24 22:29 CDT
# Protocols started: 2014-05-24 22:31 CDT
-# Last configured: 2014-07-03 12:02 CDT by josh
+# Last configured: 2014-07-10 17:27 CDT by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -594,7 +594,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2014-07-03 12:02:52 CDT by josh
+## Last commit: 2014-07-10 17:27:26 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -13017,6 +13017,20 @@
}
then discard;
}
+ policer 5M-POL {
+ if-exceeding {
+ bandwidth-limit 5m;
+ burst-size-limit 64k;
+ }
+ then discard;
+ }
+ policer 10M-POL {
+ if-exceeding {
+ bandwidth-limit 10m;
+ burst-size-limit 64k;
+ }
+ then discard;
+ }
filter DOH-COS {
term NORMAN-RL {
from {
@@ -13025,7 +13039,7 @@
}
}
then {
- inactive: policer 3000K-POL;
+ policer 10M-POL;
next term;
}
}
@@ -13040,7 +13054,7 @@
}
}
then {
- inactive: policer 1500K-POL;
+ policer 5M-POL;
accept;
}
}
@@ -13054,7 +13068,7 @@
}
}
then {
- inactive: policer 1500K-POL;
+ policer 5M-POL;
accept;
dscp cs1;
}
@@ -13298,41 +13312,57 @@
accept;
}
}
- term MOORE {
+ term YUKON {
from {
source-address {
172.23.49.188/31;
}
destination-address {
- 172.23.80.0/25;
+ 172.23.112.192/26;
+ 172.23.115.0/25;
}
}
then {
- inactive: policer 750K-POL;
+ policer 5M-POL;
next term;
}
}
- term SHAWNEE {
+ term YUKON-ALTIRIS {
from {
+ destination-address {
+ 172.23.112.192/26;
+ 172.23.115.0/25;
+ }
+ source-prefix-list {
+ DOH-ALTIRIS;
+ }
+ }
+ then {
+ policer 5M-POL;
+ next term;
+ }
+ }
+ term MOORE {
+ from {
source-address {
172.23.49.188/31;
}
destination-address {
- 172.23.92.0/25;
+ 172.23.80.0/25;
}
}
then {
- policer 750K-POL;
+ policer 5M-POL;
next term;
}
}
- term CAPITOL-HILL {
+ term SHAWNEE {
from {
source-address {
172.23.49.188/31;
}
destination-address {
- 172.23.83.192/26;
+ 172.23.92.0/25;
}
}
then {
@@ -13340,13 +13370,13 @@
next term;
}
}
- term YUKON {
+ term CAPITOL-HILL {
from {
source-address {
172.23.49.188/31;
}
destination-address {
- 172.23.112.192/26;
+ 172.23.83.192/26;
}
}
then {
@@ -14344,7 +14374,7 @@
}
}
then {
- policer 750K-POL;
+ policer 5M-POL;
next term;
}
}
@@ -14862,7 +14892,7 @@
}
}
then {
- inactive: policer 750K-POL;
+ policer 5M-POL;
next term;
}
}
@@ -14894,20 +14924,6 @@
next term;
}
}
- term YUKON-ALTIRIS {
- from {
- destination-address {
- 172.23.112.192/26;
- }
- source-prefix-list {
- DOH-ALTIRIS;
- }
- }
- then {
- policer 750K-POL;
- next term;
- }
- }
term HQ-TEST-ALTIRIS {
from {
destination-address {
@@ -15898,7 +15914,7 @@
}
}
then {
- policer 750K-POL;
+ policer 5M-POL;
next term;
}
}
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net (revision 117712)
+++ configs/hub.bar.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at BARTLESVILLE-M120-RE0> show system commit
+# 2014-07-10 17:02:37 CDT by joel via cli commit synchronize
# 2014-07-10 16:44:04 CDT by joel via cli commit synchronize
# 2014-07-10 16:41:04 CDT by joel via cli commit synchronize
# 2014-07-10 16:37:57 CDT by joel via cli commit synchronize
# 2014-07-10 16:31:43 CDT by joel via cli commit synchronize
# 2014-07-09 17:03:55 CDT by donnie via cli commit synchronize
-# 2014-07-09 17:01:04 CDT by donnie via cli commit synchronize
# grnoc-mon at BARTLESVILLE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -270,7 +270,7 @@
# grnoc-mon at BARTLESVILLE-M120-RE0> show system uptime
# System booted: 2013-05-30 22:18 CDT
# Protocols started: 2013-05-30 23:11 CDT
-# Last configured: 2014-07-10 16:44 CDT by joel
+# Last configured: 2014-07-10 17:02 CDT by joel
#
# {master}
# grnoc-mon at BARTLESVILLE-M120-RE0> show interface terse
@@ -328,8 +328,7 @@
#t1-2/0/2:10 down down
#t1-2/0/2:11 down down
#t1-2/0/2:12 down down
-#t1-2/0/2:13 up up
-#t1-2/0/2:13.0 up up
+#t1-2/0/2:13 down up
#t1-2/0/2:14 up down
#t1-2/0/2:14.0 up down
#t1-2/0/2:15 up up
@@ -420,7 +419,7 @@
#pp0 up up
#tap up up
# grnoc-mon at BARTLESVILLE-M120-RE0> show configuration
-## Last commit: 2014-07-10 16:44:04 CDT by joel
+## Last commit: 2014-07-10 17:02:37 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -805,19 +804,7 @@
disable;
}
t1-2/0/2:13 {
- description DOH-BARTLESVILLE-T1-CIR0003893-OCS;
- mtu 1518;
- encapsulation cisco-hdlc;
- unit 0 {
- family inet {
- mtu 1512;
- sampling {
- input;
- }
- address 172.23.2.193/30;
- }
- family mpls;
- }
+ disable;
}
t1-2/0/2:14 {
description "Herbert Tyler Library T1 [NO-MONITOR] | CIR0002810";
@@ -1136,7 +1123,6 @@
interface lo0.0;
interface ge-3/2/0.0;
interface t1-2/0/2:28.0;
- interface t1-2/0/2:13.0;
}
bgp {
group CORE-RR {
@@ -1206,11 +1192,7 @@
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
}
- interface t1-2/0/2:13.0 {
- authentication {
- md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
- }
- }
+ interface t1-2/0/2:13.0;
}
}
ospf3 {
@@ -1231,7 +1213,6 @@
preference 255;
track-igp-metric;
interface t3-2/0/0.0;
- interface t1-2/0/2:13.0;
interface t1-2/0/2:28.0;
interface ge-3/2/0.0;
interface lo0.0;
@@ -1724,7 +1705,6 @@
# grnoc-mon at BARTLESVILLE-M120-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.245.217 ge-3/2/0.0 Full 164.58.199.225
-# 172.23.2.194 t1-2/0/2:13.0 Full 10.199.2.106
# 172.23.5.110 t1-2/0/2:28.0 Full 10.199.2.105
#
# {master}
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 117712)
+++ 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-07-10 17:03:37 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
# 2014-07-09 10:46:39 CDT by josh via cli commit synchronize
# 2014-07-07 14:37:39 CDT by donnie via cli commit synchronize
# 2014-07-07 09:08:06 CDT by josh via cli commit synchronize
# 2014-07-02 09:10:44 CDT by josh via cli commit synchronize
# 2014-07-02 09:08:48 CDT by donnie via cli commit synchronize
-# 2014-07-01 23:01:10 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -410,7 +410,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2014-03-16 10:32 CDT
# Protocols started: 2014-03-16 10:34 CDT
-# Last configured: 2014-07-09 10:46 CDT by josh
+# Last configured: 2014-07-10 17:03 CDT by josh
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -519,7 +519,11 @@
#ge-0/3/6.32767 up up
#ge-0/3/7 up down
#ge-0/3/8 up up
-#ge-0/3/8.0 up up
+#ge-0/3/8.400 up up
+#ge-0/3/8.401 up up
+#ge-0/3/8.402 up up
+#ge-0/3/8.403 up up
+#ge-0/3/8.32767 up up
#ge-0/3/9 up down
#lc-1/0/0 up up
#lc-1/0/0.32769 up up
@@ -686,7 +690,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-07-09 10:46:39 CDT by josh
+## Last commit: 2014-07-10 17:03:37 CDT by josh
version 12.3R5.7;
groups {
re0 {
@@ -1729,19 +1733,43 @@
}
}
ge-0/3/8 {
- description "Capitol 1G to Cisco3550 | CIR00001049";
- unit 0 {
+ description "CORE 1G to swi1.cap.onenet.net gi/1/1/1 | OneNet-OKC-CAP-GE-1049";
+ vlan-tagging;
+ mtu 1518;
+ encapsulation flexible-ethernet-services;
+ unit 400 {
+ description "swi1.cap.onenet.net mgmt";
+ vlan-id 400;
family inet {
- filter {
- inactive: input DDOS-PREVENT-10M-POL;
- inactive: output DDOS-PREVENT-10M-POL;
- }
- sampling {
- input;
- }
+ mtu 1500;
address 164.58.11.49/30;
}
}
+ unit 401 {
+ description "Senate-Video 1G | CIR000XXXX";
+ vlan-id 401;
+ family inet {
+ mtu 1500;
+ address 164.58.228.129/25;
+ }
+ }
+ unit 402 {
+ description "Governors-Video-Conference 1G | CIR000XXXX";
+ vlan-id 402;
+ family inet {
+ mtu 1500;
+ address 156.110.28.161/29;
+ }
+ }
+ unit 403 {
+ description "Senate-LSB 1G | CIR000XXXX";
+ vlan-id 403;
+ family inet {
+ mtu 1500;
+ address 164.58.11.193/30;
+ address 156.110.28.137/29;
+ }
+ }
}
xe-1/0/0 {
description "RESERVED FOR OMES L3 | [ORDERED]";
@@ -2563,18 +2591,6 @@
route 164.58.109.128/28 next-hop 156.110.25.50;
route 164.58.29.192/29 next-hop 156.110.24.182;
route 164.58.237.240/28 next-hop 156.110.24.182;
- route 156.110.27.136/30 next-hop 164.58.11.50;
- route 156.110.28.136/29 next-hop 164.58.11.50;
- route 156.110.28.160/29 next-hop 164.58.11.50;
- route 164.58.11.192/30 next-hop 164.58.11.50;
- route 164.58.29.144/29 next-hop 164.58.11.50;
- route 164.58.72.120/29 next-hop 164.58.11.50;
- route 164.58.203.0/24 next-hop 164.58.11.50;
- route 164.58.228.128/25 next-hop 164.58.11.50;
- route 204.61.6.0/24 next-hop 164.58.11.50;
- route 204.126.138.0/23 next-hop 164.58.11.50;
- route 204.126.144.0/23 next-hop 164.58.11.50;
- route 204.126.162.0/23 next-hop 164.58.11.50;
route 164.58.9.172/30 next-hop 156.110.24.134;
route 164.58.184.0/27 next-hop 156.110.24.134;
route 205.143.216.0/21 next-hop 164.58.8.146;
@@ -2629,6 +2645,10 @@
route 156.110.35.128/28 next-hop 156.110.24.114;
route 164.58.22.0/27 next-hop 164.58.18.138;
route 164.58.22.60/30 next-hop 164.58.22.58;
+ route 204.126.138.0/23 next-hop 156.110.28.138;
+ route 204.126.144.0/23 next-hop 156.110.28.138;
+ route 204.126.162.0/23 next-hop 156.110.28.138;
+ route 164.58.29.144/29 next-hop 156.110.28.138;
}
router-id 164.58.199.214;
autonomous-system 5078;
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 117712)
+++ configs/core4.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit
+# 2014-07-10 17:11:23 CDT by joel via cli commit synchronize
+# 2014-07-10 17:02:40 CDT by joel via cli commit synchronize
# 2014-07-10 16:44:38 CDT by joel via cli commit synchronize
# 2014-07-10 16:41:10 CDT by joel via cli commit synchronize
# 2014-07-10 16:36:45 CDT by joel via cli commit synchronize
# 2014-07-10 15:47:26 CDT by joel via cli commit synchronize
-# 2014-07-10 15:16:19 CDT by joel via cli commit synchronize
-# 2014-07-02 08:57:57 CDT by donnie via cli commit synchronize
# grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -367,7 +367,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2013-04-28 00:30 CDT
# Protocols started: 2013-04-28 00:31 CDT
-# Last configured: 2014-07-10 16:44 CDT by joel
+# Last configured: 2014-07-10 17:11 CDT by joel
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -563,7 +563,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-07-10 16:44:38 CDT by joel
+## Last commit: 2014-07-10 17:11:23 CDT by joel
version 11.4R7.5;
groups {
re0 {
@@ -1212,6 +1212,7 @@
}
unit 303 {
description DOH-BARTLESVILLE-10Mb-CIR0005684-OCS;
+ bandwidth 10;
vlan-id 303;
family inet {
policer {
@@ -1222,8 +1223,9 @@
input;
output;
}
- address 10.1.1.1/30;
+ address 172.23.2.193/30;
}
+ family mpls;
}
unit 304 {
description Oilton-ISD-100Mb-CIR0005565;
@@ -1661,6 +1663,7 @@
interface ae0.112;
interface all;
interface ge-2/3/2.0;
+ interface ge-0/3/7.303;
}
bgp {
group CORE-RR {
@@ -1809,6 +1812,21 @@
}
}
}
+ area 0.0.0.3 {
+ nssa {
+ default-lsa {
+ default-metric 10;
+ metric-type 1;
+ type-7;
+ }
+ summaries;
+ }
+ interface ge-0/3/7.303 {
+ authentication {
+ md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
+ }
+ }
+ }
}
ospf3 {
export IPV6-EXPORT-FROM-BGPV6-TO-OSPFV3;
@@ -1842,6 +1860,7 @@
interface xe-0/1/0.70;
interface xe-0/1/1.148;
interface ge-0/2/0.0;
+ interface ge-0/3/7.303;
interface xe-1/0/0.132;
interface xe-1/2/0.70;
interface ge-2/3/2.0;
@@ -3152,6 +3171,7 @@
# 164.58.15.150 xe-0/1/1.148 Full 164.58.199.225
# 164.58.15.133 xe-1/0/0.132 Full 164.58.199.222
# 164.58.246.250 xe-1/2/0.70 Full 164.58.199.193
+# 172.23.2.194 ge-0/3/7.303 Full 10.199.2.106
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show bfd session
More information about the Nocrancid
mailing list