PyEZ 是否与 EX4300 交换机一起使用?
在 Platform and Release Support 链接下查看https://www.juniper.net/documentation/en_US/junos/topics/concept/rest-api-overview.html,EX系列交换机似乎不支持 REST API。PyEZ 是否使用 REST 与交换机通信?
PyEZ 是否与 EX4300 交换机一起使用?
在 Platform and Release Support 链接下查看https://www.juniper.net/documentation/en_US/junos/topics/concept/rest-api-overview.html,EX系列交换机似乎不支持 REST API。PyEZ 是否使用 REST 与交换机通信?
PyEZ 通过 SSH/Telnet/串行连接与设备建立 netconf 会话。查看以下链接了解更多详情
您可以使用 PyEZ 连接到任何 EX 设备并以 XML/JSON 格式返回输出。
所有具有 Junos 11.4 或更高版本的设备都支持 PyEZ,它必须能够通过 SSH 连接接受 NETCONF。PyEZ 通过ncclient依赖它。
root@r1_re# show system services
netconf {
ssh;
}