06-20-2023 07:47 AM - edited 06-20-2023 07:56 AM
Need to add some additional interfaces to a pair of ASAv running on ESX. (Deleted the original ones when it was initially built)
After adding powering down the ASAv and then adding the interfaces, the ASA's boot but I do not get any network access.
The interfaces are there and the config looks correct, but I did notice that the http server enable had been stripped out ,so there may have been more missing and dont know why.
Has anyone successfully added additional interface to ASAv's or do I have to build some new ones with the interfaces.
06-20-2023 10:16 AM
- Ref : https://www.cisco.com/c/en/us/td/docs/security/asa/asa910/asav/quick-start-book/asav-910-qsg/asav_intro.html#id_45634 , also have a look at Table 5
M.
06-20-2023 10:27 AM
Use same interface but add more subinterface' can you do that ?
06-21-2023 12:57 AM
Thanks for the links but still not an answer that I need. but will look at the subinterface option.
06-21-2023 02:59 AM
Could you please share the sanitized configs for review?
06-21-2023 06:25 AM
!
interface GigabitEthernet0/0
nameif inside
security-level 100
ip address *.*.*.* 255.255.248.0 standby *.*.*.*
!
interface GigabitEthernet0/1
nameif outside
security-level 0
ip address *.*.*.* 255.255.255.0 standby *.*.*.*
policy-route route-map Default-Route-Inside
!
interface GigabitEthernet0/2
description LAN/STATE Failover Interface
!
interface Management0/0
no management-only
shutdown
nameif management
security-level 0
ip address *.*.*.* 255.255.255.0 standby *.*.*.*
!
06-21-2023 06:27 AM
interface GigabitEthernet0/0
nameif inside
security-level 100
ip address *.*.*.* 255.255.248.0 standby *.*.*.*
divide this into multi subinterface
06-21-2023 08:03 AM
Could you please share the output of the command "sh int ip br"?
06-22-2023 06:56 AM
ncc-anyconnect# sh int ip br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 *** YES CONFIG up up
GigabitEthernet0/1 **** YES CONFIG up up
GigabitEthernet0/2 192.168.1.1 YES unset up up
Internal-Data0/0 169.254.1.1 YES unset up up
Management0/0 *** YES CONFIG administratively down up
ncc-anyconnect#
06-23-2023 09:11 AM
Do you see anything on the ARP table? also, I assume you assinged the additional interface to the right port group on the ESXi?
06-28-2023 12:08 AM
I didnt check the arp table as I deliberately shutdown the interfaces.
06-28-2023 05:38 AM
If you bring up the interfaces do you see normal ARP entries? how the port group security settings are configured on the ESXi?
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