01-23-2009 12:35 PM - edited 03-11-2019 07:41 AM
I have one issue which so weird. I am running the ASA 5505 in router mode but, I still keep getting this message.
This license does not allow configuring more than 2 interfaces with
nameif and without a "no forward" command on this interface or on 1 interface(s)
with nameif already configured.
I have configured the ip address, security-level and even added the inteface to the vlan but it will not let me name it. Crazy!! What is the issue here?
01-23-2009 01:45 PM
Hi,
This is because the ASA has Base license. Do a 'Sh ver' to see that information. Inorder to name the 3rd interface user 'no forward interface
**************************
interface Vlan1
nameif INSIDE
security-level 100
ip address 10.1.1.1 255.255.255.0
!
interface Vlan2
nameif OUTSIDE
security-level 0
ip address x.x.x.x x.x.x.x
!
interface Vlan10
no forward interface Vlan1
nameif DMZ
security-level 50
ip address 10.1.2.1 255.255.255.0
****************************
hth
MS
01-23-2009 01:52 PM
So I guess I have to upgrade my license with Cisco. Is there no other way around it for now?
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