[j-nsp] mx480, netflow/version9 ipv6 help

John Brown john at citylinkfiber.com
Wed Aug 23 10:17:11 EDT 2017


Hi,  I'm trying to add IPv6 to my flow picture and I'm getting an
error from Junos.
Any help is much appreciated.  THANK YOU

Junos: 14.2R1.9

Error from commit check

 sampling inline configuration error
    Can't configure inline output with V5, V8 and V9 collector
configured for family inet6

Config snip

family inet {
    output {
        flow-server 192.168.1.2 {
            port 2055;
            version9 {
                template {
                    ipv4;
                }
            }
        }
        inline-jflow {
            source-address 10.0.0.1;
        }
    }
}
family inet6 {
    output {
        flow-server 192.168.1.2 {
            port 2055;
            version9 {
                template {
                    ipv6;
                }
            }
        }
        inline-jflow {
            source-address 10.0.0.1;
        }
    }
}

flow-monitoring {
    version9 {
        template ipv4 {
            ipv4-template;
        }
        template ipv6 {
            ipv6-template;
        }
    }


More information about the juniper-nsp mailing list