Hi there
I have configured per the forum suggestions.
We are running MX104
the problem is the collector is receving no flows ?
The logical system inet.0 has a full set of routes with static routes to the collector inside the DC.
tested comms with a basic telnet from the logical system and it works.
I understand that the collector must be reachable via the master or default logical system
is this correct ? as see from upwards of version 13 support for version 9 and IPFIX is done for logical systems
I also am doing sampling on 3 or 4 interfaces in the logical system
show configuration logical-systems lon-mx104-internet-sec interfaces xe-2/0/0
unit 0 {
family inet {
no-redirects;
filter {
input Protect-Interfaces-MX104;
}
sampling {
input;
output;
}
address x.x.x.x.;
}
}
Example :
++++++++++++++++
set chassis afeb slot 0 sampling-instance 1to1
set chassis afeb slot 0 inline-services flow-table-size ipv4-flow-table-size 5
show configuration logical-systems lon-mx104-internet-sec forwarding-options
sampling {
family inet {
output {
flow-server 91.109.255.6 {
port 2055;
source-address 91.109.255.227;
}
}
}
}
show configuration forwarding-options
sampling {
traceoptions {
file ipfix.log size 10k;
}
input {
rate 1;
}
instance {
1to1 {
input {
rate 1;
}
family inet {
output {
flow-server 91.109.255.6 {
port 2055;
autonomous-system-type peer;
version-ipfix {
template {
ipv4;
}
}
}
inline-jflow {
source-address 91.109.255.227;
}
}
}
}
}
}