[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed Jan 13 18:02:32 CST 2016
Index: configs/eodls-stilwell-public-library.client.onenet.net
===================================================================
--- configs/eodls-stilwell-public-library.client.onenet.net (revision 138816)
+++ configs/eodls-stilwell-public-library.client.onenet.net (working copy)
@@ -1,11 +1,11 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at EODLS-Stilwell-Public-Library-ASSET-004360> show system commit
-# show chassis environment
# 2015-12-08 13:24:19 CST by onenet via cli commit confirmed, rollback in 5mins
# 2015-02-03 11:41:15 CST by onenet via cli
# 2015-02-03 11:38:07 CST by onenet via cli commit confirmed, rollback in 3mins
# 2014-08-15 22:48:09 CDT by root via cli
+# show chassis environment
# 2014-06-10 21:11:56 CDT by root via other
# 2014-06-10 19:22:27 CDT by root via other
# grnoc-mon at EODLS-Stilwell-Public-Library-ASSET-004360> show chassis environment
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net (revision 138816)
+++ configs/core.mca.onenet.net (working copy)
@@ -1,6 +1,7 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MCALESTER-MX480-RE0> show system commit
+# 2016-01-13 17:41:10 CST by andrew via cli commit synchronize
# 2016-01-13 16:33:07 CST by root via other
# 2016-01-13 16:29:39 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-01-07 21:33:27 CST by root via other
@@ -9,7 +10,6 @@
# Synchronization with remote Routing Engine
# 2016-01-07 21:29:02 CST by root via other
# Synchronization with remote Routing Engine
-# 2016-01-07 17:54:14 CST by rnordmark via cli commit synchronize
# grnoc-mon at MCALESTER-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -268,7 +268,7 @@
# grnoc-mon at MCALESTER-MX480-RE0> show system uptime
# System booted: 2016-01-07 21:30 CST
# Protocols started: 2016-01-07 21:33 CST
-# Last configured: 2016-01-13 16:33 CST by root
+# Last configured: 2016-01-13 17:41 CST by andrew
#
# {master}
# grnoc-mon at MCALESTER-MX480-RE0> show interface terse
@@ -363,6 +363,7 @@
#lsi.2 up up
#lsi.3 up up
#lsi.4 up up
+#lsi.6 up up
#lsi.1074432 up up
#lsi.1074433 up up
#lsi.1074434 up up
@@ -412,7 +413,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MCALESTER-MX480-RE0> show configuration
-## Last commit: 2016-01-13 16:33:07 CST by root
+## Last commit: 2016-01-13 17:41:10 CST by andrew
version 13.3R6.5;
groups {
re0 {
@@ -1161,16 +1162,11 @@
route 164.58.224.144/28 next-hop 156.110.25.146;
route 164.58.81.0/24 next-hop 156.110.130.246;
route 164.58.27.188/30 next-hop 156.110.130.246;
- route 164.58.17.0/28 next-hop 164.58.28.2;
- route 156.110.100.0/30 next-hop 164.58.28.2;
- route 156.110.90.52/30 next-hop 164.58.28.2;
- route 164.58.40.228/30 next-hop 164.58.28.2;
route 192.0.2.1/32 {
discard;
no-readvertise;
}
route 164.58.215.36/30 next-hop 164.58.8.162;
- route 164.58.28.48/29 next-hop 164.58.28.2;
}
router-id 164.58.199.92;
autonomous-system 5078;
@@ -1686,6 +1682,48 @@
then reject;
}
}
+ policy-statement SOCKNET-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SOCKNET-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SOCKNET-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
community Ada members 5078:22;
community Altus members 5078:26;
community Alva members 5078:74;
@@ -1717,6 +1755,7 @@
community Poteau members 5078:146;
community SEPLS-VPN members target:5078:2533;
community SKYRIDER-MGMT-VPN members target:5078:2547;
+ community SOCKNET-VPN members target:5078:2594;
community Sallisaw members 5078:118;
community Sayre members 5078:30;
community Seminole members 5078:46;
@@ -2214,6 +2253,25 @@
}
}
}
+ SOCKNET-L3VPN {
+ description SOCKNET-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/3.0;
+ route-distinguisher 164.58.199.135:2594;
+ vrf-import SOCKNET-VRF-IMPORT;
+ vrf-export SOCKNET-VRF-EXPORT;
+ vrf-target target:5078:2594;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 164.58.17.0/28 next-hop 164.58.28.2;
+ route 156.110.100.0/30 next-hop 164.58.28.2;
+ route 156.110.90.52/30 next-hop 164.58.28.2;
+ route 164.58.40.228/30 next-hop 164.58.28.2;
+ route 164.58.28.48/29 next-hop 164.58.28.2;
+ }
+ }
+ }
VPLS-ONENET-IPERF {
description ONENET-IPERF-MGMT;
instance-type vpls;
Index: configs/hub.okm.onenet.net
===================================================================
--- configs/hub.okm.onenet.net (revision 138790)
+++ configs/hub.okm.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKMULGEE-M120-RE0> show system commit
+# 2016-01-13 17:38:35 CST by andrew via cli commit synchronize
+# 2016-01-13 17:37:03 CST by andrew via cli commit synchronize
# 2015-12-25 19:57:49 CST by andrew via cli commit synchronize
# 2015-12-23 10:59:43 CST by andrew via cli commit synchronize
# 2015-12-23 10:52:19 CST by andrew via cli commit synchronize
# 2015-12-16 15:00:00 CST by andrew via cli commit synchronize
-# 2015-12-07 20:26:14 CST by andrew via cli commit synchronize
-# 2015-10-16 11:52:32 CDT by andrew via cli commit synchronize
# grnoc-mon at OKMULGEE-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -281,7 +281,7 @@
# grnoc-mon at OKMULGEE-M120-RE0> show system uptime
# System booted: 2015-06-08 00:15 CDT
# Protocols started: 2015-06-08 00:20 CDT
-# Last configured: 2015-12-25 19:57 CST by andrew
+# Last configured: 2016-01-13 17:38 CST by andrew
#
# {master}
# grnoc-mon at OKMULGEE-M120-RE0> show interface terse
@@ -322,36 +322,33 @@
#ct3-2/0/2 up up
#t1-2/0/2:1 up up
#t1-2/0/2:1.0 up up
-#ct1-2/0/2:2 up up
-#ds-2/0/2:2:7 up up
-#t1-2/0/2:3 up down
+#t1-2/0/2:2 down up
+#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
-#t1-2/0/2:5 up down
+#t1-2/0/2:5 down down
#t1-2/0/2:6 up up
#t1-2/0/2:6.0 up up
-#t1-2/0/2:7 up down
+#t1-2/0/2:7 down down
#t1-2/0/2:8 down down
#t1-2/0/2:9 up up
#t1-2/0/2:9.0 up up
#t1-2/0/2:10 up up
#t1-2/0/2:10.0 up up
-#t1-2/0/2:11 up down
-#t1-2/0/2:12 up down
+#t1-2/0/2:11 down down
+#t1-2/0/2:12 down down
#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:16 up down
+#t1-2/0/2:16 down down
#t1-2/0/2:17 down down
#t1-2/0/2:18 down down
#t1-2/0/2:19 down down
#t1-2/0/2:20 down down
-#t1-2/0/2:21 up down
-#t1-2/0/2:21.0 up down
+#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
-#t1-2/0/2:23 up down
-#t1-2/0/2:24 up down
+#t1-2/0/2:23 down down
+#t1-2/0/2:24 down down
#t1-2/0/2:25 up up
#t1-2/0/2:25.0 up up
#t1-2/0/2:26 up up
@@ -443,7 +440,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKMULGEE-M120-RE0> show configuration
-## Last commit: 2015-12-25 19:57:49 CST by andrew
+## Last commit: 2016-01-13 17:38:35 CST by andrew
version 13.3R6.5;
groups {
re0 {
@@ -830,7 +827,7 @@
no-cbit-parity;
}
partition 1 interface-type t1;
- partition 2 interface-type ct1;
+ partition 2 interface-type t1;
partition 3 interface-type t1;
partition 4 interface-type t1;
partition 5 interface-type t1;
@@ -867,12 +864,18 @@
}
}
}
- ct1-2/0/2:2 {
- partition 7 timeslots 7 interface-type ds;
+ t1-2/0/2:2 {
+ disable;
}
+ t1-2/0/2:3 {
+ disable;
+ }
t1-2/0/2:4 {
disable;
}
+ t1-2/0/2:5 {
+ disable;
+ }
t1-2/0/2:6 {
description DOH-OKMULGEE-T1-CIR0004383-lsq-2/3/0.4;
mtu 1518;
@@ -883,6 +886,9 @@
}
}
}
+ t1-2/0/2:7 {
+ disable;
+ }
t1-2/0/2:8 {
disable;
}
@@ -916,12 +922,17 @@
}
}
}
+ t1-2/0/2:11 {
+ disable;
+ }
+ t1-2/0/2:12 {
+ disable;
+ }
t1-2/0/2:13 {
disable;
}
t1-2/0/2:14 {
disable;
- unit 0;
}
t1-2/0/2:15 {
description ODOT-BRISTOW-REGMAINT-T1-CIR0004235;
@@ -935,6 +946,9 @@
}
}
}
+ t1-2/0/2:16 {
+ disable;
+ }
t1-2/0/2:17 {
disable;
}
@@ -948,11 +962,17 @@
disable;
}
t1-2/0/2:21 {
- unit 0;
+ disable;
}
t1-2/0/2:22 {
disable;
}
+ t1-2/0/2:23 {
+ disable;
+ }
+ t1-2/0/2:24 {
+ disable;
+ }
t1-2/0/2:25 {
description Mason-Public-School-T1-CIR0004874-lsq-2/3/0.7;
encapsulation ppp;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net (revision 138813)
+++ configs/hub.dur.onenet.net (working copy)
@@ -373,7 +373,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/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 138816)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE3-M120-RE0> show system commit
+# 2016-01-13 17:31:45 CST by sky via cli commit synchronize
# 2016-01-11 08:47:07 CST by sky via cli commit synchronize
# 2016-01-07 14:41:38 CST by joel via cli commit synchronize
# 2015-12-28 21:10:26 CST by joel via cli commit synchronize
# 2015-12-25 19:43:18 CST by andrew via cli commit synchronize
# 2015-12-23 13:38:15 CST by andrew via cli commit synchronize
-# 2015-12-22 20:23:57 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -367,7 +367,7 @@
# grnoc-mon at OKC-CORE3-M120-RE0> show system uptime
# System booted: 2015-05-06 01:06 CDT
# Protocols started: 2015-05-06 01:08 CDT
-# Last configured: 2016-01-11 08:47 CST by sky
+# Last configured: 2016-01-13 17:31 CST by sky
#
# {master}
# grnoc-mon at OKC-CORE3-M120-RE0> show interface terse
@@ -1896,7 +1896,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE3-M120-RE0> show configuration
-## Last commit: 2016-01-11 08:47:07 CST by sky
+## Last commit: 2016-01-13 17:31:45 CST by sky
version 12.3R7.7;
groups {
re0 {
@@ -3153,7 +3153,7 @@
description TAGNET-2907-HOLLIS-T1-CIR0002758;
encapsulation cisco-hdlc;
unit 0 {
- family inet {
+ inactive: family inet {
address 10.119.4.129/30;
}
}
Index: configs/rpswi2.rp1f3.onenet.net
===================================================================
--- configs/rpswi2.rp1f3.onenet.net (revision 138815)
+++ configs/rpswi2.rp1f3.onenet.net (working copy)
@@ -578,8 +578,8 @@
#ge-1/0/37.0 up down
#ge-1/0/38 up down
#ge-1/0/38.0 up down
-#ge-1/0/39 up up
-#ge-1/0/39.0 up up
+#ge-1/0/39 up down
+#ge-1/0/39.0 up down
#ge-1/0/40 up down
#ge-1/0/40.0 up down
#ge-1/0/41 up down
Index: configs/rpswi3.rp3f2.onenet.net
===================================================================
--- configs/rpswi3.rp3f2.onenet.net (revision 138815)
+++ configs/rpswi3.rp3f2.onenet.net (working copy)
@@ -159,8 +159,8 @@
#ge-0/0/2.0 up up
#ge-0/0/3 up down
#ge-0/0/3.0 up down
-#ge-0/0/4 up up
-#ge-0/0/4.0 up up
+#ge-0/0/4 up down
+#ge-0/0/4.0 up down
#ge-0/0/5 up down
#ge-0/0/5.0 up down
#ge-0/0/6 down down
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 138816)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -112,11 +112,10 @@
# WARNING: / was not properly dismounted
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show version
-# Hostname: STRINGTOWN-HIGH-SCHOOL-TAG-004909 # Model: srx240h2 # file list /var/tmp detail # 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
+# 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-01-07 11:41 CST
# Protocols started: 2016-01-07 11:45 CST
# Last configured: 2016-01-11 10:33 CST by joel
@@ -175,7 +174,6 @@
#vlan.3 up up
#vlan.999 up down
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show configuration
-show ospf neighbor
## Last commit: 2016-01-11 10:33:48 CST by joel
version 12.1X44-D35.5;
system {
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 138777)
+++ configs/core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2016-01-13 17:49:15 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-01-12 10:31:13 CST by andrew via cli commit synchronize
# 2016-01-12 10:11:31 CST by andrew via cli commit synchronize
# 2016-01-12 10:03:13 CST by andrew via cli commit synchronize
# 2016-01-11 21:47:02 CST by andrew via cli commit synchronize
# 2016-01-11 21:43:40 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2016-01-11 21:40:11 CST by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -429,7 +429,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:49 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2016-01-12 10:31 CST by andrew
+# Last configured: 2016-01-13 17:49 CST by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -891,6 +891,7 @@
#lsi.16 up up
#lsi.17 up up
#lsi.18 up up
+#lsi.19 up up
#lsi.1049327 up up
#lsi.1049825 up up
#lsi.1052443 up up
@@ -924,7 +925,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2016-01-12 10:31:13 CST by andrew
+## Last commit: 2016-01-13 17:49:15 CST by andrew
version 12.3R7.7;
groups {
re0 {
@@ -5285,9 +5286,6 @@
route 156.110.31.104/29 next-hop 156.110.25.162;
route 164.58.9.212/30 next-hop 156.110.25.162;
route 164.58.170.0/24 next-hop 156.110.25.110;
- route 156.110.99.0/29 next-hop 164.58.0.78;
- route 164.58.69.0/29 next-hop 164.58.0.78;
- route 164.58.151.0/28 next-hop 164.58.0.78;
route 164.58.68.0/24 next-hop 164.58.255.106;
route 199.164.253.0/24 next-hop 164.58.109.58;
route 156.110.99.112/28 next-hop 156.110.98.70;
@@ -8373,6 +8371,48 @@
}
}
}
+ policy-statement SOCKNET-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add SOCKNET-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement SOCKNET-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community SOCKNET-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement TAGNET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -8487,6 +8527,7 @@
community OTRD-DATA-VPN members target:5078:2569;
community OTRD-GUEST-VPN members target:5078:2574;
community Qwest-Timezone members [ 209:64993 209:64973 209:64982 ];
+ community SOCKNET-VPN members target:5078:2594;
community TAGNET-VPN members target:5078:2531;
community UCO-VPN members target:5078:3001;
community no-export members no-export;
@@ -10307,6 +10348,23 @@
}
}
}
+ SOCKNET-L3VPN {
+ description SOCKNET-L3VPN;
+ instance-type vrf;
+ interface xe-0/0/1.122;
+ route-distinguisher 164.58.199.135:2594;
+ vrf-import SOCKNET-VRF-IMPORT;
+ vrf-export SOCKNET-VRF-EXPORT;
+ vrf-target target:5078:2594;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 156.110.99.0/29 next-hop 164.58.0.78;
+ route 164.58.69.0/29 next-hop 164.58.0.78;
+ route 164.58.151.0/28 next-hop 164.58.0.78;
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net (revision 138816)
+++ configs/maysville-hs.client.onenet.net (working copy)
@@ -1,6 +1,7 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system commit
+# show chassis environment
# 2015-10-26 14:44:11 CDT by admin via cli
# 2015-10-26 18:25:25 CDT by root via cli
# 2015-10-26 18:10:08 CDT by root via cli
@@ -54,6 +55,7 @@
# Copyright (c) 1992-2006 The FreeBSD Project.
# Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
# The Regents of the University of California. All rights reserved.
+# show version
# FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
# Security policy loaded: JUNOS MAC/pcap (mac_pcap)
# Security policy loaded: JUNOS MAC/runasnonroot (mac_runasnonroot)
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net (revision 138816)
+++ configs/meeker-ps.client.onenet.net (working copy)
@@ -110,11 +110,10 @@
# 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
-# show interface terse
# System booted: 2015-10-28 11:27 CDT
# Protocols started: 2015-10-28 11:30 CDT
# Last configured: 2015-12-14 15:34 CST by sean
@@ -653,7 +652,6 @@
# OSPF instance is not running
#
# grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> 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 138816)
+++ 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 Jan 13 16:56 ifinfo.core.4
+# -rw-rw---- 1 root field 52727808 Jan 13 17:56 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