ASAv: ERROR: Failed to initialize interface inside

Moderator: mike

Post Reply
skipdog77
Posts: 2
Joined: Tue Sep 05, 2017 1:21 am

ASAv: ERROR: Failed to initialize interface inside

Post by skipdog77 » 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

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: ASAv: ERROR: Failed to initialize interface inside

Post by ramindia » Tue Sep 05, 2017 5:47 am

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!

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: ASAv: ERROR: Failed to initialize interface inside

Post by Uldis (UD) » Tue Sep 05, 2017 7:53 am

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

skipdog77
Posts: 2
Joined: Tue Sep 05, 2017 1:21 am

Re: ASAv: ERROR: Failed to initialize interface inside

Post by skipdog77 » Tue Sep 05, 2017 2:39 pm

Thank you for quick reply! I will try earlier version.

Post Reply