get_routing_table
Fetch the live Layer-3 routing table for a site's gateway, listing each route's destination, next-hop, interface, and source/metric to verify static and learned routes.
Instructions
Return the live Layer-3 routing table for a site's gateway.
Read-only operation: it lists each route with destination, next-hop, interface, and source/metric so you can verify static and learned routes. Use get_networks to inspect configured VLAN/subnet definitions rather than active forwarding paths.
Args: site: Site to query. Defaults to "default". device: Optional console/device name to target a specific UniFi console; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to query. Defaults to "default". | default |
| device | No | Optional console/device name to target a specific UniFi console; omit to use the default. |