I have a situation where I have a couple of hosts on the outside interface of a PIX that need to send SNMP and ICMP messages to every interconnect device on the inside of the PIX. I know, sounds strange, but the network management stations are on the outside of the PIX dispite my best efforts to convince the customer otherwise.
**Important Note - the PIX is NOT doing NAT for any addresses.
The access-list & conduit configs are pretty straight forward, but the only way I have been able to get this to work with access-lists, or conduits, is to configure a static translation in the PIX for every single inside IP address!! This equites to about 400-500 entries!!
The static commands just map the inside and outside addresses as the same address (since there is no NAT going on) too.
Example: static (inside,outside) 10.17.184.193 10.17.184.193
There has got to be a better way to do this without all those static entries.
Any help would be GREATLY appreciated.