radius
List configured authentication, authorization, and accounting server entries on a MikroTik RouterOS device, including service, address, ports, and timeout, while stripping shared secrets.
Instructions
List RADIUS server configuration (/radius): service,
address, timeout, accounting-port, authentication-port, and
whatever other fields RouterOS returns for a given entry.
SECURITY: RouterOS's own /radius reply carries the plaintext
shared secret - this is ALWAYS stripped before returning
(formatting.strip_sensitive_fields), the same mechanism
ppp_secrets uses for /ppp/secret's password and
wireguard_interfaces uses for a tunnel interface's private-key.
A RADIUS shared secret never leaves this process via this tool. See
test_radius_never_exposes_secret.
Returns an empty list (never an error) for a device with no RADIUS servers configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |