08-16-2021 12:00 PM
Hi,
I set the ASA-5506X to Transparent mode.
It looks like working bcz ping to ASA-5506X OK.
However, I can't log into ASDM-IDM Launcher.
Any help would be appreciated.
08-16-2021 12:31 PM - edited 08-16-2021 12:46 PM
When you change from routed to transparent mode, the initial configuration is wiped. You will need to setup the ASA again, including IP address on a BVI or mgmt interface, default gateway/route, permitted ssh/http (for asdm access) source networks and username/password.
You've not provided enough information for us to help you. Please provide us with your configuration.
08-16-2021 03:03 PM
Thanks Rob,
here is what I did so far,
ciscoasa(config)# interface GigabitEthernet1/6
ciscoasa(config-if)# nameif outside
ciscoasa(config-if)# no shut
ciscoasa(config)# interface GigabitEthernet1/7
ciscoasa(config-if)# nameif inside
ciscoasa(config-if)# no shut
ciscoasa(config-if)# int BVI 6
ciscoasa(config-if)# ip address 192.168.1.2 255.255.255.0
Gateway 192.168.1.1 / 255.255.255.0
ciscoasa(config-if)# show Bridge-Group 6
interfaces:
GigabitEthernet 1/6
GigabitEthernet 1/7
Management System IP Address: 192.168.1.20 255.255.255.0
Username: cisco Password: cisco12345
Could you please give me a tip for permitted ssh/http (for asdm access) source networks?
Thanks again.
08-16-2021 01:30 PM
first thought is that you haven't added commands to allow access to the ASDM.
asdm image <image name>
http server enable
http 0 0 <interface name> ! would be better if you change 0 0 to a more specific IP or subnet.
Other than that we would need more information as well as the full running configuration (remove any public IPs, usernames and passwords).
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