Forcing certain traffic to route via the management interface
- To view the management route, type the following command:
tmsh list /sys management-route
- To view all existing routes, type the following command:
tmsh show /net route
- To add a static route for traffic to use the management network, use the following command syntax:
tmsh create /sys management-route <name> network \\
<dest_net>/<netmask> gateway <mgt_gw>
For example:
tmsh create /sys management-route dns1 network \ |
- To delete an existing static route for the management network, type the following command:
tmsh delete /sys management-route <name>
- To save any changes made to the static routes for the management network,type the following command:
tmsh save /sys config
No questions yet.