[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Jun 30 11:02:19 CDT 2014
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 117433)
+++ configs/hub.chi.onenet.net (working copy)
@@ -308,7 +308,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 117433)
+++ 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-06-30 10:43:44 CDT by josh via cli commit synchronize
+# 2014-06-30 10:10:13 CDT by jeremyt via cli commit synchronize
+# 2014-06-30 10:04:15 CDT by jeremyt via cli commit confirmed, rollback in 10mins synchronize
# 2014-06-30 09:28:14 CDT by josh via cli commit synchronize
# 2014-06-26 13:51:39 CDT by joe via cli commit synchronize
# 2014-06-25 09:41:15 CDT by donnie via cli commit synchronize
-# 2014-06-24 10:46:32 CDT by donnie via cli commit synchronize
-# 2014-06-24 09:34:21 CDT by donnie via cli commit synchronize
-# 2014-06-24 08:50:31 CDT by rnordmark via cli commit 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-06-30 09:28 CDT by josh
+# Last configured: 2014-06-30 10:43 CDT by josh
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -680,7 +680,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2014-06-30 09:28:14 CDT by josh
+## Last commit: 2014-06-30 10:43:44 CDT by josh
version 12.3R5.7;
groups {
re0 {
@@ -1448,7 +1448,11 @@
}
unit 208 {
description "DOH-YUKON-T1-CIR0000644-OCS [NO-MONITOR]";
+ bandwidth 10;
vlan-id 208;
+ family inet {
+ address 10.69.69.5/30;
+ }
}
unit 209 {
description Integris-Canadian-Valley-100Mb-CIR0005749;
@@ -3726,62 +3730,123 @@
}
class-of-service {
classifiers {
- dscp dscp-default {
+ dscp dscp-onenet {
import default;
+ forwarding-class expedited-forwarding {
+ loss-priority low code-points [ cs3 cs4 ];
+ loss-priority high code-points cs5;
+ }
+ forwarding-class scavenger-service {
+ loss-priority low code-points cs1;
+ }
}
+ exp exp-onenet {
+ import default;
+ forwarding-class scavenger-service {
+ loss-priority high code-points be1;
+ }
+ }
}
+ drop-profiles {
+ T1-interpolated {
+ interpolate {
+ fill-level [ 50 75 ];
+ drop-probability [ 0 25 ];
+ }
+ }
+ }
forwarding-classes {
- class data queue-num 0;
- class voice queue-num 1;
- class video queue-num 2;
+ class best-effort queue-num 0;
+ class expedited-forwarding queue-num 2;
+ class assured-forwarding queue-num 1;
class network-control queue-num 3;
+ class scavenger-service queue-num 4;
}
interfaces {
- xe-1/0/1 {
- scheduler-map sch-map;
+ lsq-* {
+ scheduler-map t1-sch-map;
+ unit * {
+ classifiers {
+ dscp dscp-onenet;
+ exp exp-onenet;
+ }
+ }
}
+ t1-* {
+ scheduler-map t1-sch-map;
+ unit * {
+ classifiers {
+ dscp dscp-onenet;
+ exp exp-onenet;
+ }
+ }
+ }
all {
scheduler-map sch-map;
unit * {
classifiers {
- dscp dscp-default;
+ dscp dscp-onenet;
+ exp exp-onenet;
}
}
}
}
scheduler-maps {
sch-map {
- forwarding-class data scheduler data-sch;
- forwarding-class voice scheduler voice-sch;
- forwarding-class video scheduler video-sch;
+ forwarding-class best-effort scheduler best-effort-sch;
+ forwarding-class expedited-forwarding scheduler expedited-forwarding-sch;
forwarding-class network-control scheduler network-control-sch;
+ forwarding-class assured-forwarding scheduler assured-forwarding-sch;
+ forwarding-class scavenger-service scheduler scavenger-service-sch;
}
+ t1-sch-map {
+ forwarding-class best-effort scheduler best-effort-sch;
+ forwarding-class expedited-forwarding scheduler t1-expedited-forwarding-sch;
+ forwarding-class network-control scheduler network-control-sch;
+ forwarding-class assured-forwarding scheduler t1-assured-forwarding-sch;
+ forwarding-class scavenger-service scheduler scavenger-service-sch;
+ }
}
schedulers {
- data-sch {
+ best-effort-sch {
transmit-rate {
remainder;
}
buffer-size {
remainder;
}
- priority medium-low;
+ priority low;
+ drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
}
- voice-sch {
+ assured-forwarding-sch {
transmit-rate percent 5;
buffer-size percent 5;
- priority medium-low;
+ priority high;
}
- video-sch {
- transmit-rate percent 5;
- buffer-size percent 5;
- priority medium-high;
+ expedited-forwarding-sch {
+ transmit-rate percent 50;
+ buffer-size percent 25;
+ priority high;
}
network-control-sch {
transmit-rate percent 5;
buffer-size percent 5;
priority high;
}
+ scavenger-service-sch {
+ transmit-rate percent 0;
+ buffer-size percent 0;
+ priority low;
+ }
+ t1-assured-forwarding-sch {
+ transmit-rate percent 90;
+ buffer-size percent 60;
+ priority medium-high;
+ }
+ t1-expedited-forwarding-sch {
+ buffer-size percent 25;
+ priority strict-high;
+ }
}
}
firewall {
@@ -4142,6 +4207,19 @@
}
}
}
+ family mpls {
+ filter FLOW-MPLS {
+ term ALL_FLOW {
+ then {
+ sample;
+ accept;
+ }
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ }
+ }
policer 200M-POL {
logical-interface-policer;
if-exceeding {
Index: configs/hub.sal.onenet.net
===================================================================
--- configs/hub.sal.onenet.net (revision 117352)
+++ configs/hub.sal.onenet.net (working copy)
@@ -332,7 +332,7 @@
#t1-2/0/3:2 up down
#t1-2/0/3:3 down down
#t1-2/0/3:4 down down
-#t1-2/0/3:5 down down
+#t1-2/0/3:5 down up
#t1-2/0/3:6 up up
#t1-2/0/3:6.0 up up
#t1-2/0/3:7 down down
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 117433)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -441,8 +441,8 @@
#t1-2/3/0:1:13.0 up up
#t1-2/3/0:1:14 up up
#t1-2/3/0:1:14.0 up up
-#t1-2/3/0:1:15 up down
-#t1-2/3/0:1:15.0 up down
+#t1-2/3/0:1:15 up up
+#t1-2/3/0:1:15.0 up up
#t1-2/3/0:1:16 up up
#t1-2/3/0:1:16.0 up up
#t1-2/3/0:1:17 up down
@@ -536,8 +536,8 @@
#t1-2/3/0:3:10 up up
#t1-2/3/0:3:10.0 up up
#t1-2/3/0:3:11 up down
-#t1-2/3/0:3:12 up down
-#t1-2/3/0:3:12.0 up down
+#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:14 up down
@@ -1173,7 +1173,7 @@
#t1-3/3/0:5:4 down down
#t1-3/3/0:5:5 down down
#t1-3/3/0:5:6 down down
-#t1-3/3/0:5:7 up up
+#t1-3/3/0:5:7 up down
#t1-3/3/0:5:7.0 up down
#t1-3/3/0:5:8 down down
#t1-3/3/0:5:9 up up
@@ -11249,6 +11249,7 @@
# 172.23.4.146 t1-2/3/0:2:1.0 Full 10.199.2.37
# 172.23.4.150 t1-2/3/0:2:28.0 Full 10.199.2.29
# 172.23.0.230 t1-2/3/0:2:8.0 Full 10.199.2.111
+# 172.23.4.66 t1-2/3/0:3:12.0 Full 10.199.2.118
# 172.23.3.14 t1-2/3/0:6:20.0 Full 10.199.2.36
# 172.23.4.10 t1-2/3/0:7:1.0 Full 10.199.2.71
# 172.23.5.198 t1-2/3/0:7:2.0 Full 10.199.2.68
More information about the Nocrancid
mailing list