I have this for a sho route
outside 0.0.0.0 0.0.0.0 140.239.157.33 1 OTHER static
outside 140.239.157.32 255.255.255.224 140.239.157.37 1 CONNECT static
inside 172.16.0.0 255.255.0.0 172.16.1.101 1 CONNECT static
inside 206.235.140.0 255.255.255.0 172.16.1.3 1 OTHER static
Now, I want the PIX to pass packets on to another router 172.16.1.3 if they are destined for 206.235.140.0/24
Any idea how I can do this. And no, I do not manage the router at 172.16.1.3 (otherwsie it would be the default gw instead of the pix's internal int.
outside 0.0.0.0 0.0.0.0 140.239.157.33 1 OTHER static
outside 140.239.157.32 255.255.255.224 140.239.157.37 1 CONNECT static
inside 172.16.0.0 255.255.0.0 172.16.1.101 1 CONNECT static
inside 206.235.140.0 255.255.255.0 172.16.1.3 1 OTHER static
Now, I want the PIX to pass packets on to another router 172.16.1.3 if they are destined for 206.235.140.0/24
Any idea how I can do this. And no, I do not manage the router at 172.16.1.3 (otherwsie it would be the default gw instead of the pix's internal int.