05-15-2024 12:33 AM
Hello Guys,
Am setting up cisco asa 5555x, needed help with mgmt setup and be able to ssh from a different subnet.
have configured mgmt interface, give security level 100, /24 mgmt subnet. it can pick its default g/w but nothing else outside the g/w.
what would i be missing?
Solved! Go to Solution.
05-15-2024 02:35 AM
the R3 do intervlan for the interwork and I success ping from PC 100.0.0.10 to mgmt 10.0.0.10
just you need route mgmt <PC subnet> <mgmt IP in L3 device that do inter vlan>
MHM
05-15-2024 12:36 AM
Management-access interface OUT
I think this what ypu need to access ASA via SSH from OUT
Also make sure you specify subnet
By
Ssh x.x.x.x x.x.x.x OUT
05-15-2024 12:49 AM
so no acl, no mgmt vrfs?
05-15-2024 01:03 AM
Sorry I dont get your Q' can you more elaborate
MHM
05-15-2024 01:37 AM
above what I mention only what you need
MHM
05-15-2024 01:41 AM
done this, but still no joy. not able to ssh.
05-15-2024 01:43 AM
was concerned since the mgmt subnet is say 192.168.100.0/24 and my laptop is on 10.189.10.100.
connectivity is already there cause i can manage other devices on 192.168.100.0/24 network. this new asa setup is what is abit challenging.
cant seem to see what am missing.
05-15-2024 01:46 AM
if you can ping the ASA interface from the laptop (interface direct connect not mgmt interface) then
ssh 10.189.10.x 255.255.255.0 <interface X>
this interface X use in management-access interface x
05-15-2024 01:58 AM
this is where my problems begin, cause am not able to ping the mgmt interface.
05-15-2024 02:00 AM
you can not ping mgmt interface by device connect to other interface of ASA
that why we need to use management-interface to make interface work as mgmt interface and data interface.
try ping from laptop to interface direct connect not to mgmt interface
MHM
05-15-2024 02:07 AM
this is how topology is.
so do you mean i use a different physical interface, say g0/7 rather than mgmt interface?
05-15-2024 02:35 AM
the R3 do intervlan for the interwork and I success ping from PC 100.0.0.10 to mgmt 10.0.0.10
just you need route mgmt <PC subnet> <mgmt IP in L3 device that do inter vlan>
MHM
05-15-2024 01:16 AM
Do you have a "route management" statement telling the management interface what gateway to use?
Also, you you have an "ssh " statement allowing the remote subnet(s) to access the device?
05-15-2024 01:34 AM
yes i do, a route, with mgmt subnet and its g/w as next hop.
ssh statements are there too.
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