Hi,

My situation is IPv6 on SRX platform in flow mode.

Documentation on Selective Stateless Packet-Based Services suggests support for both IPv4 and IPv6 routing but the packet-mode option is not available under family inet6.

Is it actually possible to explicitly match an ipv6 traffic flow and place it in packet-mode? e.g. the inet6 equivalent of something like:

matt@srx# top show firewall family inet filter ff-anycast-isp-in
term anycast-packet-mode {
    from {
        destination-address {
            x.x.x.x/32;
        }
    }
    then {
        packet-mode;
        accept;
    }
}
term default {
    then accept;
}

cheers
Matt.
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to