10-18-2006 05:15 AM - edited 02-21-2020 01:14 AM
Is it possible to apply secondary & tertiary Ip addresses to the ASA interfaces as in case of routers
thanks in advance
10-18-2006 05:54 AM
No - secondary IP is not supported on ASA...
I found following trick how to handle this
http://www.velocityreviews.com/forums/t153418-secondary-ip-address-on-pix-ethernet-interface.html
I hadnt chance to try it
M.
Hope that helps rate if it does
10-18-2006 06:20 AM
Actually my requirement is to assign the following subnets to the ASA
192.168.30.0/24
192.168.31.0/24
192.168.33.0/24
I dont have any free interfaces left. Is there any possibilty of creating any subinterfaces and trunk them to a switch so that only one interface is used?
any suggestions
thanks in advance
10-18-2006 06:59 AM
Yes, this is one of the BEST features of the ASA... It supports hundreds of VLAN interfaces.. Here is a sample config...
interface GigabitEthernet0/2
speed 1000
duplex full
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/2.15
vlan 15
nameif commsim
security-level 20
ip address 192.168.176.1 255.255.255.0 standby 192.168.176.2
interface GigabitEthernet0/2.50
vlan 50
nameif dmz
security-level 10
ip address 192.168.173.1 255.255.255.0 standby 192.168.173.2
!
****Make sure that the ASA is connected to a switchport that is trunking ALL of the VLANS you want to use in you VLAN interface****
*****If this helps please rate***
Cheers
10-18-2006 07:28 AM
Thanks for the response.
I only have a base image so will i be able to achieve this with the above configurations
10-18-2006 01:00 PM
Yes. In fact it is a good idea to sub all interfaces from the begginning so that you do have to go back and do this later and thus cause downtime on the interface when you sub it out.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide