[j-nsp] diverting icmp

Michael Lyngbøl michael at lyngbol.dk
Thu Oct 14 14:34:20 EDT 2004


On 14.10.2004 10:55:54 +0000, Randy Bush wrote:
> any hacks if i want to divert icmp traffic to a different dest from
> the ip traffic?

Push it into a L3 VPN via routing-instance knob in a firewall filter?

  term icmp {
      from {
          protocol icmp;
      }
      then routing-instance VRF-A;
  }
  term accept {
      then accept;
  }

/Michael

-- 
Michael Lyngbøl -- michael at lyngbol dot dk
Network Architect, AS3292 TDC, IP·backbone


More information about the juniper-nsp mailing list