[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu May 12 00:03:33 CDT 2016
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 142616)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -20,6 +20,7 @@
# 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
@@ -44,8 +45,10 @@
# Serial ID ACDT6307
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis scb
+# show chassis sfm detail
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis sfm detail
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis ssb
+# show system boot-messages
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system boot-messages
# kld_map_v: 0x8ff80000, kld_map_p: 0x0
# Copyright (c) 1996-2014, Juniper Networks, Inc.
@@ -110,10 +113,11 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show version
-# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 19 2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] # file list /var/tmp detail # # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> 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-ES-LEASED-ASSET-TAG-004945> show system uptime
+# show interface terse
# System booted: 2016-03-25 14:07 CDT
# Protocols started: 2016-03-25 14:10 CDT
# Last configured: 2016-03-25 14:17 CDT by joel
@@ -169,6 +173,7 @@
#vlan up up
#vlan.999 up down
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration
+show ospf neighbor
## Last commit: 2016-03-25 14:17:43 CDT by joel
version 12.1X44-D35.5;
system {
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net (revision 142534)
+++ configs/faye.okcdc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at FAYE-MX104-RE0> show system commit
+# 2016-05-11 23:36:29 CDT by andrew via cli commit synchronize
+# 2016-05-11 23:07:23 CDT by andrew via cli commit synchronize
# 2016-05-09 22:51:56 CDT by andrew via cli commit synchronize
# 2016-05-09 22:49:30 CDT by andrew via cli commit synchronize
# 2016-05-09 22:43:42 CDT by andrew via cli commit synchronize
# 2016-05-09 22:41:35 CDT by andrew via cli commit synchronize
-# 2016-05-09 21:46:30 CDT by andrew via cli commit synchronize
-# 2016-05-09 21:42:34 CDT by andrew via cli commit synchronize
# grnoc-mon at FAYE-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -241,7 +241,7 @@
# grnoc-mon at FAYE-MX104-RE0> show system uptime
# System booted: 2016-03-29 19:14 CDT
# Protocols started: 2016-03-29 19:18 CDT
-# Last configured: 2016-05-09 22:51 CDT by andrew
+# Last configured: 2016-05-11 23:36 CDT by andrew
#
# {master}
# grnoc-mon at FAYE-MX104-RE0> show interface terse
@@ -328,7 +328,7 @@
#pp0 up up
#tap up up
# grnoc-mon at FAYE-MX104-RE0> show configuration
-## Last commit: 2016-05-09 22:51:56 CDT by andrew
+## Last commit: 2016-05-11 23:36:29 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1615,6 +1615,73 @@
as-path ANDREW-TEST_0 64572+;
}
}
+class-of-service {
+ classifiers {
+ dscp dscp-default {
+ import default;
+ }
+ }
+ forwarding-classes {
+ class data queue-num 0;
+ class voice queue-num 1;
+ class video queue-num 2;
+ class network-control queue-num 3;
+ }
+ interfaces {
+ ge-1/0/0 {
+ unit 42 {
+ classifiers {
+ dscp default;
+ }
+ }
+ unit 500 {
+ forwarding-class video;
+ }
+ }
+ all {
+ scheduler-map sch-map;
+ unit * {
+ classifiers {
+ dscp dscp-default;
+ }
+ }
+ }
+ }
+ scheduler-maps {
+ sch-map {
+ forwarding-class data scheduler data-sch;
+ forwarding-class voice scheduler voice-sch;
+ forwarding-class video scheduler video-sch;
+ forwarding-class network-control scheduler network-control-sch;
+ }
+ }
+ schedulers {
+ data-sch {
+ transmit-rate {
+ remainder;
+ }
+ buffer-size {
+ remainder;
+ }
+ priority low;
+ }
+ voice-sch {
+ transmit-rate percent 5;
+ buffer-size percent 5;
+ priority high;
+ }
+ video-sch {
+ transmit-rate percent 5;
+ buffer-size percent 5;
+ priority high;
+ }
+ network-control-sch {
+ transmit-rate percent 5;
+ buffer-size percent 5;
+ priority high;
+ }
+ }
+}
firewall {
family inet {
filter PROTECT-RE {
Index: configs/odmhsas-camhc-hugo.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-hugo.client.onenet.net (revision 142616)
+++ configs/odmhsas-camhc-hugo.client.onenet.net (working copy)
@@ -1,16 +1,15 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ODMHSAS-CARL-ALBERT-MHC-HUGO-SRX220> show system commit
+# show chassis environment
# 2016-05-02 09:33:16 CDT by admin via cli
# 2015-04-21 19:18:58 CDT by admin via cli commit confirmed, rollback in 3mins
-# show chassis environment
# 2015-04-17 17:47:53 CDT by admin via cli commit confirmed, rollback in 10mins
# 2015-04-16 22:43:28 CDT by admin via cli commit confirmed, rollback in 3mins
# 2015-03-03 00:28:54 CST by root via cli
# 2015-03-02 22:44:09 CST by root via other
# grnoc-mon at ODMHSAS-CARL-ALBERT-MHC-HUGO-SRX220> show chassis environment
# Class Item Status Measurement
-# show chassis firmware
# Temp Routing Engine OK
# Routing Engine CPU Absent
# Fans SRX220 Chassis fan 0 OK
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 142614)
+++ configs/hub.dur.onenet.net (working copy)
@@ -357,7 +357,7 @@
#fe-2/1/1.0 up up
#fe-2/1/2 up up
#fe-2/1/2.0 up up
-#fe-2/1/3 down down
+#fe-2/1/3 down up
#ge-2/2/0 down down
#pc-2/2/0 up up
#pc-2/2/0.16383 up up
Index: configs/tul-adva.p.onenet.net
===================================================================
--- configs/tul-adva.p.onenet.net (revision 142087)
+++ configs/tul-adva.p.onenet.net (working copy)
@@ -64,7 +64,7 @@
<interface name="VCH-1-10-N29" abbr_name="VCH-1-10-N29" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="VCH-1-10-N30" abbr_name="VCH-1-10-N30" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="VCH-1-10-N31" abbr_name="VCH-1-10-N31" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
- <interface name="VCH-1-10-N32" abbr_name="VCH-1-10-N32" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+ <interface name="VCH-1-10-N32" abbr_name="VCH-1-10-N32" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="VCH-1-10-N33" abbr_name="VCH-1-10-N33" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="VCH-1-10-N34" abbr_name="VCH-1-10-N34" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="VCH-1-10-N35" abbr_name="VCH-1-10-N35" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 142616)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -109,10 +109,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
@@ -673,6 +674,7 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core2.nor-mx80.onenet.net
===================================================================
--- configs/core2.nor-mx80.onenet.net (revision 142307)
+++ configs/core2.nor-mx80.onenet.net (working copy)
@@ -26,16 +26,6 @@
# TFEB 0 TBB PFE Chip OK
# TFEB 0 TFEB PCIE TSen OK
# TFEB 0 TFEB PCIE Chip OK
-# TFEB 0 QX 0 TSen OK
-# TFEB 0 QX 0 Chip OK
-# TFEB 0 LU 0 TSen OK
-# TFEB 0 LU 0 Chip OK
-# TFEB 0 MQ 0 TSen OK
-# TFEB 0 MQ 0 Chip OK
-# TFEB 0 TBB PFE TSen OK
-# TFEB 0 TBB PFE Chip OK
-# TFEB 0 TFEB PCIE TSen OK
-# TFEB 0 TFEB PCIE Chip OK
# Fans Fan 1 OK
# Fan 2 OK
# Fan 3 OK
Index: configs/hub.wil.onenet.net
===================================================================
--- configs/hub.wil.onenet.net (revision 142564)
+++ configs/hub.wil.onenet.net (working copy)
@@ -298,10 +298,10 @@
#t1-2/0/2:12.0 up up
#t1-2/0/2:13 down down
#t1-2/0/2:14 down down
-#t1-2/0/2:15 up up
-#t1-2/0/2:15.16 up up
-#t1-2/0/2:15.17 up up
-#t1-2/0/2:15.30 up up
+#t1-2/0/2:15 up down
+#t1-2/0/2:15.16 up down
+#t1-2/0/2:15.17 up down
+#t1-2/0/2:15.30 up down
#t1-2/0/2:16 down down
#t1-2/0/2:17 up up
#t1-2/0/2:17.0 up up
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net (revision 142616)
+++ 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
@@ -33,7 +32,6 @@
# Total CPU DRAM ---- CPU less FPC ----
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis hardware
-# show chassis hardware models
# Hardware inventory:
# Item Version Part number Serial number Description
# Chassis BU1214AK0530 SRX240H2
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net (revision 142616)
+++ 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
-# 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
+# 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
# total files: 1
#
# grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show system uptime
Index: configs/oeta-boise-city-tower.nid.onenet.net
===================================================================
--- configs/oeta-boise-city-tower.nid.onenet.net (revision 142616)
+++ configs/oeta-boise-city-tower.nid.onenet.net (working copy)
@@ -501,7 +501,7 @@
network-element ne-1
configure nte nte112-1-1-1
configure access-port access-1-1-1-3
- admin-state maintenance
+ admin-state in-service
service-type epl
speed auto
port-shaped-speed 0
@@ -1845,7 +1845,7 @@
configure nte nte112-1-1-1
configure access-port access-1-1-1-3
configure flow flow-1-1-1-3-1
- admin-state management
+ admin-state in-service
itag none
circuit-name ""
es-frame-loss-threshold 1
More information about the Nocrancid
mailing list