[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Sun May 15 14:03:24 CDT 2016
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 142619)
+++ configs/core.end.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ENID-MX480-RE0> show system commit
+# 2016-05-15 13:58:15 CDT by andrew via cli commit synchronize
# 2016-05-11 20:38:40 CDT by andrew via cli commit synchronize
# 2016-05-11 20:37:47 CDT by andrew via cli commit synchronize
# 2016-05-07 13:01:37 CDT by andrew via cli commit synchronize
# 2016-05-05 15:37:18 CDT by joel via cli commit synchronize
# 2016-04-28 14:48:37 CDT by andrew via cli commit synchronize
-# 2016-04-27 17:04:49 CDT by andrew via cli commit synchronize
# grnoc-mon at ENID-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -255,7 +255,7 @@
# grnoc-mon at ENID-MX480-RE0> show system uptime
# System booted: 2016-03-15 02:19 CDT
# Protocols started: 2016-03-15 02:24 CDT
-# Last configured: 2016-05-11 20:38 CDT by andrew
+# Last configured: 2016-05-15 13:58 CDT by andrew
#
# {master}
# grnoc-mon at ENID-MX480-RE0> show interface terse
@@ -426,7 +426,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ENID-MX480-RE0> show configuration
-## Last commit: 2016-05-11 20:38:40 CDT by andrew
+## Last commit: 2016-05-15 13:58:15 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -2443,36 +2443,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;
}
@@ -2480,15 +2587,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 {
@@ -2496,6 +2604,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/odot-okc-remote-planning-office.client.onenet.net
===================================================================
--- configs/odot-okc-remote-planning-office.client.onenet.net (revision 142734)
+++ configs/odot-okc-remote-planning-office.client.onenet.net (working copy)
@@ -3,7 +3,6 @@
# grnoc-mon at ODOT-REMOTE-PLANNING-OFFICE-OKC-SRX220> show system commit
# 2016-04-28 11:23:56 CDT by admin via cli
# 2016-04-25 08:18:13 CDT by admin via cli
-# show chassis environment
# 2016-04-24 17:18:37 CDT by root via other
# 2016-04-24 17:14:43 CDT by admin via cli commit confirmed, rollback in 3mins
# 2016-04-24 16:58:27 CDT by admin via cli commit confirmed, rollback in 10mins
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 142734)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -20,7 +20,6 @@
# Power Power Supply 0 OK
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis firmware
-# show chassis fpc detail
# Part Type Version
# FPC 0 O/S Version 12.1X44-D35.5 by builder on 2014-05
# FWDD O/S Version 12.1X44-D35.5 by builder on 2014-05
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net (revision 142695)
+++ 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 up
+#st0.1 up down
#tap up up
#vlan up up
#vlan.3 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 142734)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -12056,7 +12056,7 @@
# 172.23.3.30 t1-4/0/1:26.0 Full 10.199.2.32
# 172.23.3.54 t1-4/0/1:3.0 Full 10.199.2.41
# 172.23.3.58 t1-4/0/1:9.0 Full 10.199.2.23
-# 172.23.0.166 t1-4/0/2:20.0 Exchange 10.199.2.87
+# 172.23.0.166 t1-4/0/2:20.0 Full 10.199.2.87
# 172.23.3.98 t1-4/1/3:1.0 Full 10.199.2.34
# 172.23.3.70 t1-4/1/3:17.0 Full 10.199.2.33
# 172.23.3.50 t1-4/1/3:21.0 Full 10.199.2.28
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net (revision 142734)
+++ configs/maysville-hs.client.onenet.net (working copy)
@@ -22,7 +22,6 @@
# Power Power Supply 0 OK
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis firmware
-# show chassis fpc detail
# Part Type Version
# FPC 0 O/S Version 12.1X44-D35.5 by builder on 2014-05
# FWDD O/S Version 12.1X44-D35.5 by builder on 2014-05
@@ -47,10 +46,8 @@
# Serial ID ACLC7669
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis scb
-# show chassis sfm detail
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis sfm detail
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis ssb
-# show system boot-messages
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system boot-messages
# kld_map_v: 0x8ff80000, kld_map_p: 0x0
# Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -115,11 +112,10 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show version
-# file list /var/tmp detail # Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> 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 MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system uptime
-# show interface terse
# System booted: 2016-04-26 11:51 CDT
# Protocols started: 2016-04-26 11:54 CDT
# Last configured: 2016-01-27 15:43 CST by joel
@@ -175,7 +171,6 @@
#vlan up up
#vlan.999 up down
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show configuration
-show ospf neighbor
## Last commit: 2016-01-27 15:43:17 CST by joel
version 12.1X44-D35.5;
system {
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net (revision 142734)
+++ configs/meeker-ps.client.onenet.net (working copy)
@@ -110,7 +110,7 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show version
-# file list /var/tmp detail # Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> 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 MEEKER-PS-LEASED-ASSET-TAG-004947> show system uptime
More information about the Nocrancid
mailing list