mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
* update JunOS example
This commit is contained in:
parent
d86c667ef3
commit
1a0a153ec0
31
README
31
README
@ -284,16 +284,27 @@ sFlow data.
|
||||
|
||||
For JunOS, the configuration looks as follows:
|
||||
|
||||
family inet {
|
||||
output {
|
||||
flow-server x.x.x.x {
|
||||
port 9000;
|
||||
autonomous-system-type origin;
|
||||
aggregation {
|
||||
autonomous-system;
|
||||
}
|
||||
version 8;
|
||||
}
|
||||
forwarding-options {
|
||||
sampling {
|
||||
input {
|
||||
rate 2048;
|
||||
max-packets-per-second 4096;
|
||||
}
|
||||
family inet {
|
||||
output {
|
||||
flow-active-timeout 60;
|
||||
flow-server x.x.x.x {
|
||||
port 9000;
|
||||
autonomous-system-type origin;
|
||||
aggregation {
|
||||
autonomous-system;
|
||||
}
|
||||
version 8;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
- sFlow only:
|
||||
Have your router(s) send sFlow samples to your machine. Your routers
|
||||
|
Loading…
x
Reference in New Issue
Block a user