04-09-2015 01:08 PM - edited 03-11-2019 10:45 PM
I searched for config examples that included Management0/0, but could'nt find any that fit the bill. I've got a new ASA5512-X, and it has 192.168.77.253/24 assigned. My laptop is 192.168.77.77/24 --both laptop and ASA are on a segregated lab switch. Same layer-3 network and same layer-2 network; no routing statements needed. Laptop and ASA can ping one another just fine, but the ASA won't respond on Telnet or SSH. The old "vty 0 4" line interface isn't there like you see on IOS routers.
I'd like to connect my management VLAN to Manage0/0 so we can SSH into the firewall. Interface is auto/auto, and otherwise still has its out-of-the-box config. What am I missing here..? --Alex
Solved! Go to Solution.
04-09-2015 01:45 PM
can you ping management interface?
you also need to allow ssh access
"ssh 0 0 management"
"username x.x.x.x passowrd y.y.y.y. pri 15"
"enable password <pwd>"
"aaa authentication ssh console LOCAL"
04-09-2015 01:45 PM
can you ping management interface?
you also need to allow ssh access
"ssh 0 0 management"
"username x.x.x.x passowrd y.y.y.y. pri 15"
"enable password <pwd>"
"aaa authentication ssh console LOCAL"
04-09-2015 07:58 PM
Hi,
Also , check if you have the crypto key created on the ASA already:-
show crypto key mypubkey rsa
If not , create a new key:-
crypto key generate rsa
Thanks and Regards,
Vibhor Amrodia
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