Page 1 of 1

ASAv: ERROR: Failed to initialize interface inside

Posted: Tue Sep 05, 2017 1:31 am
by skipdog77
Eve-NG version: 2.0.3-77
ASAv version: asav982.qcow2

Routine functions work great. I decided to enable redundant interfaces to Nexus 9K (i already set this up in GNS3 and it worked fine, but want to transition to Eve-NG)

Adding Redundant1 interface worked great:

interface Redundant1
member-interface GigabitEthernet0/1
member-interface GigabitEthernet0/2
no nameif
no security-level
no ip address

Then I wanted to add subinterfaces (trunk to 9K)

interface Redundant1.100
vlan 100
ip address 192.168.100.1 255.255.255.0
nameif inside
ERROR: Failed to initialize interface inside
ERROR: Add interface failed.

I tried the other two NIC types in the ASAv properties (E1000) -- nothing seems to make a difference.

For kicks I tried assigning the nameif on the Redundant1 interface and it errors out the same way.

Skip

Re: ASAv: ERROR: Failed to initialize interface inside

Posted: Tue Sep 05, 2017 5:47 am
by ramindia
skipdog77 wrote:
Tue Sep 05, 2017 1:31 am
Eve-NG version: 2.0.3-77
ASAv version: asav982.qcow2

Routine functions work great. I decided to enable redundant interfaces to Nexus 9K (i already set this up in GNS3 and it worked fine, but want to transition to Eve-NG)

Adding Redundant1 interface worked great:

interface Redundant1
member-interface GigabitEthernet0/1
member-interface GigabitEthernet0/2
no nameif
no security-level
no ip address

Then I wanted to add subinterfaces (trunk to 9K)

interface Redundant1.100
vlan 100
ip address 192.168.100.1 255.255.255.0
nameif inside
ERROR: Failed to initialize interface inside
ERROR: Add interface failed.

I tried the other two NIC types in the ASAv properties (E1000) -- nothing seems to make a difference.

For kicks I tried assigning the nameif on the Redundant1 interface and it errors out the same way.

Skip
I am running 961, i did not noticed the issue on EVE-NG

Example done for you ;:

interface Redundant1
member-interface GigabitEthernet0/3
member-interface GigabitEthernet0/4
no nameif
no security-level
no ip address
!
interface Redundant1.100
vlan 500
nameif BBB
security-level 0
ip address 9.9.9.9 255.255.255.0
!

R!

Re: ASAv: ERROR: Failed to initialize interface inside

Posted: Tue Sep 05, 2017 7:53 am
by Uldis (UD)
Looks like its ASAv 982 issue, same bug appeared, interface name is not accepted at all.
Version ASAv 9.8.1 is all right...


Try get earlier version, like RI told you
UD

Re: ASAv: ERROR: Failed to initialize interface inside

Posted: Tue Sep 05, 2017 2:39 pm
by skipdog77
Thank you for quick reply! I will try earlier version.