[j-nsp] Multiple flow-servers with inline jflow on MX80

Richard Hesse richard.hesse at weebly.com
Thu Jul 18 18:26:47 EDT 2013


Does anyone know if it's possible to define multiple flow-servers when
doing inline jflow on a MX80? I know it's possible with RE-based sampling,
but I can't see anything in the docs regarding inline jflow.

I tried adding another flow-server but got this failure:

  cflowd configuration error
    instance "'sample-jflow" family "inet", cannot configure more than 1
ipfix collectors

A single flow-server here works fine, but I might be missing something
special for multiple servers:

flow-server X.X.X.X {
    port 9993;
    autonomous-system-type origin;
    version-ipfix {
        template {
            ipv4;
        }
    }
}
flow-server X.X.X.Y {
    port 9993;
    autonomous-system-type origin;
    version-ipfix {
        template {
            ipv4;
        }
    }
}
inline-jflow {
    source-address Y.Y.Y.Y;
}

TIA,
-richard


More information about the juniper-nsp mailing list