[j-nsp] IPv6 on SRX platform in flow mode - setting packet-mode for specific traffic flow

Matt Sullivan matt.sullivan at prophecy.net.nz
Wed Feb 8 21:51:54 EST 2012


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 at 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.


More information about the juniper-nsp mailing list