[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Oct 30 18:01:03 CDT 2013
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 86998)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -692,6 +692,7 @@
#lsi.1049089 up up
#lsi.1049090 up up
#lsi.1049096 up up
+#lsi.1955587 up up
#mtun up up
#pimd up up
#pime up up
Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 86995)
+++ core2-okc-mx960.onenet.net (working copy)
@@ -539,6 +539,7 @@
#lsi.1 up up
#lsi.1048836 up up
#lsi.1048838 up up
+#lsi.1956355 up up
#mtun up up
#pimd up up
#pime up up
Index: hub.ada.onenet.net
===================================================================
--- hub.ada.onenet.net (revision 86785)
+++ hub.ada.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ADA-M120-RE0> show system commit
+# 2013-10-30 17:56:02 CDT by jeremyt via cli commit synchronize
+# 2013-10-30 17:37:11 CDT by jeremyt via cli commit synchronize
# 2013-10-29 15:27:30 CDT by jeremyt via cli commit synchronize
# 2013-10-28 17:32:02 CDT by jeremyt via cli commit synchronize
# 2013-10-23 15:46:09 CDT by jeremyt via cli commit synchronize
# 2013-10-18 15:46:57 CDT by josh via cli commit synchronize
-# 2013-10-18 15:40:57 CDT by josh via cli commit synchronize
-# 2013-10-18 09:18:56 CDT by josh 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: 2013-10-29 15:27 CDT by jeremyt
+# Last configured: 2013-10-30 17:56 CDT by jeremyt
#
# {master}
# grnoc-mon at ADA-M120-RE0> show interface terse
@@ -459,7 +459,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ADA-M120-RE0> show configuration
-## Last commit: 2013-10-29 15:27:30 CDT by jeremyt
+## Last commit: 2013-10-30 17:56:02 CDT by jeremyt
version 11.4R7.5;
groups {
re0 {
@@ -1607,12 +1607,24 @@
}
}
drop-profiles {
- T1-interpolated {
+ T1-High-PLP {
interpolate {
- fill-level [ 50 75 ];
- drop-probability [ 0 25 ];
+ fill-level [ 25 75 ];
+ drop-probability [ 50 75 ];
}
}
+ T1-Medium-PLP {
+ interpolate {
+ fill-level [ 30 75 ];
+ drop-probability [ 50 100 ];
+ }
+ }
+ T1-Low-PLP {
+ interpolate {
+ fill-level [ 10 35 ];
+ drop-probability [ 50 100 ];
+ }
+ }
}
forwarding-classes {
class best-effort queue-num 0;
@@ -1636,8 +1648,13 @@
classifiers {
dscp dscp-onenet;
}
- rewrite-rules {
- exp exp-inet-table;
+ }
+ }
+ t1-2/0/2:21 {
+ scheduler-map t1-sch-map;
+ unit 0 {
+ classifiers {
+ dscp dscp-onenet;
}
}
}
@@ -1650,28 +1667,6 @@
}
}
}
- rewrite-rules {
- exp exp-inet-table {
- forwarding-class best-effort {
- loss-priority low code-point 000;
- }
- forwarding-class expedited-forwarding {
- loss-priority low code-point 010;
- loss-priority high code-point 011;
- }
- forwarding-class assured-forwarding {
- loss-priority low code-point 100;
- loss-priority high code-point 101;
- }
- forwarding-class network-control {
- loss-priority low code-point 100;
- loss-priority high code-point 110;
- }
- forwarding-class scavenger-service {
- loss-priority high code-point 001;
- }
- }
- }
scheduler-maps {
sch-map {
forwarding-class best-effort scheduler best-effort-sch;
@@ -1681,7 +1676,7 @@
forwarding-class scavenger-service scheduler scavenger-service-sch;
}
t1-sch-map {
- forwarding-class best-effort scheduler best-effort-sch;
+ forwarding-class best-effort scheduler t1-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;
@@ -1697,7 +1692,6 @@
remainder;
}
priority low;
- drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
}
assured-forwarding-sch {
transmit-rate percent 5;
@@ -1718,17 +1712,29 @@
transmit-rate percent 0;
buffer-size percent 0;
priority low;
+ drop-profile-map loss-priority any protocol any drop-profile T1-Low-PLP;
}
t1-assured-forwarding-sch {
transmit-rate percent 90;
buffer-size percent 60;
priority medium-high;
- drop-profile-map loss-priority any protocol any drop-profile T1-interpolated;
+ drop-profile-map loss-priority any protocol any drop-profile T1-High-PLP;
}
t1-expedited-forwarding-sch {
buffer-size percent 25;
priority strict-high;
+ drop-profile-map loss-priority any protocol any drop-profile T1-High-PLP;
}
+ t1-best-effort-sch {
+ transmit-rate {
+ remainder;
+ }
+ buffer-size {
+ remainder;
+ }
+ priority low;
+ drop-profile-map loss-priority any protocol any drop-profile T1-Medium-PLP;
+ }
}
}
security {
Index: hub.dun.onenet.net
===================================================================
--- hub.dun.onenet.net (revision 86997)
+++ hub.dun.onenet.net (working copy)
@@ -302,8 +302,8 @@
#t1-2/0/2:14.0 up down
#t1-2/0/2:15 up down
#t1-2/0/2:16 up down
-#t1-2/0/2:17 up down
-#t1-2/0/2:17.0 up down
+#t1-2/0/2:17 up up
+#t1-2/0/2:17.0 up up
#t1-2/0/2:18 up up
#t1-2/0/2:18.0 up up
#t1-2/0/2:19 up up
Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net (revision 87003)
+++ core5.okc.onenet.net (working copy)
@@ -515,9 +515,9 @@
#ge-1/3/5.2510 down up
#ge-1/3/5.2511 down up
#ge-1/3/5.32767 up up
-#ge-1/3/6 up down
-#ge-1/3/6.2011 up down
-#ge-1/3/6.32767 up down
+#ge-1/3/6 up up
+#ge-1/3/6.2011 up up
+#ge-1/3/6.32767 up up
#ge-1/3/7 up down
#ge-1/3/8 up down
#ge-1/3/9 up up
@@ -570,6 +570,8 @@
#lsi.1383945 up up
#lsi.1383946 up up
#lsi.1496838 up up
+#lsi.1941510 up up
+#lsi.1941511 up up
#mtun up up
#pimd up up
#pime up up
Index: hub.okm.onenet.net
===================================================================
--- hub.okm.onenet.net (revision 87002)
+++ hub.okm.onenet.net (working copy)
@@ -304,8 +304,8 @@
#t1-2/0/2:13 down down
#t1-2/0/2:14 down down
#t1-2/0/2:14.0 up down
-#t1-2/0/2:15 up up
-#t1-2/0/2:15.0 up up
+#t1-2/0/2:15 up down
+#t1-2/0/2:15.0 up down
#t1-2/0/2:16 up down
#t1-2/0/2:17 down down
#t1-2/0/2:18 down down
Index: hub.tah.onenet.net
===================================================================
--- hub.tah.onenet.net (revision 87004)
+++ hub.tah.onenet.net (working copy)
@@ -343,8 +343,8 @@
#t1-2/0/2:21 up down
#t1-2/0/2:22 down down
#t1-2/0/2:22.0 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 down down
#t1-2/0/2:24.0 up down
#t1-2/0/2:25 down down
Index: hub.wil.onenet.net
===================================================================
--- hub.wil.onenet.net (revision 86988)
+++ hub.wil.onenet.net (working copy)
@@ -348,8 +348,8 @@
#t1-2/0/3:10.0 up up
#t1-2/0/3:11 up up
#t1-2/0/3:11.0 up up
-#t1-2/0/3:12 up down
-#t1-2/0/3:12.0 up down
+#t1-2/0/3:12 up up
+#t1-2/0/3:12.0 up up
#t1-2/0/3:13 up up
#t1-2/0/3:13.0 up up
#t1-2/0/3:14 up up
More information about the Nocrancid
mailing list