[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Sep 11 16:02:18 CDT 2014
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 119512)
+++ configs/hub.chi.onenet.net (working copy)
@@ -283,7 +283,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 down down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
#t1-2/0/2:3 down down
#t1-2/0/2:4 down up
#t1-2/0/2:5 down down
Index: configs/hub.sem.onenet.net
===================================================================
--- configs/hub.sem.onenet.net (revision 119475)
+++ configs/hub.sem.onenet.net (working copy)
@@ -317,8 +317,8 @@
#t1-2/0/2:3.0 up up
#t1-2/0/2:4 up up
#t1-2/0/2:4.0 up up
-#t1-2/0/2:5 up down
-#t1-2/0/2:5.0 up down
+#t1-2/0/2:5 up up
+#t1-2/0/2:5.0 up up
#t1-2/0/2:6 up up
#t1-2/0/2:6.0 up up
#t1-2/0/2:7 down down
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net (revision 119512)
+++ 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-09-11 15:09:26 CDT by andrew via cli commit synchronize
# 2014-09-02 15:45:17 CDT by andrew via cli commit synchronize
# 2014-09-02 09:54:33 CDT by jeremyt via cli commit confirmed, rollback in 5mins synchronize
# 2014-08-31 18:10:09 CDT by andrew via cli commit synchronize
# 2014-08-27 13:18:55 CDT by rnordmark via cli commit synchronize
# 2014-08-27 13:14:53 CDT by rnordmark via cli commit synchronize
-# 2014-08-26 08:34:17 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
@@ -403,7 +403,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-09-02 15:45 CDT by andrew
+# Last configured: 2014-09-11 15:09 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -595,7 +595,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2014-09-02 15:45:17 CDT by andrew
+## Last commit: 2014-09-11 15:09:26 CDT by andrew
version 11.4R7.5;
groups {
re0 {
@@ -13245,7 +13245,7 @@
}
}
then {
- policer 1500K-POL;
+ policer 10M-POL;
next term;
}
}
@@ -13259,7 +13259,7 @@
}
}
then {
- policer 750K-POL;
+ policer 5M-POL;
accept;
}
}
@@ -13273,7 +13273,7 @@
}
}
then {
- policer 750K-POL;
+ policer 5M-POL;
accept;
dscp cs1;
}
Index: configs/hub.goo.onenet.net
===================================================================
--- configs/hub.goo.onenet.net (revision 119512)
+++ configs/hub.goo.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at GOODWELL-M120-RE0> show system commit
+# 2014-09-11 15:49:13 CDT by sky via cli commit confirmed, rollback in 1mins synchronize
+# 2014-09-11 15:17:02 CDT by sky via cli commit confirmed, rollback in 2mins synchronize
# 2014-09-05 11:55:33 CDT by donnie via cli commit synchronize
# 2014-09-04 14:45:40 CDT by donnie via cli commit synchronize
# 2014-09-03 16:05:58 CDT by donnie via cli commit synchronize
# 2014-09-03 14:34:46 CDT by donnie via cli commit synchronize
-# 2014-08-31 19:14:52 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-# 2014-08-13 23:48:05 CDT by andrew via cli commit synchronize
# grnoc-mon at GOODWELL-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -339,7 +339,7 @@
# grnoc-mon at GOODWELL-M120-RE0> show system uptime
# System booted: 2014-07-01 00:36 CDT
# Protocols started: 2014-07-01 00:38 CDT
-# Last configured: 2014-09-05 11:55 CDT by donnie
+# Last configured: 2014-09-11 15:49 CDT by sky
#
# {master}
# grnoc-mon at GOODWELL-M120-RE0> show interface terse
@@ -506,7 +506,7 @@
#pp0 up up
#tap up up
# grnoc-mon at GOODWELL-M120-RE0> show configuration
-## Last commit: 2014-09-05 11:55:33 CDT by donnie
+## Last commit: 2014-09-11 15:49:13 CDT by sky
version 11.4R7.5;
groups {
re0 {
@@ -1867,6 +1867,13 @@
}
then policer 10M-POL;
}
+ term PORT19-UDP {
+ from {
+ protocol udp;
+ port 19;
+ }
+ then policer 10M-POL;
+ }
term ALLOW-ALL {
then accept;
}
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net (revision 119512)
+++ configs/hub.end.onenet.net (working copy)
@@ -374,7 +374,6 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
-#vt-2/3/0.1058485 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -404,6 +403,7 @@
#sp-3/3/0.0 up up
#sp-3/3/0.16383 up up
#vt-3/3/0 up up
+#vt-3/3/0.1058486 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net (revision 119431)
+++ configs/hub.elr.onenet.net (working copy)
@@ -322,8 +322,8 @@
#t1-2/0/2:20.0 up up
#t1-2/0/2:21 up up
#t1-2/0/2:21.0 up up
-#t1-2/0/2:22 up up
-#t1-2/0/2:22.0 up up
+#t1-2/0/2:22 up down
+#t1-2/0/2:22.0 up down
#t1-2/0/2:23 down up
#t1-2/0/2:24 down down
#t1-2/0/2:25 down down
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 119512)
+++ configs/hub.alv.onenet.net (working copy)
@@ -333,6 +333,7 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
+#vt-2/3/0.1059339 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -362,7 +363,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.1059338 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net (revision 119512)
+++ configs/hub.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-M120-RE0> show system commit
+# 2014-09-11 15:03:46 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2014-09-11 14:46:27 CDT by andrew via cli commit synchronize
# 2014-09-11 11:23:50 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2014-08-31 17:46:27 CDT by andrew via cli commit synchronize
# 2014-08-21 14:28:11 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# 2014-08-18 14:27:28 CDT by donnie via cli commit synchronize
-# 2014-08-18 10:24:09 CDT by andrew via cli commit synchronize
# grnoc-mon at ADA-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -276,7 +276,7 @@
# grnoc-mon at ADA-M120-RE0> show system uptime
# System booted: 2013-05-26 01:59 CDT
# Protocols started: 2013-05-26 02:02 CDT
-# Last configured: 2014-09-11 14:46 CDT by andrew
+# Last configured: 2014-09-11 15:03 CDT by andrew
#
# {master}
# grnoc-mon at ADA-M120-RE0> show interface terse
@@ -328,8 +328,7 @@
#t1-2/0/2:19 down down
#t1-2/0/2:20 up up
#t1-2/0/2:20.0 up up
-#t1-2/0/2:21 up up
-#t1-2/0/2:21.0 up up
+#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 up up
#t1-2/0/2:23.0 up up
@@ -343,8 +342,8 @@
#t1-2/0/3:1 down down
#t1-2/0/3:2 down down
#t1-2/0/3:3 down down
-#t1-2/0/3:4 up down
-#t1-2/0/3:4.0 up down
+#t1-2/0/3:4 up up
+#t1-2/0/3:4.0 up up
#t1-2/0/3:5 up up
#t1-2/0/3:5.0 up up
#t1-2/0/3:6 down down
@@ -457,7 +456,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-M120-RE0> show configuration
-## Last commit: 2014-09-11 14:46:27 CDT by andrew
+## Last commit: 2014-09-11 15:03:46 CDT by andrew
version 11.4R7.5;
groups {
re0 {
@@ -939,27 +938,7 @@
}
}
t1-2/0/2:21 {
- description DOH-ADA-T1-CIR0004165-OCS;
- mtu 1518;
- encapsulation cisco-hdlc;
- unit 0 {
- family inet {
- mtu 1512;
- filter {
- output JOSH;
- }
- sampling {
- input;
- }
- address 172.23.3.129/30;
- }
- family mpls {
- filter {
- input FLOW-MPLS;
- output FLOW-MPLS;
- }
- }
- }
+ disable;
}
t1-2/0/2:22 {
disable;
@@ -1436,10 +1415,21 @@
}
}
unit 113 {
+ description DOH-ADA-10M-CIR0005390-OCS;
+ bandwidth 10m;
vlan-id 113;
family inet {
- address 10.250.1.1/30;
+ sampling {
+ input;
+ }
+ address 172.23.3.129/30;
}
+ family mpls {
+ filter {
+ input FLOW-MPLS;
+ output FLOW-MPLS;
+ }
+ }
}
}
ge-3/2/2 {
@@ -1606,8 +1596,8 @@
interface ge-3/2/3.0;
interface t1-2/0/2:11.0;
interface t1-2/0/2:10.0;
- interface t1-2/0/2:21.0;
interface t1-2/0/2:12.0;
+ interface ge-3/2/1.113;
}
bgp {
inactive: path-selection cisco-non-deterministic;
@@ -1714,12 +1704,12 @@
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
}
- interface t1-2/0/2:21.0 {
+ interface t1-2/0/2:12.0 {
authentication {
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
}
- interface t1-2/0/2:12.0 {
+ interface ge-3/2/1.113 {
authentication {
md5 7 key "$9$Oy4NBhSevLXNbvMb24aHktu0OEyKM8x-wSrMX7-ws"; ## SECRET-DATA
}
@@ -1753,8 +1743,8 @@
interface t1-2/0/2:10.0;
interface t1-2/0/2:11.0;
interface t1-2/0/2:12.0;
- interface t1-2/0/2:21.0;
interface ge-3/2/0.0;
+ interface ge-3/2/1.113;
interface ge-3/2/3.0;
interface lo0.0;
}
@@ -2035,6 +2025,11 @@
}
}
}
+ ge-3/2/1 {
+ unit 113 {
+ shaping-rate 10m;
+ }
+ }
all {
scheduler-map sch-map;
unit * {
@@ -2426,10 +2421,10 @@
# Address Interface State ID Pri Dead
# 164.58.245.178 ge-3/2/0.0 Full 164.58.199.10
# 164.58.244.5 ge-3/2/3.0 Full 164.58.199.23
+# 172.23.3.130 ge-3/2/1.113 Full 10.199.2.136
# 172.23.3.142 t1-2/0/2:10.0 Full 10.199.2.83
# 172.23.3.134 t1-2/0/2:11.0 Full 10.199.2.60
# 172.23.3.138 t1-2/0/2:12.0 Full 10.199.2.137
-# 172.23.3.130 t1-2/0/2:21.0 Full 10.199.2.136
#
# {master}
# grnoc-mon at ADA-M120-RE0> show bfd session
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 119512)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -541,7 +541,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 up
+#t1-2/3/0:3:13.0 up down
#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
@@ -603,8 +603,8 @@
#t1-2/3/0:4:18.0 up up
#t1-2/3/0:4:19 up up
#t1-2/3/0:4:19.0 up up
-#t1-2/3/0:4:20 up up
-#t1-2/3/0:4:20.0 up up
+#t1-2/3/0:4:20 up down
+#t1-2/3/0:4:20.0 up down
#t1-2/3/0:4:21 down down
#t1-2/3/0:4:22 down down
#t1-2/3/0:4:23 down down
Index: configs/rpswi3.rp3f2.onenet.net
===================================================================
--- configs/rpswi3.rp3f2.onenet.net (revision 119483)
+++ configs/rpswi3.rp3f2.onenet.net (working copy)
@@ -171,8 +171,8 @@
#ge-0/0/3.0 up down
#ge-0/0/4 up up
#ge-0/0/4.0 up up
-#ge-0/0/5 up up
-#ge-0/0/5.0 up up
+#ge-0/0/5 up down
+#ge-0/0/5.0 up down
#ge-0/0/6 up down
#ge-0/0/6.0 up down
#ge-0/0/7 up down
More information about the Nocrancid
mailing list