mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
Fix JunOS IPFIX example
Input provided by Vitaly Egorov
This commit is contained in:
parent
7e63b3b350
commit
70d471a724
@ -183,7 +183,7 @@ Installation
|
|||||||
chassis {
|
chassis {
|
||||||
tfeb {
|
tfeb {
|
||||||
slot 0 {
|
slot 0 {
|
||||||
sampling-instance flow-ipfix;
|
sampling-instance as-stats;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -202,9 +202,9 @@ Installation
|
|||||||
forwarding-options {
|
forwarding-options {
|
||||||
sampling {
|
sampling {
|
||||||
instance {
|
instance {
|
||||||
flow-ipfix {
|
as-stats {
|
||||||
input {
|
input {
|
||||||
rate 1;
|
rate 2048;
|
||||||
}
|
}
|
||||||
family inet {
|
family inet {
|
||||||
output {
|
output {
|
||||||
@ -212,6 +212,7 @@ Installation
|
|||||||
port 9000;
|
port 9000;
|
||||||
autonomous-system-type origin;
|
autonomous-system-type origin;
|
||||||
no-local-dump;
|
no-local-dump;
|
||||||
|
source-address 192.0.2.1;
|
||||||
version-ipfix {
|
version-ipfix {
|
||||||
template {
|
template {
|
||||||
ipv4;
|
ipv4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user