31 lines
966 B
YAML
31 lines
966 B
YAML
# Default credentials applied to every router unless overridden per-entry.
|
|
#
|
|
# NOTE: the export command writes a file to router flash via "/export file=...",
|
|
# which requires the `ftp` policy in addition to `read` + `api`. The default
|
|
# RouterOS `read` group does NOT include `ftp`, so the read-only `grahamro`
|
|
# account in CLAUDE.md will fail with "not enough permissions (9)".
|
|
#
|
|
# Either use an account in a group with policies = read,api,ftp (or full), or
|
|
# extend the existing read group: /user group set read add-policy=ftp
|
|
defaults:
|
|
username: graham
|
|
password: ctg5qyn3uhe*UBP8rmw
|
|
port: 8729 # MikroTik API-SSL
|
|
|
|
routers:
|
|
- name: verona
|
|
host: 10.254.254.101
|
|
- name: climax
|
|
host: 10.254.254.102
|
|
- name: culleoka
|
|
host: 10.254.254.104
|
|
- name: newhope
|
|
host: 10.254.254.108
|
|
- name: lowry
|
|
host: 10.254.254.109
|
|
- name: "982"
|
|
host: 10.254.254.110
|
|
- name: "494"
|
|
host: 10.254.254.111
|
|
- name: core
|
|
host: 10.254.254.253
|