fortinet.fortios.fortios_router_rip 模块 – 在 Fortinet 的 FortiOS 和 FortiGate 中配置 RIP。

注意

此模块是 fortinet.fortios 集合 (版本 2.3.8) 的一部分。

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

要安装它,请使用: ansible-galaxy collection install fortinet.fortios。您需要其他要求才能使用此模块,有关详细信息,请参阅 要求

要在 playbook 中使用它,请指定: fortinet.fortios.fortios_router_rip

fortinet.fortios 2.0.0 中的新增功能

概要

  • 此模块能够通过允许用户设置和修改路由器功能和 RIP 类别来配置 FortiGate 或 FortiOS (FOS) 设备。示例包括所有参数,在使用前需要将值调整为数据源。已在 FOS v6.0.0 上测试。

要求

执行此模块的主机需要以下要求。

  • ansible>=2.15

参数

参数

注释

access_token

字符串

基于令牌的身份验证。从 FortiGate 的 GUI 生成。

enable_log

布尔值

启用/禁用任务的日志记录。

选项

  • false ← (默认)

  • true

member_path

字符串

要操作的成员属性路径。

如果有多个属性,则用斜杠字符分隔。

标有 member_path 的参数对于执行成员操作是合法的。

member_state

字符串

在指定的属性路径下添加或删除成员。

指定 member_state 时,将忽略 state 选项。

选项

  • "present"

  • "absent"

router_rip

字典

配置 RIP。

default_information_originate

字符串

启用/禁用默认路由的生成。

选项

  • "enable"

  • "disable"

default_metric

整数

默认度量。

distance

列表 / 元素=字典

距离。

access_list

字符串

路由目的地的访问列表。源 router.access-list.name。

distance

整数

距离 (1 - 255)。

id

整数 / 必需

距离 ID。请参阅 备注

prefix

字符串

距离前缀。

distribute_list

列表 / 元素=字典

分发列表。

direction

字符串

分发列表方向。

选项

  • "in"

  • "out"

id

整数 / 必需

分发列表 ID。请参阅 备注

interface

字符串

分发列表接口名称。源 system.interface.name。

listname

字符串

分发访问/前缀列表名称。源 router.access-list.name router.prefix-list.name。

status

字符串

状态。

选项

  • "enable"

  • "disable"

garbage_timer

整数

垃圾计时器(以秒为单位)。

interface

列表 / 元素=字典

RIP 接口配置。

auth_keychain

字符串

身份验证密钥链名称。源 router.key-chain.name。

auth_mode

字符串

身份验证模式。

选项

  • "none"

  • "text"

  • "md5"

auth_string

字符串

身份验证字符串/密码。

flags

整数

标志。

name

字符串 / 必需

接口名称。源 system.interface.name。

receive_version

列表 / 元素=字符串

接收版本。

选项

  • "1"

  • "2"

send_version

列表 / 元素=字符串

发送版本。

选项

  • "1"

  • "2"

send_version2_broadcast

字符串

启用/禁用广播版本 1 兼容数据包。

选项

  • "disable"

  • "enable"

split_horizon

字符串

启用/禁用分隔视野。

选项

  • "poisoned"

  • "regular"

split_horizon_status

字符串

启用/禁用分隔视野。

选项

  • "enable"

  • "disable"

允许输出的最大度量值(0 表示“未设置”)。

整数

max_out_metric

neighbor

列表 / 元素=字典

邻居。

id

整数 / 必需

邻居条目 ID。请参阅 备注

ip

字符串

IP 地址。

network

列表 / 元素=字典

网络。

id

整数 / 必需

网络条目 ID。请参阅 备注

prefix

字符串

网络前缀。

offset_list

列表 / 元素=字典

偏移列表。

access_list

字符串

访问列表名称。源 router.access-list.name。

direction

字符串

偏移列表方向。

选项

  • "in"

  • "out"

id

整数 / 必需

偏移列表 ID。请参阅 备注

interface

字符串

接口名称。源 system.interface.name。

offset

整数

偏移量。

status

字符串

状态。

选项

  • "enable"

  • "disable"

passive_interface

列表 / 元素=字典

被动接口配置。

name

字符串 / 必需

被动接口名称。源 system.interface.name。

recv_buffer_size

整数

接收缓冲区大小。

redistribute

列表 / 元素=字典

重新分发配置。

metric

整数

重新分发度量设置。

name

字符串 / 必需

重新分发名称。

routemap

字符串

路由映射名称。源 router.route-map.name。

status

字符串

状态。

选项

  • "enable"

  • "disable"

timeout_timer

整数

超时计时器(以秒为单位)。

update_timer

整数

更新计时器(以秒为单位)。

version

字符串

RIP 版本。

选项

  • "1"

  • "2"

vdom

字符串

虚拟域,在之前定义的虚拟域中。vdom 是 FortiGate 的虚拟实例,可以将其配置并用作不同的单元。

默认值: "root"

备注

注意

  • 旧版 fortiosapi 已弃用,httpapi 是运行 playbook 的首选方法。

示例

- name: Configure RIP.
  fortinet.fortios.fortios_router_rip:
      vdom: "{{ vdom }}"
      router_rip:
          default_information_originate: "enable"
          default_metric: "1"
          distance:
              -
                  access_list: "<your_own_value> (source router.access-list.name)"
                  distance: "0"
                  id: "8"
                  prefix: "<your_own_value>"
          distribute_list:
              -
                  direction: "in"
                  id: "12"
                  interface: "<your_own_value> (source system.interface.name)"
                  listname: "<your_own_value> (source router.access-list.name router.prefix-list.name)"
                  status: "enable"
          garbage_timer: "120"
          interface:
              -
                  auth_keychain: "<your_own_value> (source router.key-chain.name)"
                  auth_mode: "none"
                  auth_string: "<your_own_value>"
                  flags: "8"
                  name: "default_name_22 (source system.interface.name)"
                  receive_version: "1"
                  send_version: "1"
                  send_version2_broadcast: "disable"
                  split_horizon: "poisoned"
                  split_horizon_status: "enable"
          max_out_metric: "0"
          neighbor:
              -
                  id: "30"
                  ip: "<your_own_value>"
          network:
              -
                  id: "33"
                  prefix: "<your_own_value>"
          offset_list:
              -
                  access_list: "<your_own_value> (source router.access-list.name)"
                  direction: "in"
                  id: "38"
                  interface: "<your_own_value> (source system.interface.name)"
                  offset: "0"
                  status: "enable"
          passive_interface:
              -
                  name: "default_name_43 (source system.interface.name)"
          recv_buffer_size: "655360"
          redistribute:
              -
                  metric: "0"
                  name: "default_name_47"
                  routemap: "<your_own_value> (source router.route-map.name)"
                  status: "enable"
          timeout_timer: "180"
          update_timer: "30"
          version: "1"

返回值

常见的返回值在此处记录 此处,以下是此模块独有的字段。

描述

build

字符串

FortiGate 镜像的内部版本号。

返回: 始终

示例: "1547"

http_method

字符串

最后用于将内容配置到 FortiGate 的方法

返回: 始终

示例: "PUT"

http_status

字符串

FortiGate 在最后一次操作中给出的结果

返回: 始终

示例: "200"

mkey

字符串

最后一次调用 FortiGate 时使用的主密钥 (ID)

返回: 成功

示例: "id"

name

字符串

用于完成请求的表名称

返回: 始终

示例: "urlfilter"

path

字符串

用于完成请求的表路径

返回: 始终

示例: "webfilter"

revision

字符串

内部修订号

返回: 始终

示例: "17.0.2.10658"

serial

字符串

设备序列号

返回: 始终

示例: "FGVMEVYYQT3AB5352"

status

字符串

操作结果指示

返回: 始终

示例: "success"

vdom

字符串

使用的虚拟域

返回: 始终

示例: "root"

version

字符串

FortiGate 版本

返回: 始终

示例: "v5.6.3"

作者

  • 郑凌 (@chillancezen)

  • 薛杰 (@JieX19)

  • 陆宏斌 (@fgtdev-hblu)

  • 沈方 (@frankshen01)

  • Miguel Angel Munoz (@mamunozgonzalez)

  • Nicolas Thomas (@thomnico)