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 {
|
||||
tfeb {
|
||||
slot 0 {
|
||||
sampling-instance flow-ipfix;
|
||||
sampling-instance as-stats;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -202,9 +202,9 @@ Installation
|
||||
forwarding-options {
|
||||
sampling {
|
||||
instance {
|
||||
flow-ipfix {
|
||||
as-stats {
|
||||
input {
|
||||
rate 1;
|
||||
rate 2048;
|
||||
}
|
||||
family inet {
|
||||
output {
|
||||
@ -212,6 +212,7 @@ Installation
|
||||
port 9000;
|
||||
autonomous-system-type origin;
|
||||
no-local-dump;
|
||||
source-address 192.0.2.1;
|
||||
version-ipfix {
|
||||
template {
|
||||
ipv4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user