cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
229
Views
0
Helpful
2
Replies

manage0/0 on ASA5512-x not listening on SSH...

abatson
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Pranay Prasoon
Level 3
Level 3

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"

View solution in original post

2 Replies 2

Pranay Prasoon
Level 3
Level 3

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"

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

Review Cisco Networking for a $25 gift card