Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
We are using a ASA 5512-x with an IPS module. The IPS will occasionally shun IP addresses based on a number of custom signatures we have implemented. I'm currently struggling to find a way to identify the signature that triggered a particular sh...
Hi All,We are having problems with some of our NAT translations. We need to router to preserve the source port of the outbound connection, but instead it is generating a random source port for each translation (highlighted in bold):udp 217.x.x.x:171...
You should be able to use the track command like so:
track 1 interface Dialer0 ip routing
Then you have two default routes like so:
ip route 0.0.0.0 0.0.0.0 Dialer0 track 1
ip route 0.0.0.0 0.0.0.0 Dialer1 250
Alternatively you could use active track...
These are for phones on the internal network, they will be contacting a remote server, and each phone has been configured to use a unique source port for the outbound connection. This allows the server to identify each individual phone when the conne...