cisco.dnac.wireless_rf_profile 模块 – 无线射频配置文件资源模块

注意

此模块是 cisco.dnac 集合 (版本 6.25.0) 的一部分。

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

要安装它,请使用:ansible-galaxy collection install cisco.dnac。要使用此模块,您需要其他要求,有关详细信息,请参见 要求

要在 playbook 中使用它,请指定:cisco.dnac.wireless_rf_profile

cisco.dnac 3.1.0 中的新增功能

概要

  • 此模块代表模块 wireless_rf_profile_v1 的别名。

注意

此模块具有相应的 操作插件

要求

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

  • dnacentersdk >= 2.4.9

  • python >= 3.5

参数

参数

注释

channelWidth

字符串

信道宽度。

defaultRfProfile

布尔值

是否为默认射频配置文件。

选项

  • false

  • true

dnac_debug

布尔值

用于 Cisco DNA Center SDK 的标志,用于启用调试。

选项

  • false ← (默认)

  • true

dnac_host

字符串 / 必需

Cisco DNA Center 主机名。

dnac_password

字符串

用于身份验证的 Cisco DNA Center 密码。

dnac_port

整数

Cisco DNA Center 端口。

默认值: 443

dnac_username

别名:user

字符串

用于身份验证的 Cisco DNA Center 用户名。

默认值: "admin"

dnac_verify

布尔值

用于启用或禁用 SSL 证书验证的标志。

选项

  • false

  • true ← (默认)

dnac_version

字符串

告知 SDK 使用哪个版本的 Cisco DNA Center。

默认值: "2.3.7.6"

enableBrownField

布尔值

启用 Brown Field。

选项

  • false

  • true

enableCustom

布尔值

启用自定义。

选项

  • false

  • true

enableRadioTypeA

布尔值

启用无线电类型 A。

选项

  • false

  • true

enableRadioTypeB

布尔值

启用无线电类型 B。

选项

  • false

  • true

enableRadioTypeC

布尔值

启用无线电类型 C (6GHz)。

选项

  • false

  • true

name

字符串

射频配置文件名称。

radioTypeAProperties

字典

无线射频配置文件的 radioTypeAProperties。

dataRates

字符串

数据速率(默认“6,9,12,18,24,36,48,54”)。

mandatoryDataRates

字符串

强制数据速率(默认“6,12,24”)。

maxPowerLevel

浮点数

最大功率等级(默认 30)。

minPowerLevel

浮点数

Rx Sop 阈值(默认 -10)。

parentProfile

字符串

父配置文件(默认 CUSTOM)。

powerThresholdV1

浮点数

功率阈值 V1(默认 -70)。

radioChannels

字符串

无线电信道(默认“36,40,44,48,52,56,60,64,149,153,157,161”)。

rxSopThreshold

字符串

Rx Sop 阈值(默认“AUTO”)。

radioTypeBProperties

字典

无线射频配置文件的 radioTypeBProperties。

dataRates

字符串

数据速率(默认“9,11,12,18,24,36,48,54”)。

mandatoryDataRates

字符串

强制数据速率(默认“12”)。

maxPowerLevel

浮点数

最大功率等级(默认 30)。

minPowerLevel

浮点数

最小功率等级(默认 -10)。

parentProfile

字符串

父配置文件(默认 CUSTOM)。

powerThresholdV1

浮点数

功率阈值 V1(默认 -70)。

radioChannels

字符串

无线电信道(默认“9,11,12,18,24,36,48,54”)。

rxSopThreshold

字符串

Rx Sop 阈值(默认“AUTO”)。

radioTypeCProperties

字典

无线射频配置文件的 radioTypeCProperties。

dataRates

字符串

数据速率(默认“6,9,12,18,24,36,48,54”)。

mandatoryDataRates

字符串

强制数据速率(默认“6,12,24”)。

maxPowerLevel

浮点数

最大功率等级(默认 30)。

minPowerLevel

浮点数

最小功率等级(默认 -10)。

parentProfile

字符串

父配置文件(默认 CUSTOM)。

powerThresholdV1

浮点数

功率阈值 V1(默认 -70)。

radioChannels

字符串

无线电信道(默认“5,21,37,53,69,85,101,117,133,149,165,181,197,213,229”)。

rxSopThreshold

字符串

Rx Sop 阈值(默认“AUTO”)。

rfProfileName

字符串

RfProfileName 路径参数。要删除的射频配置文件名称(必需)*非自定义射频配置文件无法删除。

validate_response_schema

布尔值

用于 Cisco DNA Center SDK 的标志,用于启用针对 JSON 架构的请求正文验证。

选项

  • false

  • true ← (默认)

备注

注意

  • 使用的 SDK 方法为 wireless.Wireless.create_or_update_rf_profile_v1、wireless.Wireless.delete_rf_profiles_v1,

  • 使用的路径为 post /dna/intent/api/v1/wireless/rf-profile、delete /dna/intent/api/v1/wireless/rf-profile/{rfProfileName},

  • 需要注意的是,此模块是 wireless_rf_profile_v1 的别名。

  • 不支持 check_mode

  • 插件在控制节点上运行,不使用任何 Ansible 连接插件,而是使用 Cisco DNAC SDK 中的嵌入式连接管理器。

  • 以 dnac_ 开头的参数由 Cisco DNAC Python SDK 用于建立连接。

另请参见

另请参见

Cisco DNA Center 无线 CreateOrUpdateRFProfileV1 文档

CreateOrUpdateRFProfileV1 API 的完整参考。

Cisco DNA Center 无线 DeleteRFProfilesV1 文档

DeleteRFProfilesV1 API 的完整参考。

示例

- name: Create
  cisco.dnac.wireless_rf_profile:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    state: present
    channelWidth: string
    defaultRfProfile: true
    enableBrownField: true
    enableCustom: true
    enableRadioTypeA: true
    enableRadioTypeB: true
    enableRadioTypeC: true
    name: string
    radioTypeAProperties:
      dataRates: string
      mandatoryDataRates: string
      maxPowerLevel: 0
      minPowerLevel: 0
      parentProfile: string
      powerThresholdV1: 0
      radioChannels: string
      rxSopThreshold: string
    radioTypeBProperties:
      dataRates: string
      mandatoryDataRates: string
      maxPowerLevel: 0
      minPowerLevel: 0
      parentProfile: string
      powerThresholdV1: 0
      radioChannels: string
      rxSopThreshold: string
    radioTypeCProperties:
      dataRates: string
      mandatoryDataRates: string
      maxPowerLevel: 0
      minPowerLevel: 0
      parentProfile: string
      powerThresholdV1: 0
      radioChannels: string
      rxSopThreshold: string

- name: Delete by name
  cisco.dnac.wireless_rf_profile:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    state: absent
    rfProfileName: string

返回值

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

描述

dnac_response

字典

包含 Cisco DNAC Python SDK 返回的响应的字典或列表。

返回:始终

示例: {"executionId": "string", "executionStatusUrl": "string", "message": "string"}

作者

  • Rafael Campos (@racampos)