[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun May 15 15:03:38 CDT 2016
Index: configs/core.goo.onenet.net
===================================================================
--- configs/core.goo.onenet.net (revision 142698)
+++ configs/core.goo.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at GOODWELL-MX104-RE0> show system commit
+# 2016-05-15 14:05:31 CDT by andrew via cli commit synchronize
# 2016-05-11 18:08:22 CDT by andrew via cli commit synchronize
# 2016-05-11 18:05:08 CDT by andrew via cli commit synchronize
# 2016-04-04 23:07:40 CDT by andrew via cli commit synchronize
# 2016-04-04 22:07:51 CDT by andrew via cli commit synchronize
# 2016-04-04 22:02:45 CDT by andrew via cli commit synchronize
-# 2016-04-04 22:01:11 CDT by andrew via cli commit synchronize
# grnoc-mon at GOODWELL-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -241,7 +241,7 @@
# grnoc-mon at GOODWELL-MX104-RE0> show system uptime
# System booted: 2016-03-16 01:01 CDT
# Protocols started: 2016-03-30 17:20 CDT
-# Last configured: 2016-05-11 18:08 CDT by andrew
+# Last configured: 2016-05-15 14:05 CDT by andrew
#
# {master}
# grnoc-mon at GOODWELL-MX104-RE0> show interface terse
@@ -352,7 +352,7 @@
#pp0 up up
#tap up up
# grnoc-mon at GOODWELL-MX104-RE0> show configuration
-## Last commit: 2016-05-11 18:08:22 CDT by andrew
+## Last commit: 2016-05-15 14:05:31 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -1283,36 +1283,143 @@
}
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 {
- all {
+ et-* {
scheduler-map sch-map;
unit * {
classifiers {
- dscp dscp-default;
+ dscp dscp-onenet;
+ exp exp-onenet;
}
}
}
+ fe-* {
+ scheduler-map sch-map;
+ unit * {
+ classifiers {
+ dscp dscp-onenet;
+ exp exp-onenet;
+ }
+ }
+ }
+ ge-* {
+ scheduler-map sch-map;
+ unit * {
+ classifiers {
+ 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;
+ }
+ }
+ }
}
+ rewrite-rules {
+ exp exp-inet-table {
+ 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;
+ }
+ forwarding-class expedited-forwarding {
+ loss-priority low code-point 111;
+ loss-priority high code-point 110;
+ }
+ forwarding-class network-control {
+ loss-priority low code-point 100;
+ loss-priority high code-point 101;
+ }
+ forwarding-class scavenger-service {
+ loss-priority high code-point 001;
+ }
+ }
+ }
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;
}
@@ -1320,15 +1427,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 5;
- buffer-size percent 5;
+ expedited-forwarding-sch {
+ transmit-rate percent 50;
+ buffer-size percent 25;
priority high;
}
network-control-sch {
@@ -1336,6 +1444,20 @@
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 {
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net (revision 142735)
+++ configs/oja-sw-youth-academy-manitou.client.onenet.net (working copy)
@@ -139,7 +139,7 @@
#ppd0 up up
#ppe0 up up
#st0 up up
-#st0.1 up down
+#st0.1 up up
#tap up up
#vlan up up
#vlan.3 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 142733)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -46,6 +46,7 @@
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis scb
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis sfm detail
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show chassis ssb
+# show system boot-messages
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system boot-messages
# kld_map_v: 0x8ff80000, kld_map_p: 0x0
# Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -109,10 +110,11 @@
# Trying to mount root from ufs:/dev/da0s1a
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show version
-# Hostname: STRINGTOWN-HIGH-SCHOOL-TAG-004909 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
+# file list /var/tmp detail # Hostname: STRINGTOWN-HIGH-SCHOOL-TAG-004909 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
# total files: 1
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show system uptime
+# show interface terse
# System booted: 2016-04-29 11:42 CDT
# Protocols started: 2016-04-29 11:44 CDT
# Last configured: 2016-02-17 16:01 CST by sean
@@ -172,6 +174,7 @@
#vlan.3 up down
#vlan.999 up down
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show configuration
+show ospf neighbor
## Last commit: 2016-02-17 16:01:39 CST by sean
version 12.1X44-D35.5;
system {
Index: configs/acx.cai.hart-acx2100.onenet.net
===================================================================
--- configs/acx.cai.hart-acx2100.onenet.net (revision 142733)
+++ configs/acx.cai.hart-acx2100.onenet.net (working copy)
@@ -72,6 +72,7 @@
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis sfm detail
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis ssb
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system boot-messages
+# show version
# platform_early_bootinit: MX-PPC Series Early Boot Initialization
# mxppc_set_re_type: hw.board.type is ACX-2100
# WDOG initialized
@@ -140,7 +141,8 @@
# WARNING: /var was not properly dismounted
#
# grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show version
-# Hostname: HARTSHORNE-PUBLIC-LIBRARY-ACX2100 # Model: acx2100 # JUNOS Crypto Software Suite [12.3X54-D10.6] # JUNOS Base OS Software Suite [12.3X54-D10.6] # JUNOS Kernel Software Suite [12.3X54-D10.6] # JUNOS Base OS boot [12.3X54-D10.6] # JUNOS Packet Forwarding Engine Support (ACX) [12.3X54-D10.6] # JUNOS Online Documentation [12.3X54-D10.6] # JUNOS Routing Software Suite [12.3X54-D10.6] # # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> file list /var/tmp detail #
+# Hostname: HARTSHORNE-PUBLIC-LIBRARY-ACX2100 # Model: acx2100 # JUNOS Crypto Software Suite [12.3X54-D10.6] # JUNOS Base OS Software Suite [12.3X54-D10.6] # JUNOS Kernel Software Suite [12.3X54-D10.6] # JUNOS Base OS boot [12.3X54-D10.6] # JUNOS Packet Forwarding Engine Support (ACX) [12.3X54-D10.6] # JUNOS Online Documentation [12.3X54-D10.6] # JUNOS Routing Software Suite [12.3X54-D10.6] # # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> file list /var/tmp detail # show system uptime
+#
# /var/tmp:
# total blocks: 291872
# drwxr-xr-x 2 root field 512 Dec 31 2009 gres-tp/
More information about the Nocrancid
mailing list