It is not possible to configure a secondary IP. You will need to reconfigure the inside interface physical port to be subinterfaces and assign each subinterface to its respective VLAN. Something like the following:
int Gig1/1
no shut
int Gig1/1.80
vlan 80
security level 100
nameif inside
ip add 192.168.4.1 255.255.252.0
int Gig1/1.90
vlan 90
security-level 80
nameif DMZ
ip add 10.27.208.1 255.255.252.0
Remember that the switch port the ASA is connected to will need to be configured as a trunk and the VLANs should be allowed over the trunk if you are using allowed VLAN lists.
--
Please remember to select a correct answer and rate helpful posts
--
Please remember to select a correct answer and rate helpful posts