[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Oct 9 18:02:15 CDT 2014
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 120321)
+++ configs/core5.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2014-10-09 17:09:57 CDT by jeremyt via cli commit synchronize
+# 2014-10-09 17:07:04 CDT by jeremyt via cli commit synchronize
+# 2014-10-09 17:04:11 CDT by jeremyt via cli commit synchronize
# 2014-10-05 22:34:19 CDT by andrew via cli commit synchronize
# 2014-10-05 21:14:22 CDT by andrew via cli commit synchronize
# 2014-10-05 13:41:04 CDT by andrew via cli commit synchronize
-# 2014-10-05 04:17:51 CDT by andrew via cli commit synchronize
-# 2014-10-05 01:55:04 CDT by andrew via cli commit synchronize
-# 2014-10-05 00:17:03 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -419,7 +419,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:50 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2014-10-05 22:34 CDT by andrew
+# Last configured: 2014-10-09 17:09 CDT by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -608,7 +608,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2014-10-05 22:34:19 CDT by andrew
+## Last commit: 2014-10-09 17:09:57 CDT by jeremyt
version 12.3R7.7;
groups {
re0 {
@@ -1102,7 +1102,7 @@
}
}
ge-0/3/2 {
- description WOSC-vg-200-NAGIOS;
+ description "WOSC-vg-200-NAGIOS [NO-MONITOR]";
disable;
encapsulation ethernet-bridge;
unit 0;
@@ -2388,51 +2388,121 @@
}
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 queue-num 4;
+ class scavenger-service queue-num 4;
}
interfaces {
- ge-0/2/4 {
+ et-* {
scheduler-map sch-map;
- unit 300 {
+ unit * {
classifiers {
- dscp dscp-default;
+ dscp dscp-onenet;
+ exp exp-onenet;
}
}
- unit 303 {
+ }
+ fe-* {
+ scheduler-map sch-map;
+ unit * {
classifiers {
- dscp dscp-default;
+ dscp dscp-onenet;
+ exp exp-onenet;
}
}
}
- all {
+ ge-* {
scheduler-map sch-map;
unit * {
classifiers {
- dscp dscp-default;
+ dscp dscp-onenet;
+ exp exp-onenet;
}
}
}
+ 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;
+ }
+ }
+ }
+ xe-* {
+ scheduler-map sch-map;
+ unit * {
+ classifiers {
+ dscp dscp-onenet;
+ exp exp-onenet;
+ }
+ }
+ }
+ ae* {
+ scheduler-map sch-map;
+ unit * {
+ classifiers {
+ 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 scavenger scheduler scav-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;
}
@@ -2440,15 +2510,16 @@
remainder;
}
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 high;
}
- video-sch {
- transmit-rate percent 15;
- buffer-size percent 5;
+ expedited-forwarding-sch {
+ transmit-rate percent 50;
+ buffer-size percent 25;
priority high;
}
network-control-sch {
@@ -2456,11 +2527,20 @@
buffer-size percent 5;
priority high;
}
- scav-sch {
- transmit-rate percent 2;
- buffer-size percent 1;
+ 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 {
@@ -2474,7 +2554,7 @@
}
}
then {
- forwarding-class video;
+ forwarding-class expedited-forwarding;
accept;
}
}
@@ -2485,7 +2565,7 @@
}
}
then {
- forwarding-class video;
+ forwarding-class expedited-forwarding;
accept;
}
}
@@ -2779,7 +2859,7 @@
bandwidth-limit 30m;
burst-size-limit 500k;
}
- then forwarding-class scavenger;
+ then forwarding-class scavenger-service;
}
policer T1-POL {
logical-interface-policer;
@@ -2860,7 +2940,7 @@
}
}
then {
- forwarding-class video;
+ forwarding-class expedited-forwarding;
accept;
}
}
@@ -2871,7 +2951,7 @@
}
}
then {
- forwarding-class video;
+ forwarding-class expedited-forwarding;
accept;
}
}
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 120316)
+++ configs/core4.okc.onenet.net (working copy)
@@ -5613,12 +5613,11 @@
164.58.245.214 Up ge-0/2/0.0 1.200 0.400 3
fe80::226:88ff:feb1:4fa Up ge-1/3/5.0 1.200 0.400 3
fe80::2ac0:daff:fec0:16fa Up ge-0/2/0.0 1.200 0.400 3
-fe80::2ac0:daff:fec0:26f8 Up ge-0/3/6.0 1.200 0.400 3
fe80::8271:1fff:fec6:6e69 Up xe-0/0/1.172 1.200 0.400 3
fe80::8271:1fff:fec6:bd78 Up xe-0/0/1.171 1.200 0.400 3
fe80::8618:8800:2828:38a5 Down xe-0/0/0.40 3.000 1.000 3
-12 sessions, 15 clients
-Cumulative transmit rate 28.0 pps, cumulative receive rate 28.0 pps
+11 sessions, 14 clients
+Cumulative transmit rate 25.5 pps, cumulative receive rate 25.5 pps
{master}
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net (revision 120326)
+++ configs/faye.okcdc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at FAYE-MX104-RE0> show system commit
+# 2014-10-09 17:07:11 CDT by andrew via cli commit synchronize
# 2014-10-09 12:48:52 CDT by andrew via cli commit synchronize
# 2014-10-09 11:41:57 CDT by andrew via cli commit synchronize
# 2014-10-09 11:24:37 CDT by jeremyt via cli commit synchronize
# 2014-10-09 10:40:42 CDT by andrew via cli commit synchronize
# 2014-10-09 10:39:38 CDT by andrew via cli commit synchronize
-# 2014-10-09 10:07:20 CDT by andrew via cli commit synchronize
# grnoc-mon at FAYE-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -235,7 +235,7 @@
# grnoc-mon at FAYE-MX104-RE0> show system uptime
# System booted: 2014-09-05 13:21 CDT
# Protocols started: 2014-09-05 13:23 CDT
-# Last configured: 2014-10-09 12:48 CDT by andrew
+# Last configured: 2014-10-09 17:07 CDT by andrew
#
# {master}
# grnoc-mon at FAYE-MX104-RE0> show interface terse
@@ -316,7 +316,7 @@
#tap up up
#vtep up up
# grnoc-mon at FAYE-MX104-RE0> show configuration
-## Last commit: 2014-10-09 12:48:52 CDT by andrew
+## Last commit: 2014-10-09 17:07:11 CDT by andrew
version 14.1R2.12;
groups {
re0 {
@@ -1485,31 +1485,6 @@
then reject;
}
}
- policy-statement EBGP-SKYRIDER-VPN-EXPORT {
- term reject-default {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then reject;
- }
- term accept-all {
- then accept;
- }
- term reject-all {
- then reject;
- }
- }
- policy-statement EBGP-SKYRIDER-VPN-IMPORT {
- term accept-default {
- from {
- route-filter 0.0.0.0/0 exact;
- }
- then accept;
- }
- term reject-all {
- then reject;
- }
- }
policy-statement IMPORT-NOTHING {
term REJECT-ALL-ELSE {
then reject;
@@ -2217,23 +2192,7 @@
vrf-export SKYRIDER-MGMT-VRF-EXPORT;
vrf-target target:5078:2547;
vrf-table-label;
- routing-options {
- autonomous-system 64573;
- }
protocols {
- bgp {
- group EBGP-SKYRIDER-VPN {
- type internal;
- description SKYRIDER-TUL-VPN-EBGP;
- family inet {
- unicast;
- }
- neighbor 172.17.0.14 {
- import EBGP-SKYRIDER-VPN-IMPORT;
- export EBGP-SKYRIDER-VPN-EXPORT;
- }
- }
- }
}
}
fbf-default {
@@ -2243,6 +2202,7 @@
{master}
# grnoc-mon at FAYE-MX104-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
+# 164.58.22.70 ge-1/1/8.0 Full 164.58.199.75
# 164.58.244.33 xe-2/0/0.42 Full 164.58.199.211
#
# {master}
@@ -2253,7 +2213,7 @@
164.58.244.33 Up xe-2/0/0.42 1.200 0.400 3
fe80::8618:8800:2a28:39ef Down xe-2/0/0.42 0.000 2.000 3
-3 sessions, 4 clients
+3 sessions, 5 clients
Cumulative transmit rate 5.5 pps, cumulative receive rate 5.0 pps
{master}
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net (revision 120328)
+++ configs/hub.end.onenet.net (working copy)
@@ -383,7 +383,6 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
-#vt-2/3/0.1048740 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -413,6 +412,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.1048741 up up
#demux0 up up
#dsc up up
#em0 up up
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net (revision 120297)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -308,9 +308,9 @@
#lsi.1 up up
#lsi.1048675 up up
#lsi.1048690 up up
-#lsi.1048735 up up
#lsi.1048736 up up
#lsi.1048737 up up
+#lsi.1048738 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net (revision 120328)
+++ configs/hub.alv.onenet.net (working copy)
@@ -342,7 +342,6 @@
#sp-2/3/0 up up
#sp-2/3/0.16383 up up
#vt-2/3/0 up up
-#vt-2/3/0.1048753 up up
#fe-3/0/0 down down
#pfh-3/0/0 up up
#pfh-3/0/0.16383 up up
@@ -372,6 +371,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.1048754 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 120331)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1779,8 +1779,8 @@
#t1-4/1/2:13.0 up up
#t1-4/1/2:14 up up
#t1-4/1/2:14.0 up up
-#t1-4/1/2:15 up up
-#t1-4/1/2:15.0 up up
+#t1-4/1/2:15 up down
+#t1-4/1/2:15.0 up down
#t1-4/1/2:16 up up
#t1-4/1/2:16.0 up up
#t1-4/1/2:17 up up
More information about the Nocrancid
mailing list