[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Oct 9 10:01:10 CDT 2013
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 82895)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE1-MX960-RE0> show system commit
+# 2013-10-09 09:54:00 CDT by josh via cli commit synchronize
+# 2013-10-09 09:38:04 CDT by josh via cli commit synchronize
# 2013-09-26 16:38:16 CDT by rnordmark via cli commit synchronize
# 2013-09-03 17:58:20 CDT by rnordmark via cli commit synchronize
# 2013-09-03 17:56:16 CDT by rnordmark via cli commit synchronize
# 2013-09-03 17:11:24 CDT by rnordmark via cli commit synchronize
-# 2013-08-29 14:43:35 CDT by jeremyt via cli commit synchronize
-# 2013-08-29 14:29:42 CDT by jeremyt via cli commit synchronize
# grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -477,7 +477,7 @@
# grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime
# System booted: 2013-04-13 23:52 CDT
# Protocols started: 2013-04-13 23:53 CDT
-# Last configured: 2013-09-26 16:38 CDT by rnordmark
+# Last configured: 2013-10-09 09:54 CDT by josh
#
# {master}
# grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse
@@ -692,7 +692,7 @@
#lsi.1049089 up up
#lsi.1049090 up up
#lsi.1049096 up up
-#lsi.1231362 up up
+#lsi.1232643 up up
#mtun up up
#pimd up up
#pime up up
@@ -700,7 +700,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE1-MX960-RE0> show configuration
-## Last commit: 2013-09-26 16:38:16 CDT by rnordmark
+## Last commit: 2013-10-09 09:54:00 CDT by josh
version 11.4R7.5;
groups {
re0 {
@@ -1166,6 +1166,9 @@
vlan-id 968;
family inet {
mtu 9000;
+ filter {
+ input DOH-COS;
+ }
address 164.58.245.253/30;
}
}
@@ -12300,6 +12303,55 @@
223.255.224.163/32;
223.255.231.102/32;
}
+ prefix-list DOH-SCAVENGER {
+ 172.23.48.47/32;
+ 172.23.48.56/32;
+ 172.23.49.22/32;
+ }
+ prefix-list DOH-TIME-SEN-LOW-BW {
+ 70.184.28.124/32;
+ 128.212.228.24/32;
+ 172.23.32.70/32;
+ 172.23.32.72/32;
+ 172.23.32.73/32;
+ 172.23.48.10/32;
+ 172.23.48.38/32;
+ 172.23.48.39/32;
+ 172.23.48.49/32;
+ 172.23.48.68/32;
+ 172.23.48.74/32;
+ 172.23.48.127/32;
+ 172.23.48.210/32;
+ 172.23.49.128/32;
+ 172.23.49.158/32;
+ 172.23.49.160/32;
+ 172.23.49.167/32;
+ 172.23.49.195/32;
+ 172.23.49.208/32;
+ 204.87.86.20/32;
+ }
+ prefix-list TIME-SEN-TRANS {
+ 10.231.0.15/32;
+ 10.231.0.16/32;
+ 172.23.48.13/32;
+ 172.23.48.20/32;
+ 172.23.48.41/32;
+ 172.23.48.42/32;
+ 172.23.48.72/32;
+ 172.23.48.105/32;
+ 172.23.48.156/32;
+ 172.23.48.193/32;
+ 172.23.48.218/32;
+ 172.23.48.240/32;
+ 172.23.48.241/32;
+ 172.23.49.4/32;
+ 172.23.49.9/32;
+ 172.23.49.39/32;
+ 172.23.49.70/32;
+ 172.23.49.72/32;
+ 172.23.49.180/32;
+ 172.23.49.181/32;
+ }
policy-statement COMMODITY-PREFIXES-LIST {
term prefixes {
from {
@@ -12583,12 +12635,21 @@
dscp dscp-default {
import default;
}
+ dscp dscp-onenet {
+ forwarding-class scavenger-service {
+ loss-priority high code-points cs1;
+ }
+ }
}
forwarding-classes {
class data queue-num 0;
class voice queue-num 1;
class video queue-num 2;
class network-control queue-num 3;
+ class scavenger-service queue-num 4;
+ class expedited-forwarding queue-num 1;
+ class best-effort queue-num 0;
+ class assured-forwarding queue-num 2;
}
interfaces {
all {
@@ -12600,12 +12661,31 @@
}
}
}
+ rewrite-rules {
+ exp exp-inet-table {
+ forwarding-class scavenger-service {
+ loss-priority high code-point 001;
+ }
+ forwarding-class expedited-forwarding {
+ loss-priority low code-point 111;
+ loss-priority high code-point 110;
+ }
+ forwarding-class best-effort {
+ loss-priority low code-point 000;
+ }
+ forwarding-class assured-forwarding {
+ loss-priority low code-point 010;
+ loss-priority high code-point 011;
+ }
+ }
+ }
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;
}
}
schedulers {
@@ -12633,6 +12713,30 @@
buffer-size percent 5;
priority high;
}
+ scavenger-service-sch {
+ transmit-rate percent 0;
+ buffer-size percent 0;
+ priority low;
+ }
+ expedited-forwarding-sch {
+ transmit-rate percent 5;
+ buffer-size percent 5;
+ priority high;
+ }
+ best-effort-sch {
+ transmit-rate {
+ remainder;
+ }
+ buffer-size {
+ remainder;
+ }
+ priority low;
+ }
+ assured-forwarding-sch {
+ transmit-rate percent 5;
+ buffer-size percent 5;
+ priority high;
+ }
}
}
security {
@@ -12865,6 +12969,62 @@
}
}
}
+ filter DOH-COS {
+ term SCAVENGER {
+ from {
+ source-prefix-list {
+ DOH-SCAVENGER;
+ }
+ }
+ then {
+ forwarding-class scavenger-service;
+ accept;
+ dscp cs1;
+ }
+ }
+ term EXPEDITED-FORWARDING {
+ from {
+ source-port 389;
+ destination-port 389;
+ }
+ then {
+ forwarding-class expedited-forwarding;
+ accept;
+ dscp cs6;
+ }
+ }
+ term DOH-TIME-SEN-LOW-BW {
+ from {
+ source-prefix-list {
+ DOH-TIME-SEN-LOW-BW;
+ }
+ }
+ then {
+ forwarding-class assured-forwarding;
+ accept;
+ dscp af21;
+ }
+ }
+ term TIME-SEN-TRANS {
+ from {
+ source-prefix-list {
+ TIME-SEN-TRANS;
+ }
+ }
+ then {
+ forwarding-class assured-forwarding;
+ accept;
+ dscp af31;
+ }
+ }
+ term ACCEPT-ALL {
+ then {
+ forwarding-class best-effort;
+ accept;
+ dscp be;
+ }
+ }
+ }
}
routing-instances {
VPLS-OMES-2516 {
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 82890)
+++ core5.okc.onenet.net (working copy)
@@ -570,11 +570,10 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
-#lsi.1048838 up up
#lsi.1048839 up up
#lsi.1048841 up up
-#lsi.1238020 up up
-#lsi.1238021 up up
+#lsi.1239302 up up
+#lsi.1239303 up up
#mtun up up
#pimd up up
#pime up up
Index: core1.nor.onenet.net
===================================================================
--- core1.nor.onenet.net (revision 81615)
+++ core1.nor.onenet.net (working copy)
@@ -387,9 +387,9 @@
#xe-1/0/0 up up
#xe-1/0/0.212 up up
#xe-1/0/0.32767 up up
-#xe-1/0/1 up up
-#xe-1/0/1.208 up up
-#xe-1/0/1.32767 up up
+#xe-1/0/1 up down
+#xe-1/0/1.208 up down
+#xe-1/0/1.32767 up down
#xe-1/1/0 up up
#xe-1/1/0.216 up up
#xe-1/1/0.32767 up up
@@ -421,7 +421,6 @@
#lo0.16385 up up
#lsi up up
#lsi.0 up up
-#lsi.1049353 up up
#lsi.1049354 up up
#lsi.1049355 up up
#mtun up up
@@ -1691,7 +1690,6 @@
# Address Interface State ID Pri Dead
# 164.58.15.201 xe-0/0/0.200 Full 164.58.199.211
# 164.58.15.214 xe-1/0/0.212 Full 164.58.199.233
-# 164.58.15.210 xe-1/0/1.208 Full 164.58.199.231
# 164.58.15.218 xe-1/1/0.216 Full 164.58.199.233
# 164.58.15.197 xe-1/1/1.196 Full 164.58.199.211
#
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 82892)
+++ hub.chi.onenet.net (working copy)
@@ -309,7 +309,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: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 82889)
+++ 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
+# 2013-10-09 09:55:35 CDT by josh via cli commit synchronize
# 2013-09-26 16:39:11 CDT by rnordmark via cli commit synchronize
# 2013-09-12 21:28:17 CDT by joel via cli commit synchronize
# 2013-08-29 13:18:35 CDT by jeremyt via cli commit synchronize
# 2013-08-22 17:43:31 CDT by joel via cli commit synchronize
# 2013-08-22 17:38:43 CDT by joel via cli commit synchronize
-# 2013-08-21 10:34:33 CDT by rnordmark via cli commit synchronize
# grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -391,7 +391,7 @@
# grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime
# System booted: 2013-04-13 23:28 CDT
# Protocols started: 2013-04-13 23:31 CDT
-# Last configured: 2013-09-26 16:39 CDT by rnordmark
+# Last configured: 2013-10-09 09:55 CDT by josh
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -414,9 +414,9 @@
#xe-0/1/0.5160 up up
#xe-0/1/0.5161 up up
#xe-0/1/0.32767 up up
-#xe-0/1/1 up up
-#xe-0/1/1.204 up up
-#xe-0/1/1.32767 up up
+#xe-0/1/1 up down
+#xe-0/1/1.204 up down
+#xe-0/1/1.32767 up down
#ge-0/2/0 up up
#ge-0/2/0.64 up up
#ge-0/2/0.32767 up up
@@ -540,7 +540,7 @@
#lsi.1 up up
#lsi.1048836 up up
#lsi.1048838 up up
-#lsi.1232130 up up
+#lsi.1233411 up up
#mtun up up
#pimd up up
#pime up up
@@ -548,7 +548,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2013-09-26 16:39:11 CDT by rnordmark
+## Last commit: 2013-10-09 09:55:35 CDT by josh
version 11.4R7.5;
groups {
re0 {
@@ -12438,7 +12438,7 @@
}
}
then {
- forwarding-class best-effort;
+ forwarding-class scavenger-service;
accept;
dscp cs1;
}
@@ -12564,7 +12564,6 @@
# 164.58.15.66 ge-0/2/0.64 Full 164.58.199.216
# 164.58.15.33 xe-0/0/0.32 Full 164.58.199.211
# 164.58.15.54 xe-0/0/1.52 Full 164.58.199.213
-# 164.58.15.205 xe-0/1/1.204 Full 164.58.199.231
# 164.58.5.90 xe-1/0/0.1 Full 164.58.199.190
# 164.58.15.78 xe-1/1/1.76 Full 164.58.199.235
# 164.58.15.157 xe-1/2/0.156 Full 164.58.199.221
Index: core5.tul.onenet.net
===================================================================
--- core5.tul.onenet.net (revision 81127)
+++ core5.tul.onenet.net (working copy)
@@ -473,7 +473,6 @@
#lo0.16385 up up
#lsi up up
#lsi.1048582 up up
-#lsi.1048584 up up
#lsi.1048586 up up
#mtun up up
#pimd up up
Index: hub.dun.onenet.net
===================================================================
--- hub.dun.onenet.net (revision 82891)
+++ hub.dun.onenet.net (working copy)
@@ -312,8 +312,8 @@
#t1-2/0/2:21 up up
#t1-2/0/2:21.0 up up
#t1-2/0/2:22 up down
-#t1-2/0/2:23 up down
-#t1-2/0/2:23.0 up down
+#t1-2/0/2:23 up up
+#t1-2/0/2:23.0 up up
#t1-2/0/2:24 up up
#t1-2/0/2:24.0 up up
#t1-2/0/2:25 up down
Index: hub.mus.onenet.net
===================================================================
--- hub.mus.onenet.net (revision 80407)
+++ hub.mus.onenet.net (working copy)
@@ -359,8 +359,8 @@
#t1-2/0/3:6 up down
#t1-2/0/3:7 down down
#t1-2/0/3:8 down down
-#t1-2/0/3:9 up down
-#t1-2/0/3:9.0 up down
+#t1-2/0/3:9 up up
+#t1-2/0/3:9.0 up up
#t1-2/0/3:10 up up
#t1-2/0/3:10.0 up up
#t1-2/0/3:11 up down
@@ -406,7 +406,7 @@
#ip-2/3/0 up up
#lsq-2/3/0 up up
#lsq-2/3/0.2 up up
-#lsq-2/3/0.6 up down
+#lsq-2/3/0.6 up up
#lsq-2/3/0.8 up up
#lsq-2/3/0.9 up up
#mt-2/3/0 up up
More information about the Nocrancid
mailing list