[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Dec 2 11:02:19 CST 2015
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 137369)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -172,7 +172,6 @@
#vlan up up
#vlan.999 up down
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show configuration
-show ospf neighbor
## Last commit: 2015-10-26 13:12:04 CDT by admin
version 12.1X44-D35.5;
system {
@@ -618,6 +617,7 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net (revision 137349)
+++ configs/hub.elr.onenet.net (working copy)
@@ -307,7 +307,7 @@
#t1-2/0/2:9 up up
#t1-2/0/2:9.0 up up
#t1-2/0/2:10 down down
-#t1-2/0/2:11 up down
+#t1-2/0/2:11 up up
#t1-2/0/2:11.0 up down
#t1-2/0/2:12 down down
#t1-2/0/2:13 down down
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net (revision 137369)
+++ configs/rpswi2.rp1f3.onenet.net (working copy)
@@ -436,8 +436,8 @@
#ge-0/0/15.0 up down
#ge-0/0/16 up up
#ge-0/0/16.0 up up
-#ge-0/0/17 up up
-#ge-0/0/17.0 up up
+#ge-0/0/17 up down
+#ge-0/0/17.0 up down
#ge-0/0/18 up up
#ge-0/0/18.0 up up
#ge-0/0/19 up up
@@ -504,16 +504,16 @@
#ge-1/0/0.0 up up
#ge-1/0/1 up up
#ge-1/0/1.0 up up
-#ge-1/0/2 up down
-#ge-1/0/2.0 up down
+#ge-1/0/2 up up
+#ge-1/0/2.0 up up
#ge-1/0/3 up down
#ge-1/0/3.0 up down
#ge-1/0/4 up up
#ge-1/0/4.0 up up
#ge-1/0/5 up down
#ge-1/0/5.0 up down
-#ge-1/0/6 up down
-#ge-1/0/6.0 up down
+#ge-1/0/6 up up
+#ge-1/0/6.0 up up
#ge-1/0/7 up down
#ge-1/0/7.0 up down
#ge-1/0/8 up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 137336)
+++ 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
+# 2015-12-02 10:10:43 CST by sky via cli commit synchronize
# 2015-12-01 11:25:01 CST by joel via cli commit synchronize
# 2015-11-23 08:49:31 CST by andrew via cli commit synchronize
# 2015-11-19 09:52:29 CST by andrew via cli commit synchronize
# 2015-11-19 08:31:29 CST by andrew via cli commit synchronize
# 2015-11-18 23:19:18 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2015-11-18 21:41:17 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -471,7 +471,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: 2015-12-01 11:25 CST by joel
+# Last configured: 2015-12-02 10:10 CST by sky
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -843,7 +843,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-12-01 11:25:01 CST by joel
+## Last commit: 2015-12-02 10:10:43 CST by sky
version 12.3R7.7;
groups {
re0 {
@@ -2163,6 +2163,9 @@
description PERRY-PUBLIC-SCHOOLS-20M-CIR0006257;
vlan-id 905;
family inet {
+ filter {
+ input PERRY-PUBLIC-SCHOOLS-20M-CIR0006257;
+ }
policer {
input 100M-POL;
output 100M-POL;
@@ -5824,6 +5827,39 @@
then accept;
}
}
+ filter PERRY-PUBLIC-SCHOOLS-20M-CIR0006257 {
+ term ALLOW-OPENDNS {
+ from {
+ destination-address {
+ 208.67.222.222/32;
+ 208.67.220.220/32;
+ }
+ destination-port 53;
+ }
+ then accept;
+ }
+ term ALLOW-ONENET-DNS {
+ from {
+ destination-address {
+ 164.58.253.10/32;
+ 164.58.198.10/32;
+ }
+ destination-port 53;
+ }
+ then accept;
+ }
+ term DENY-OTHER-DNS {
+ from {
+ destination-port 53;
+ }
+ then {
+ reject;
+ }
+ }
+ term ALLOW-ALL-ELSE {
+ then accept;
+ }
+ }
}
policer 100M-POL {
logical-interface-policer;
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net (revision 137366)
+++ configs/hub.bar.onenet.net (working copy)
@@ -323,8 +323,8 @@
#ct3-2/0/2 up up
#t1-2/0/2:1 up up
#t1-2/0/2:1.0 up up
-#t1-2/0/2:2 up down
-#t1-2/0/2:2.0 up down
+#t1-2/0/2:2 up up
+#t1-2/0/2:2.0 up up
#t1-2/0/2:3 up up
#t1-2/0/2:3.0 up up
#t1-2/0/2:4 up up
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net (revision 137369)
+++ configs/maysville-hs.client.onenet.net (working copy)
@@ -45,8 +45,10 @@
# 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.
@@ -111,10 +113,11 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show version
-# 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 # file list /var/tmp detail # 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: 2015-11-26 16:15 CST
# Protocols started: 2015-11-26 16:18 CST
# Last configured: 2015-10-26 14:44 CDT by admin
@@ -170,6 +173,7 @@
#vlan up up
#vlan.999 up down
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show configuration
+show ospf neighbor
## Last commit: 2015-10-26 14:44:11 CDT by admin
version 12.1X44-D35.5;
system {
@@ -613,9 +617,11 @@
}
}
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show ospf neighbor
+# show bfd session
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 137369)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -199,7 +199,7 @@
# -rw-rw---- 1 root field 51994624 Oct 24 2013 ifinfo.core.1
# -rw-rw---- 1 root field 51974144 Oct 24 2013 ifinfo.core.2
# -rw-rw---- 1 root field 52744192 Oct 24 2013 ifinfo.core.3
-# -rw-rw---- 1 root field 52727808 Dec 2 09:55 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Dec 2 10:55 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Oct 12 2012 install/
# -rw-rw---- 1 root field 33464320 Mar 3 2014 jdiameterd.core.0
# -rw-r--r-- 1 eng field 99542994 Apr 23 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
More information about the Nocrancid
mailing list