12-12-2023 02:00 AM
Hello,
For some raisons, we want to add a static route for APIC OOB mgmt. By default, when we type "route -n" command on the apic cli; we find a default route 0.0.0.0/0 GW: y.y.y.254, now we want to add another route like 10.x.x.x/24 GW: y.y.y.253
In the Out-Of-Band EPG, there is an option called "static routes", Is there where we can add the route?
12-12-2023 05:07 AM - edited 12-12-2023 05:08 AM
Hello @conf-t
apic(config)# tenant <your_tenant_name>
apic(config-tenant)# private-networks
apic(config-tn-private-networks)# Out-of-Band
At this point, add static routes:
apic(config-tn-priv-net-oob)# static routes
apic(config-tn-priv-net-oob-static-routes)# route <your_network> <your_gateway>
This should add the static route (CLI) for the specified network in the Out-of-Band EPG.
12-12-2023 01:28 PM
Hi
private-networks command doesn't exist.
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