vyos_route_table
Display the IPv4 or IPv6 routing table (RIB) from a VyOS router, with optional protocol filtering (e.g., BGP, OSPF, static).
Instructions
Show the routing table / RIB (show ip route / show ipv6 route).
Raises ValueError (propagated to the caller) if family or protocol is
not one of the documented values.
Args:
family: Address family — "ip" (IPv4, default) or "ipv6".
protocol: Optional source filter — one of bgp, ospf, ospfv3,
static, connected, kernel, rip, isis. Omit for all routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| family | No | ip | |
| protocol | No |