[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Apr 29 17:02:14 CDT 2014
Index: configs/core1.edm-mx80.onenet.net
===================================================================
--- configs/core1.edm-mx80.onenet.net (revision 115319)
+++ configs/core1.edm-mx80.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at EDMOND-MX80> show system commit
+# 2014-04-29 16:06:51 CDT by rnordmark via cli
# 2014-03-26 09:24:30 CDT by root via other
# 2014-03-26 09:21:52 CDT by rnordmark via cli commit confirmed, rollback in 2mins
# 2014-03-25 16:05:15 CDT by donnie via cli
# 2014-03-25 14:04:29 CDT by rnordmark via cli
# 2014-03-12 06:55:35 CDT by josh via cli
-# 2014-03-12 06:54:46 CDT by josh via cli
# grnoc-mon at EDMOND-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -189,7 +189,7 @@
# grnoc-mon at EDMOND-MX80> show version
# Hostname: EDMOND-MX80 # Model: mx80 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX80) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # grnoc-mon at EDMOND-MX80> file list /var/tmp detail #
# /var/tmp:
-# total 194568
+# total 194572
# -rw-r--r-- 1 root field 30 Feb 29 2012 ex.txt
# drwxr-xr-x 2 root field 512 Feb 29 2012 gres-tp/
# drwxrwxrwx 2 root wheel 512 Aug 17 2012 install/
@@ -198,12 +198,13 @@
# drwxrwxrwx 2 root wheel 512 Aug 17 2012 pics/
# -r--r--r-- 1 root field 237 Apr 21 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 Feb 29 2012 rtsdb/
+# -rw-r----- 1 root field 178 Apr 29 16:06 sampled.pkts
# drwxrwxrwT 2 root wheel 512 Feb 29 2012 vi.recover/
#
# grnoc-mon at EDMOND-MX80> show system uptime
# System booted: 2013-11-01 15:57 CDT
# Protocols started: 2013-11-01 15:58 CDT
-# Last configured: 2014-03-26 09:24 CDT by root
+# Last configured: 2014-04-29 16:06 CDT by rnordmark
#
# grnoc-mon at EDMOND-MX80> show interface terse
#Interface Admin Link
@@ -270,7 +271,7 @@
#pp0 up up
#tap up up
# grnoc-mon at EDMOND-MX80> show configuration
-## Last commit: 2014-03-26 09:24:30 CDT by root
+## Last commit: 2014-04-29 16:06:51 CDT by rnordmark
version 11.4R7.5;
system {
host-name EDMOND-MX80;
@@ -407,6 +408,11 @@
fpc 1 {
inactive: sampling-instance JFLOW-1;
}
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
alarm {
management-ethernet {
link-down ignore;
@@ -424,6 +430,9 @@
vlan-id 76;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.15.78/30;
}
family inet6 {
@@ -441,6 +450,9 @@
vlan-id 172;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.15.173/30;
}
family inet6 {
@@ -453,6 +465,9 @@
description HEI-University-of-Central-Oklahoma-UCO-CIR0003613;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 198.102.159.1/24;
}
}
@@ -462,6 +477,9 @@
link-mode full-duplex;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 164.58.138.1/24;
}
}
@@ -470,6 +488,9 @@
unit 0 {
description HEI-University-of-Central-Oklahoma-ACM-School-of-Rock-CIR000XXXX;
family inet {
+ sampling {
+ input;
+ }
address 10.2.1.1/30;
address 10.100.100.2/30;
}
@@ -477,7 +498,11 @@
}
ge-1/1/0 {
unit 0 {
- family inet;
+ family inet {
+ sampling {
+ input;
+ }
+ }
}
}
ge-1/1/2 {
@@ -498,6 +523,39 @@
}
}
}
+forwarding-options {
+ sampling {
+ input {
+ rate 1000;
+ }
+ instance {
+ JFLOW-1 {
+ input {
+ rate 1000;
+ }
+ family inet {
+ output {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9235;
+ autonomous-system-type origin;
+ no-local-dump;
+ version-ipfix {
+ template {
+ ipv4;
+ }
+ }
+ }
+ inline-jflow {
+ source-address 164.58.199.235;
+ }
+ }
+ }
+ }
+ }
+ }
+}
snmp {
location "Edmond OK";
contact "Net Group";
@@ -1051,7 +1109,7 @@
}
}
}
-inactive: services {
+services {
flow-monitoring {
version-ipfix {
template IP-V4 {
@@ -1067,6 +1125,11 @@
}
ipv4-template;
}
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
}
}
}
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 115652)
+++ configs/hub.chi.onenet.net (working copy)
@@ -309,7 +309,7 @@
#t1-2/0/2:21 down down
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
-#t1-2/0/2:24 down down
+#t1-2/0/2:24 down up
#t1-2/0/2:25 down up
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: configs/core2.nor-mx80.onenet.net
===================================================================
--- configs/core2.nor-mx80.onenet.net (revision 115625)
+++ configs/core2.nor-mx80.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at NORMAN2-MX80> show system commit
+# 2014-04-29 16:18:43 CDT by rnordmark via cli
# 2014-03-26 14:08:58 CDT by joel via cli
# 2014-03-26 13:55:48 CDT by joel via cli
# 2014-03-12 06:47:22 CDT by josh via cli
# 2014-03-03 16:18:26 CST by rnordmark via cli
# 2014-02-26 11:12:40 CST by andrew via netconf
-# 2014-02-25 19:24:23 CST by jeremyt via cli commit confirmed, rollback in 5mins
# grnoc-mon at NORMAN2-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -198,13 +198,13 @@
# -rw-r--r-- 1 root wheel 4184 Jan 8 04:53 ppe_trap_fpc0_pfe0.core.0
# -r--r--r-- 1 root field 237 Apr 12 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 Feb 29 2012 rtsdb/
-# -rw-r----- 1 root field 356 Jan 3 2013 sampled.pkts
+# -rw-r----- 1 root field 534 Apr 29 16:18 sampled.pkts
# drwxrwxrwT 2 root wheel 512 Feb 29 2012 vi.recover/
#
# grnoc-mon at NORMAN2-MX80> show system uptime
# System booted: 2013-07-06 09:20 CDT
# Protocols started: 2013-07-06 09:21 CDT
-# Last configured: 2014-03-26 14:08 CDT by joel
+# Last configured: 2014-04-29 16:18 CDT by rnordmark
#
# grnoc-mon at NORMAN2-MX80> show interface terse
#Interface Admin Link
@@ -274,7 +274,7 @@
#pp0 up up
#tap up up
# grnoc-mon at NORMAN2-MX80> show configuration
-## Last commit: 2014-03-26 14:08:58 CDT by joel
+## Last commit: 2014-04-29 16:18:43 CDT by rnordmark
version 11.4R7.5;
system {
host-name NORMAN2-MX80;
@@ -386,6 +386,11 @@
}
}
chassis {
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
alarm {
management-ethernet {
link-down ignore;
@@ -403,6 +408,9 @@
vlan-id 204;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.15.205/30;
}
family inet6 {
@@ -420,6 +428,9 @@
vlan-id 208;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.15.210/30;
}
family inet6 {
@@ -450,6 +461,9 @@
unit 0 {
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.10.37/30;
}
}
@@ -509,6 +523,9 @@
speed 100m;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 156.110.98.109/30;
}
}
@@ -536,6 +553,39 @@
}
}
}
+forwarding-options {
+ sampling {
+ input {
+ rate 1000;
+ }
+ instance {
+ JFLOW-1 {
+ input {
+ rate 1000;
+ }
+ family inet {
+ output {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9231;
+ autonomous-system-type origin;
+ no-local-dump;
+ version-ipfix {
+ template {
+ ipv4;
+ }
+ }
+ }
+ inline-jflow {
+ source-address 164.58.199.231;
+ }
+ }
+ }
+ }
+ }
+ }
+}
snmp {
location "Norman, OK";
contact "Net Group";
@@ -1139,7 +1189,7 @@
}
}
services {
- inactive: flow-monitoring {
+ flow-monitoring {
version-ipfix {
template IP-V4 {
flow-active-timeout 60;
@@ -1154,6 +1204,11 @@
}
ipv4-template;
}
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
}
}
}
Index: configs/core.hut.elr.onenet.net
===================================================================
--- configs/core.hut.elr.onenet.net (revision 115319)
+++ configs/core.hut.elr.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ELRENO-MX40> show system commit
+# 2014-04-29 16:15:25 CDT by rnordmark via cli
# 2014-04-15 14:01:24 CDT by joel via cli
# 2014-03-03 16:14:34 CST by rnordmark via cli
# 2014-03-03 14:57:48 CST by josh via cli commit confirmed, rollback in 5mins
# 2014-02-26 11:12:39 CST by andrew via netconf
# 2014-02-25 19:06:59 CST by rnordmark via cli
-# 2014-02-14 09:26:05 CST by jeremyt via cli
# grnoc-mon at ELRENO-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -198,7 +198,7 @@
# grnoc-mon at ELRENO-MX40> show version
# Hostname: ELRENO-MX40 # Model: mx40-t # JUNOS Base OS boot [12.3R2.5] # JUNOS Base OS Software Suite [12.3R2.5] # JUNOS Kernel Software Suite [12.3R2.5] # JUNOS Crypto Software Suite [12.3R2.5] # JUNOS Packet Forwarding Engine Support (MX80) [12.3R2.5] # JUNOS Online Documentation [12.3R2.5] # JUNOS Routing Software Suite [12.3R2.5] # # grnoc-mon at ELRENO-MX40> file list /var/tmp detail #
# /var/tmp:
-# total blocks: 291528
+# total blocks: 291532
# -rwxr-xr-x 1 root field 19692 Jun 3 2013 MX-40-1-412.txt*
# -rwxr-xr-x 1 root field 19716 Jun 3 2013 MX-40-1-Ardmore.txt*
# -rwxr-xr-x 1 root field 19704 Jun 3 2013 MX-40-1-Atoka.txt*
@@ -223,13 +223,14 @@
# drwxrwxrwx 2 root wheel 512 Jun 3 2013 pics/
# -r--r--r-- 1 root field 237 Jun 3 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 May 20 2013 rtsdb/
+# -rw-r----- 1 root field 178 Apr 29 16:15 sampled.pkts
# drwxrwxrwt 2 root wheel 512 May 20 2013 vi.recover/
-# total files: 20
+# total files: 21
#
# grnoc-mon at ELRENO-MX40> show system uptime
# System booted: 2013-06-05 10:30 CDT
# Protocols started: 2013-06-05 10:31 CDT
-# Last configured: 2014-04-15 14:01 CDT by joel
+# Last configured: 2014-04-29 16:15 CDT by rnordmark
#
# grnoc-mon at ELRENO-MX40> show interface terse
#Interface Admin Link
@@ -295,7 +296,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ELRENO-MX40> show configuration
-## Last commit: 2014-04-15 14:01:24 CDT by joel
+## Last commit: 2014-04-29 16:15:25 CDT by rnordmark
version 12.3R2.5;
system {
host-name ELRENO-MX40;
@@ -412,6 +413,11 @@
routing-engine {
on-disk-failure disk-failure-action reboot;
}
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
alarm {
management-ethernet {
link-down ignore;
@@ -419,6 +425,17 @@
}
network-services all-ethernet;
}
+services {
+ flow-monitoring {
+ version-ipfix {
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
+ }
+ }
+}
security {
ipsec {
security-association OneNet-OSPF3-AUTH {
@@ -446,6 +463,9 @@
vlan-id 40;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.247.34/30;
}
family inet6 {
@@ -464,6 +484,9 @@
vlan-id 69;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.246.61/30;
}
family inet6 {
@@ -494,6 +517,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.126.181/30;
}
}
@@ -507,6 +533,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.126.185/30;
}
}
@@ -520,6 +549,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.126.189/30;
}
}
@@ -534,6 +566,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.127.193/30;
}
}
@@ -547,6 +582,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.125.193/30;
}
}
@@ -560,6 +598,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 10.10.124.193/30;
}
}
@@ -604,6 +645,39 @@
}
}
}
+forwarding-options {
+ sampling {
+ input {
+ rate 1000;
+ }
+ instance {
+ JFLOW-1 {
+ input {
+ rate 1000;
+ }
+ family inet {
+ output {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9150;
+ autonomous-system-type origin;
+ no-local-dump;
+ version-ipfix {
+ template {
+ ipv4;
+ }
+ }
+ }
+ inline-jflow {
+ source-address 164.58.199.150;
+ }
+ }
+ }
+ }
+ }
+ }
+}
routing-options {
##
## Warning: statement ignored: unsupported platform (mx40-t)
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net (revision 115614)
+++ configs/core1.lan-mx80.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at LANGSTON-MX80> show system commit
+# 2014-04-29 16:08:24 CDT by rnordmark via cli
# 2014-03-26 10:16:06 CDT by joel via cli
# 2014-03-24 10:03:22 CDT by rnordmark via cli
# 2014-03-11 16:43:07 CDT by joe via cli
# 2014-03-03 16:19:01 CST by rnordmark via cli
# 2014-03-03 15:02:48 CST by josh via cli commit confirmed, rollback in 5mins
-# 2014-02-26 11:12:36 CST by andrew via netconf
# grnoc-mon at LANGSTON-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -188,7 +188,7 @@
# grnoc-mon at LANGSTON-MX80> show version
# Hostname: LANGSTON-MX80 # Model: mx80 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX80) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # grnoc-mon at LANGSTON-MX80> file list /var/tmp detail #
# /var/tmp:
-# total 194568
+# total 194572
# -rw-r--r-- 1 root field 30 Feb 29 2012 ex.txt
# drwxr-xr-x 2 root field 512 Feb 29 2012 gres-tp/
# drwxrwxrwx 2 root wheel 512 Aug 13 2012 install/
@@ -197,12 +197,13 @@
# drwxrwxrwx 2 root wheel 512 Aug 13 2012 pics/
# -r--r--r-- 1 root field 237 May 30 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 Feb 29 2012 rtsdb/
+# -rw-r----- 1 root field 178 Apr 29 16:08 sampled.pkts
# drwxrwxrwT 2 root wheel 512 Feb 29 2012 vi.recover/
#
# grnoc-mon at LANGSTON-MX80> show system uptime
# System booted: 2013-05-30 22:13 CDT
# Protocols started: 2013-05-30 22:14 CDT
-# Last configured: 2014-03-26 10:16 CDT by joel
+# Last configured: 2014-04-29 16:08 CDT by rnordmark
#
# grnoc-mon at LANGSTON-MX80> show interface terse
#Interface Admin Link
@@ -277,7 +278,7 @@
#pp0 up up
#tap up up
# grnoc-mon at LANGSTON-MX80> show configuration
-## Last commit: 2014-03-26 10:16:06 CDT by joel
+## Last commit: 2014-04-29 16:08:24 CDT by rnordmark
version 11.4R7.5;
system {
host-name LANGSTON-MX80;
@@ -414,6 +415,11 @@
fpc 1 {
inactive: sampling-instance JFLOW-1;
}
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
alarm {
management-ethernet {
link-down ignore;
@@ -431,6 +437,9 @@
vlan-id 172;
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.15.174/30;
}
family inet6 {
@@ -448,6 +457,9 @@
disable;
vlan-id 240;
family inet {
+ sampling {
+ input;
+ }
address 164.58.15.242/30;
}
family mpls;
@@ -459,6 +471,9 @@
unit 0 {
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.29.113/28;
address 192.168.101.250/24;
}
@@ -470,6 +485,9 @@
unit 0 {
family inet {
mtu 9000;
+ sampling {
+ input;
+ }
address 164.58.16.89/30;
}
}
@@ -479,6 +497,9 @@
speed 100m;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 156.110.78.137/30;
}
}
@@ -488,6 +509,9 @@
speed 10m;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 156.110.27.77/30;
}
}
@@ -517,6 +541,9 @@
}
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 156.110.27.109/30;
}
}
@@ -536,6 +563,39 @@
}
}
}
+forwarding-options {
+ sampling {
+ input {
+ rate 1000;
+ }
+ instance {
+ JFLOW-1 {
+ input {
+ rate 1000;
+ }
+ family inet {
+ output {
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9236;
+ autonomous-system-type origin;
+ no-local-dump;
+ version-ipfix {
+ template {
+ ipv4;
+ }
+ }
+ }
+ inline-jflow {
+ source-address 164.58.199.236;
+ }
+ }
+ }
+ }
+ }
+ }
+}
snmp {
location "Langston OK";
contact "Net Group";
@@ -1065,7 +1125,7 @@
}
}
}
-inactive: services {
+services {
flow-monitoring {
version-ipfix {
template IP-V4 {
@@ -1081,6 +1141,11 @@
}
ipv4-template;
}
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
}
}
}
Index: configs/hub.mwc.onenet.net
===================================================================
--- configs/hub.mwc.onenet.net (revision 115319)
+++ configs/hub.mwc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MWC-MX80> show system commit
+# 2014-04-29 16:10:30 CDT by rnordmark via cli
# 2014-03-20 17:11:33 CDT by joel via cli
# 2014-03-03 16:19:08 CST by rnordmark via cli
# 2014-03-03 16:08:00 CST by rnordmark via cli
# 2014-02-26 11:12:31 CST by andrew via netconf
# 2014-02-25 19:10:55 CST by rnordmark via cli
-# 2014-02-25 19:01:14 CST by rnordmark via cli
# grnoc-mon at MWC-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -203,7 +203,7 @@
# drwxrwxrwx 2 root wheel 512 Apr 21 2013 pics/
# -r--r--r-- 1 root field 237 Apr 20 2013 preinstall_boot_loader.conf
# drwxr-xr-x 2 root field 512 Apr 21 2013 rtsdb/
-# -rw-r----- 1 root field 890 Mar 7 2011 sampled.pkts
+# -rw-r----- 1 root field 1068 Apr 29 16:10 sampled.pkts
# -rw-r--r-- 1 root field 0 Dec 3 2010 tracelogs
# -rw-r--r-- 1 root field 0 Dec 3 2010 tracelogs_jperf
# -rw-r--r-- 1 root field 0 Dec 3 2010 tracelogs_sem
@@ -212,7 +212,7 @@
# grnoc-mon at MWC-MX80> show system uptime
# System booted: 2013-04-21 00:06 CDT
# Protocols started: 2013-04-21 00:07 CDT
-# Last configured: 2014-03-20 17:11 CDT by joel
+# Last configured: 2014-04-29 16:10 CDT by rnordmark
#
# grnoc-mon at MWC-MX80> show interface terse
#Interface Admin Link
@@ -275,7 +275,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MWC-MX80> show configuration
-## Last commit: 2014-03-20 17:11:33 CDT by joel
+## Last commit: 2014-04-29 16:10:30 CDT by rnordmark
version 11.4R7.5;
system {
host-name MWC-MX80;
@@ -391,6 +391,11 @@
}
}
chassis {
+ tfeb {
+ slot 0 {
+ sampling-instance JFLOW-1;
+ }
+ }
network-services all-ethernet;
}
interfaces {
@@ -400,6 +405,9 @@
link-mode full-duplex;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 164.58.104.9/29;
}
}
@@ -410,6 +418,9 @@
link-mode full-duplex;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 164.58.104.225/27;
}
}
@@ -419,6 +430,9 @@
speed 100m;
unit 0 {
family inet {
+ sampling {
+ input;
+ }
address 164.58.104.193/27;
}
}
@@ -428,6 +442,9 @@
unit 0 {
bandwidth 1g;
family inet {
+ sampling {
+ input;
+ }
address 164.58.245.198/30;
}
family inet6 {
@@ -459,8 +476,11 @@
}
}
}
-inactive: forwarding-options {
+forwarding-options {
sampling {
+ input {
+ rate 1000;
+ }
instance {
JFLOW-1 {
input {
@@ -468,11 +488,15 @@
}
family inet {
output {
- flow-server 164.58.253.210 {
- port 9100;
+ flow-inactive-timeout 60;
+ flow-active-timeout 60;
+ flow-server 164.58.253.36 {
+ port 9002;
+ autonomous-system-type origin;
+ no-local-dump;
version-ipfix {
template {
- IP-V4;
+ ipv4;
}
}
}
@@ -911,7 +935,7 @@
}
}
}
-inactive: services {
+services {
flow-monitoring {
version-ipfix {
template IP-V4 {
@@ -927,6 +951,11 @@
}
ipv4-template;
}
+ template ipv4 {
+ flow-active-timeout 60;
+ flow-inactive-timeout 60;
+ ipv4-template;
+ }
}
}
}
Index: configs/hub.pot.onenet.net
===================================================================
--- configs/hub.pot.onenet.net (revision 115652)
+++ configs/hub.pot.onenet.net (working copy)
@@ -326,8 +326,8 @@
#t1-2/0/3:5 up up
#t1-2/0/3:5.0 up up
#t1-2/0/3:6 down down
-#t1-2/0/3:7 up down
-#t1-2/0/3:7.0 up down
+#t1-2/0/3:7 up up
+#t1-2/0/3:7.0 up up
#t1-2/0/3:8 down down
#t1-2/0/3:9 down down
#t1-2/0/3:10 up up
More information about the Nocrancid
mailing list