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.
Coming from a linux firewall environment, I find it very difficult to setup the ASA5585-X with the limitation of 1 IP per interface.
What are the options that we have to handle 5 ip aliases per interface on the ASA?
With linux you can do "ifconfig ...
So, with the ASA is there really no way a person can handle more than one subnet per interface? Vlan interface that is?
This traffic does live on L3 routers. But from security concerns, and design it seems hard to think how to use the L3 routers in a...
We have lots of vlans.
And due to redundancy or other requests we have more than one subnet on a given vlan.
Changing vlans or ip addresses involve service outages.
To avoid outages, it seems to make sense to use aliases.
Do you have any examples?
interface vlan2 10.10.30.1/24
interface vlan2 10.10.40.1/24
How would I do this?
What about the arp alias method? Is this a good method?