02-07-2014 04:54 AM - edited 03-11-2019 08:42 PM
Hello,
I have purchased new Cisco 5515 firewall. I want to assign ip address on interfaces but 'ip address' command is not available under interface section...
Please guide. How to enable this feature.
02-07-2014 05:16 AM
Hi,
Have not heard of such a problem before.
I wonder if your ASA is at the moment configured as Transparent for some reason.
To my understanding the ASA5505 model is the only model which doesnt allow to configure IP address under the physical interface as ASA5505 physical interfaces are all Switchports and not Routerports
If you can provide the CLI Configuration we should be able to see easily if the firewall is in Transparent mode for some reason.
To my understanding it should not be this by default.
- Jouni
02-07-2014 05:49 AM
The 5515 does not support IP address configuration on the physical interface so all interface configuration is done on the SVI and the physical ports are assigned to the appropriate VLAN. For example
int vlan 1
security-level 100
nameif inside
ip add 192.168.1.1 255.255.255.0
int gig0/1
switchport access vlan 1
no shut
--
Please remember to rate and select a correct answer
02-07-2014 05:52 AM
Hi,
Vlan interfaces are only supported on ASASM and ASA5505 to my understanding.
ASA5515-X is like any other ASA with router ports and no switch ports.
- Jouni
02-07-2014 06:01 AM
My bad, I read it as 5505
--
Please remember to rate and select a correct answer
02-07-2014 10:12 AM
Hi,
I think some things missing. Recently i have configured ASA 5512-X with SW, 6 GE Data, 1 GE Mgmt. Here is the below Interface configuration details.
interface GigabitEthernet0/0
description *** Connected to Internet Router-01 ***
nameif outside
security-level 0
ip address x.x.x.x 255.255.254.0 standby x.x.x.x
!
interface GigabitEthernet0/1
description *** Connected to CORE-SW ***
nameif inside
security-level 100
ip address x.x.x.x 255.255.255.248 standby x.x.x.x
!
Regards
Parosh
02-07-2014 10:43 AM
Hey Jouni,
It worked Man !!!
issue was with the firewall mode. It was set to Transparent Mode.
I changed it to Routed Mode and it started working.
Many thanks for your valuable input !!!!
- Viral Rana
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