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 Brook,I did not understand exactly what is your question. Can you clarify it, a little more?You can not regulate communication between hosts on the same subnet with regular access-list (applied to a L3 interface) because this communication is not ...
Hi Bob,Answer to your previous question is Yes. You can put more than one address spaces on one interface and router will route for all networks (from that interface).Example:interface vlan 20 ip address 192.168.1.1 255.255.255.0 ip address 172.16.4....
1. I works just fine (only you have single point of failure - one switch :)). It is better to use this configuration with 2 switches. Connect primary PIx to primary switch, secondary PIX with secondary switch and you will have full redundancy (all co...
Static translations can be scalable. For your example:static (inside, dmz) 10.30.31.0 10.30.31.0 netmask 255.255.255.0 0 0static (inside, outside) 10.30.31.0 10.30.31.0 netmask 255.255.255.0 0 0And with ACLs you can filter users and limit access to t...