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 guys,i have a number of interface to monitor with my ids, problem is i only have one port in my ids and i would like to monitor ports in the traffic coming from the private wan and traffic from the internet on both switches. any idea how this scen...
hi guys,i have a number of interface to monitor with my ids, problem is i only have one port in my ids and i would like to monitor ports in the traffic coming from the private wan and traffic from the internet on both switches. any idea how this scen...
you use static nat... static nat is a bi-directional nat... ur syntax would be like this.static (outside,inside) 209.1.1.1 10.0.0.1 netmask 255.255.255.255access-list access-out permit ip host 10.0.0.1 any (for outgoing traffic)access-list access-in ...