vyos_interface_stats
Retrieve network interface statistics including RX/TX counters, errors, and link state. Get a summary for all interfaces or detailed counters for a specific interface.
Instructions
Show interface statistics: RX/TX counters, errors, link state.
With no argument, returns the summary table for all interfaces.
Pass an interface spec as path elements (e.g. ["ethernet", "eth0"])
to get detailed byte/packet/error counters for a single interface.
Args:
interface: Optional interface path elements, e.g. ["ethernet", "eth0"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | No |