junipernetworks.junos.junos netconf – 使用 junos netconf 插件在 Juniper JUNOS 平台上运行 netconf 命令

注意

此 netconf 插件是 junipernetworks.junos 集合(版本 9.1.0)的一部分。

如果您正在使用 ansible 包,您可能已经安装了这个集合。它不包含在 ansible-core 中。要检查是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用:ansible-galaxy collection install junipernetworks.junos

要在 playbook 中使用它,请指定:junipernetworks.junos.junos

junipernetworks.junos 1.0.0 中的新功能

概要

  • 此 junos 插件为从 Juniper JUNOS 网络设备发送和接收 netconf 命令提供底层抽象 API。

参数

参数

注释

ncclient_device_handler

字符串

指定 Juniper junos 网络操作系统的 ncclient 设备处理程序名称。要确定 ncclient 设备处理程序名称,请参阅 ncclient 库文档。

默认值: "junos"

作者

  • Ansible 网络团队 (@ansible-network)

提示

每个条目类型的配置条目都有从低到高的优先级顺序。例如,列表中较低的变量将覆盖较高的变量。