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;
        }
    }
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to