I am trying to understand how to use the MGMT port correctly on the ASA. I currently have a new 5508 but would like to update all my other firewalls. I have the OUTSIDE address 1.1.1.1 /30 the INSIDE address 172.16.16.5 /24 and MGMT 10.10.30.20/24.
ssh 10.10.30.0 255.255.255.0 MGMT
ssh 10.10.220.0 255.255.255.0 MGMT
route OUTSIDE 0.0.0.0 0.0.0.0 1.1.1.2
route INSIDE10.10.0.0 255.255.0.0 172.16.16.1
route INSIDE 10.20.0.0 255.255.0.0 172.16.16.1
route MGMT 10.10.30.0 255.255.255.0 10.10.30.1
When I remote in from any other network besides the 10.10.30.0/24 network I can not access the MGMT console from SSH. I am assuming that the route wants to send to the INSIDE interface and that is the reason for the non access.
Is there a way around this or can I not configure it this way and it has to be an OUT OF BAND network only interface?
I can configure the INSIDE interface for SSH, I wanted to try to use the MGMT interface for access and system needs.