我不知道如何同时使用routeros-client创建多个与 microtics 的 api 连接(我有超过 20 个)。是否有可能以某种方式将配置与参数和凭据连接起来?我很乐意接受任何建议和提示
const RouterOSClient = require('routeros-client').RouterOSClient;
const api = new RouterOSClient({
host: '',
user: '',
password: '',
})
我不知道如何同时使用routeros-client创建多个与 microtics 的 api 连接(我有超过 20 个)。是否有可能以某种方式将配置与参数和凭据连接起来?我很乐意接受任何建议和提示
const RouterOSClient = require('routeros-client').RouterOSClient;
const api = new RouterOSClient({
host: '',
user: '',
password: '',
})