10-30-2020 04:10 PM - edited 11-01-2020 07:21 PM
If Mgmt1/1 interface is on another subnet, how can I put a different gw for that?(or something like a vrf)
or it uses the default gw that I already setup on FX-OS?!lol
but what about 5555x that doesn't have FX-OS?
Thanks,
Solved! Go to Solution.
11-01-2020 10:46 AM
depends on your environment, if you like only management traffic route to send to the management domain, you can also use
route management y.y.y.y z.z.z.z y.y.y.1 ( y - your netwok z - is subnet mask) .1 think your manamgnent gateway.
11-01-2020 02:13 PM
I think in ASA when you put an interface at the beginning of the route command it means this is a separate routing table?
This is not the case in the ASA as the ASA only has a single routing table. The ASA does not support different routing tables as what you would have with VRFs. You could use contexts to achieve something similar though. If you add two default routes on the ASA only one of the default routes would be active.
10-31-2020 02:45 AM
ASA you can have like below :
route management 0.0.0.0 0.0.0.0 x.x.x.x
FXOS
# set out-of-band static ip 192.168.4.1 netmask 255.255.255.0
is this what you looking?
11-01-2020 09:35 AM - edited 11-01-2020 09:42 AM
right!, thanks
I kinda knew that!
I think what I m confused about is the route command on IOS vs ASA have kind of a different meaning
in IOS this means you have two routes(and their according out going interfaces) to choose from when you wanna default something out..
IP route 0.0.0.0 0.0.0.0 twe1/1
IP route 0.0.0.0 0.0.0.0 twe1/2
but in ASA I don't think all the other type of traffics will use management default route to go out, they use outside interface automatically even if we don't have any NAT in place which takes precedence over route decision making!
I think in ASA when you put an interface at the beginning of the route command it means this is a separate routing table?!
routing table 1
route management 0.0.0.0 0.0.0.0 x.x.x.x
routing table 2
route outside 0.0.0.0 0.0.0.0 x.x.x.x
route outside 100.0.0.0 255.0.0.0 x.x.x.x
I am so confused
11-01-2020 02:13 PM
I think in ASA when you put an interface at the beginning of the route command it means this is a separate routing table?
This is not the case in the ASA as the ASA only has a single routing table. The ASA does not support different routing tables as what you would have with VRFs. You could use contexts to achieve something similar though. If you add two default routes on the ASA only one of the default routes would be active.
11-01-2020 06:40 PM - edited 11-01-2020 07:21 PM
sorry I want to ask this to be clarified
so if I have some static routes on my ASA like this
route management 0.0.0.0 0.0.0.0 x.x.x.x
route outside 0.0.0.0 0.0.0.0 x.x.x.x
and say I don't have no NAT-ing in place, is it possible that some traffic coming from the inside interface choose to go out of management interface?
09-19-2024 06:39 AM
This is not the case in the ASA as the ASA only has a single routing table. The ASA does not support different routing tables as what you would have with VRFs.
That is only partly right. There is a separate routing-table for interfaces labelled "management-only". It is a kind of VRF-ultra-light, in that it doesn't understand overlapping IPs and so on. But you can have a different routing table for traffic to and from the control plane via the managament-only interface.
09-19-2024 10:44 AM
ASAs used to have only a single routing table.
The management-only routing table was added in ASA software version 9.5.
11-01-2020 10:46 AM
depends on your environment, if you like only management traffic route to send to the management domain, you can also use
route management y.y.y.y z.z.z.z y.y.y.1 ( y - your netwok z - is subnet mask) .1 think your manamgnent gateway.
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