List Connections
list_connectionsRetrieve active connection tracking entries from the router firewall table with filters. Diagnose NAT and firewall behavior by analyzing source/destination addresses and protocols.
Instructions
List active connection tracking entries from the router firewall table. Filters are applied client-side. Useful for diagnosing NAT and firewall behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| srcAddress | No | Filter by source address (substring match) | |
| dstAddress | No | Filter by destination address (substring match) | |
| protocol | No | Filter by protocol (exact match, e.g. tcp, udp, icmp) | |
| limit | No | Max results to return. |