.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. role:: ansible-attribute-support-label .. role:: ansible-attribute-support-property .. role:: ansible-attribute-support-full .. role:: ansible-attribute-support-partial .. role:: ansible-attribute-support-none .. role:: ansible-attribute-support-na .. role:: ansible-option-type .. role:: ansible-option-elements .. role:: ansible-option-required .. role:: ansible-option-versionadded .. role:: ansible-option-aliases .. role:: ansible-option-choices .. role:: ansible-option-choices-default-mark .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.catalystcenter.switches_configs_intended_port_create module -- Resource module for Switches Configs Intended Port Create ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.catalystcenter collection `_ (version 2.11.0). To install it, use: :code:`ansible-galaxy collection install cisco.catalystcenter`. You need further requirements to be able to use this module, see :ref:`Requirements ` for details. To use it in a playbook, specify: :code:`cisco.catalystcenter.switches_configs_intended_port_create`. .. version_added .. rst-class:: ansible-version-added New in cisco.catalystcenter 2.11.0 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operation create of the resource Switches Configs Intended Port Create. - \> This API creates configurations for an intended feature on a switch. Once all the updates to intended features are complete, they can be deployed to a device using the API /api/v1/switches/{id}/configs/intended/deploy. When the intended features are deployed, they are applied on top of the existing configurations on the device. Any existing configurations on the device which are not included in the intended features, are retained on the device. The device config learning must have enabled for the switch using the API /dna/campus/api/v1/switches/configs/deployed/enable and Error code NCCO15475 can be observed if not enabled. .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - catalystcentersdk \>= 3.2.3.0.0 - python \>= 3.12 .. Options Parameters ---------- .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Parameter - Comments * - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_debug: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_debug: .. rst-class:: ansible-option-title **catalystcenter_debug** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_debug` .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Cisco Catalyst Center SDK to enable debugging. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry-default:`false` :ansible-option-choices-default-mark:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_host: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_host: .. rst-class:: ansible-option-title **catalystcenter_host** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_host` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The Cisco Catalyst Center hostname. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_password: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_password: .. rst-class:: ansible-option-title **catalystcenter_password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_password` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The Cisco Catalyst Center password to authenticate. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_api_port: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_port: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_port: .. rst-class:: ansible-option-title **catalystcenter_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_port, catalystcenter_api_port` .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The Cisco Catalyst Center port. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`443` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_username: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_username: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-user: .. rst-class:: ansible-option-title **catalystcenter_username** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_username, user` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The Cisco Catalyst Center username to authenticate. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"admin"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_verify: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_verify: .. rst-class:: ansible-option-title **catalystcenter_verify** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_verify` .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag to enable or disable SSL certificate verification. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-catalystcenter_version: .. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-dnac_version: .. rst-class:: ansible-option-title **catalystcenter_version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: dnac_version` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Informs the SDK which version of Cisco Catalyst Center to use. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"3.1.6.0"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig: .. rst-class:: ansible-option-title **ethernetInterfaceConfig** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
This feature is for configuring ethernet interface config on device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accesslist: .. rst-class:: ansible-option-title **accessList** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the IPv6 access list for traffic filtering, used to control IPv6 packet flow. Derived From - The available IPv6 access list names include IPv6 Named ACL configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accesssessioncontroldirection: .. rst-class:: ansible-option-title **accessSessionControlDirection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the direction (in, out, both) for applying access session controls on the interface. This determines which traffic flows are subject to session policies. Unconfigure Value - use BOTH (default value) to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accesssessionhostmodecfg: .. rst-class:: ansible-option-title **accessSessionHostModeCfg** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Defines the host mode for access sessions, such as single-host, multi-host, multi-auth, or multi-domain. This controls how many endpoints can authenticate on the interface. Unconfigure Value - use MULTI\_AUTH (default value) to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accesssessionhostmodeenum: .. rst-class:: ansible-option-title **accessSessionHostModeEnum** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Access-session host-mode values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accesssessionportcontrol: .. rst-class:: ansible-option-title **accessSessionPortControl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the port control mode for access sessions (auto, force-authorized, force-unauthorized). Determines how the port responds to authentication status. Unconfigure Value - use FORCE\_AUTHORIZED (default value) to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/accessvlanid: .. rst-class:: ansible-option-title **accessVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for switchport access mode. Assigns the interface to a specific VLAN for untagged traffic. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 1 to revert to default settings. Restrictions – Access VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/authcontroldirection: .. rst-class:: ansible-option-title **authControlDirection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the direction (in, out) for 802.1X authentication control. This determines which traffic direction is subject to authentication policies. Unconfigure Value - use BOTH to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/authhostmode: .. rst-class:: ansible-option-title **authHostMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Defines the host mode for 802.1X authentication, such as single-host, multi-host, multi-auth, or multi-domain. Controls how many devices can authenticate on the port. Unconfigure Value - use SINGLE\_HOST to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/authinactivitytimer: .. rst-class:: ansible-option-title **authInactivityTimer** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the inactivity timeout value in seconds for 802.1X authentication. Devices inactive for this period will be deauthenticated. Unconfigure Value - use 0 to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/authportcontrol: .. rst-class:: ansible-option-title **authPortControl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the port control mode for 802.1X authentication (auto, force-authorized, force-unauthorized). Determines port behavior based on authentication status. Unconfigure Value - use FORCE\_AUTHORIZED to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/bfdintervalmultiplier: .. rst-class:: ansible-option-title **bfdIntervalMultiplier** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Number of missed BFD packets before declaring a failure. Higher values increase tolerance to missed packets. Unconfigure Value - use 3 to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/bfdminrxinterval: .. rst-class:: ansible-option-title **bfdMinRxInterval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Minimum interval in milliseconds between received BFD packets. Controls how quickly the interface detects failures. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/bfdmintxinterval: .. rst-class:: ansible-option-title **bfdMinTxInterval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Interval in milliseconds for sending BFD packets. Adjusts the frequency of BFD monitoring on the interface. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/bfdtemplate: .. rst-class:: ansible-option-title **bfdTemplate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the BFD template applied to the interface, allowing standardized BFD configuration across multiple interfaces. Derived From - The available BFD template names include BFD Template Single Hop configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/channelgroupmode: .. rst-class:: ansible-option-title **channelGroupMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the mode for channel group configuration (active, passive, on). Determines how the interface participates in EtherChannel formation. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/channelgroupnumber: .. rst-class:: ansible-option-title **channelGroupNumber** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the channel group number for EtherChannel configuration, grouping multiple interfaces for increased bandwidth and redundancy. Unconfigure Value - use 0 to unconfigure. Derived From - The available port channel numbers include PortChannel configurations from the current profile and the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/channelprotocol: .. rst-class:: ansible-option-title **channelProtocol** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Defines the protocol used for channel group formation (lacp, pagp, none). Controls how interfaces negotiate EtherChannel membership. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/clientpdprename: .. rst-class:: ansible-option-title **clientPdPreName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Prefix name, truncated to 200 characters. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_CONFIG is for configuring high-speed data transmission over Ethernet using full duplex and extensive flow control capabilities. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Text description for the interface, used for documentation and identification in network management. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/devicetrackingpolicy: .. rst-class:: ansible-option-title **deviceTrackingPolicy** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Device tracking policy configuration for the interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/devicetrackingpolicy/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/devicetrackingpolicy/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/devicetrackingpolicy/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_DEVICE\_TRACKING\_POLICY\_CONFIG is for configuring policies and parameters that manage and ensure the tracking and monitoring of devices connected through Gigabit Ethernet to enhance network security and efficiency. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/devicetrackingpolicy/items/devicetrackingpolicy: .. rst-class:: ansible-option-title **deviceTrackingPolicy** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the name of the device tracking policy attached to the interface, controlling how device tracking is enforced. Restrictions – Create policy first, then attach policy to the port. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/dhcpsnoopinglimitrate: .. rst-class:: ansible-option-title **dhcpSnoopingLimitRate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the maximum number of DHCP packets per second allowed on the interface, protecting against DHCP floods. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/direction: .. rst-class:: ansible-option-title **direction** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Direction for access list application. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/helperaddresses: .. rst-class:: ansible-option-title **helperAddresses** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Helper Address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/helperaddresses/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/helperaddresses/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/helperaddresses/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_HELPER\_ADDRESS is for configuring the IP addresses that the device uses as the next hop to forward DHCP requests to a designated DHCP server. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/helperaddresses/items/ipaddress: .. rst-class:: ansible-option-title **ipAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv4 address of the DHCP relay (helper) server, used to forward DHCP requests to remote servers. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/interfacename: .. rst-class:: ansible-option-title **interfaceName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the name or identifier for the interface, used for configuration and management. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipdhcphostname: .. rst-class:: ansible-option-title **ipDhcpHostname** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specify value for hostname option. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv4inboundaclname: .. rst-class:: ansible-option-title **ipV4InboundAclName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the ACL applied inbound on the interface, used to filter incoming traffic based on access control rules. Derived From - The available ACL names include standard and extended access list configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv4outboundaclname: .. rst-class:: ansible-option-title **ipV4OutboundAclName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the ACL applied outbound on the interface, used to filter outgoing traffic based on access control rules. Derived From - The available ACL names include standard and extended access list configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv4vrfname: .. rst-class:: ansible-option-title **ipV4VrfName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the VRF name for interface IP forwarding, enabling logical network segmentation. Derived From - The available VRF names include IPv4 VRF configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestination: .. rst-class:: ansible-option-title **ipV6DhcpRelayDestination** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
DHCP Relay Destination Address. Restrictions – IPv6 must be enabled within IPv4/IPv6 vrfs to configure IPv6 DHCP Relay Destination Addresses. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestination/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestination/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestination/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_IPV6\_DHCP\_RELAY\_DEST\_ADDRESS is for configuring the destination IPv6 address to which DHCP relay messages are forwarded in a Gigabit Ethernet network. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestination/items/ipv6address: .. rst-class:: ansible-option-title **ipV6Address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 address of the DHCP relay destination, used to forward DHCPv6 requests. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestinationglobal: .. rst-class:: ansible-option-title **ipV6DhcpRelayDestinationGlobal** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 DHCP relay global destination address configuration for the interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestinationglobal/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_IPV6\_DHCP\_RELAY\_DEST\_GLOBAL is for configuring the destination IPv6 address to which DHCP relay messages are forwarded in a Gigabit Ethernet network. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items/ipv6address: .. rst-class:: ansible-option-title **ipV6Address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Global IPv6 address for DHCP relay destination, used for forwarding DHCPv6 messages. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6linklocaladdress: .. rst-class:: ansible-option-title **ipV6LinkLocalAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 link-local address assigned to the interface, used for local network communication. Supported IOS-XE versions - This property is viewable only (read-only) on Cisco switches running IOS version earlier than 17.18.1. Since IOS version 17.18.1 or later, configuration for this property is supported. Unconfigure Value - use "" to unconfigure. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRFs to configure IPv6 Link Local Addresses or IPv6 Link Local Addresses should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6prefixlist: .. rst-class:: ansible-option-title **ipV6PrefixList** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 Prefix Addresses. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRFs to configure IPv6 Prefix Addresses or IPv6 Prefix Addresses should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6prefixlist/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6prefixlist/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6prefixlist/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_IPV6\_PREFIX\_LIST is for configuring IPv6 prefix lists on Ethernet interfaces. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6prefixlist/items/ipv6address: .. rst-class:: ansible-option-title **ipV6Address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 Prefix. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter: .. rst-class:: ansible-option-title **ipV6TrafficFilter** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 traffic filter configuration for the interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter/items/accesslist: .. rst-class:: ansible-option-title **accessList** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the IPv6 access list for traffic filtering, used to control IPv6 packet flow. Derived From - The available IPv6 access list names include IPv6 Named ACL configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_IPV6\_TRAFFIC\_FILTER is for configuring IPv6 traffic filtering on Ethernet interfaces. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ipv6trafficfilter/items/direction: .. rst-class:: ansible-option-title **direction** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the direction (in, out) for IPv6 traffic filtering on the interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isaccesssessionclosed: .. rst-class:: ansible-option-title **isAccessSessionClosed** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables closed mode for access sessions on the interface. In closed mode, the interface restricts access until authentication is successful. Access). .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isarpinspectiontrustenabled: .. rst-class:: ansible-option-title **isArpInspectionTrustEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Marks the interface as trusted for ARP inspection, exempting it from ARP security checks. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isauthinactivitytimerfromserverenabled: .. rst-class:: ansible-option-title **isAuthInactivityTimerFromServerEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables dynamic inactivity timer for 802.1X authentication, allowing the server to adjust inactivity timeouts based on network conditions. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isauthopenenabled: .. rst-class:: ansible-option-title **isAuthOpenEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables open mode for 802.1X authentication, allowing unauthenticated access to the network while still monitoring authentication attempts. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isbfdenabled: .. rst-class:: ansible-option-title **isBfdEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables Bidirectional Forwarding Detection (BFD) on the interface for rapid detection of link failures and improved network resiliency. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isbfdintervalenabled: .. rst-class:: ansible-option-title **isBfdIntervalEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Enable or disable BFD interval configuration. Unconfigure Value - use false to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/iscdpenabled: .. rst-class:: ansible-option-title **isCdpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables Cisco Discovery Protocol (CDP) on the interface, allowing the device to advertise and discover neighboring Cisco devices. Unconfigure Value - use true to revert to default settings. Restrictions – CDP can be enabled at port level only when global CDP is enabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/iscdptlvappenabled: .. rst-class:: ansible-option-title **isCdpTlvAppEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Specifies the application name for the default WRP TLV in CDP advertisements, used for device identification and management. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isdevicetrackingenabled: .. rst-class:: ansible-option-title **isDeviceTrackingEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables or disables device tracking on the interface, allowing the system to monitor and manage connected devices. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isdhcpenabled: .. rst-class:: ansible-option-title **isDhcpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables DHCP for automatic IP address assignment on the interface, allowing dynamic address configuration. Unconfigure Value - use false to revert to default settings. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRFs to configure IPv4 Address via DHCP or IPv4 Address via DHCP must be disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isdhcpsnoopingtrustenabled: .. rst-class:: ansible-option-title **isDhcpSnoopingTrustEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Marks the interface as trusted for DHCP snooping, allowing DHCP messages to pass without restriction. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isdot1xmaborderenabled: .. rst-class:: ansible-option-title **isDot1xMabOrderEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables MAC Authentication Bypass (MAB) in the authentication order, allowing devices without 802.1X support to authenticate using their MAC address. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isdot1xmabpriorityenabled: .. rst-class:: ansible-option-title **isDot1xMabPriorityEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Sets the priority for MAC Authentication Bypass (MAB) in the authentication process, determining if MAB is preferred over other methods. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isipv6autoconfigenabled: .. rst-class:: ansible-option-title **isIpV6AutoconfigEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IPv6 address autoconfiguration on the interface, allowing automatic assignment of IPv6 addresses. Unconfigure Value - use false to unconfigure. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRF Name to configure IPv6 Address Autoconfig or IPv6 Address Autoconfig must be disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isipv6dhcpenabled: .. rst-class:: ansible-option-title **isIpV6DhcpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables DHCPv6 for automatic IPv6 address assignment on the interface. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isipv6enabled: .. rst-class:: ansible-option-title **isIpV6Enabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IPv6 processing on the interface, allowing IPv6 traffic and configuration. Unconfigure Value - use false (default value) to revert to default settings. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRF Name to configure Port IPv6 or Port IPv6 must be disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ismabeapenabled: .. rst-class:: ansible-option-title **isMabEapEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables EAP authentication for MAB, providing additional authentication options for MAC-based access. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ismabenabled: .. rst-class:: ansible-option-title **isMabEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables MAC Authentication Bypass (MAB) on the interface, allowing devices to authenticate using their MAC address. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/ismabwebauthpriority: .. rst-class:: ansible-option-title **isMabWebauthPriority** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Authentication method webauth allowed. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isperiodicauthenabled: .. rst-class:: ansible-option-title **isPeriodicAuthEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables periodic reauthentication for 802.1X, requiring devices to re-authenticate at regular intervals to maintain network access. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isportsecurityenabled: .. rst-class:: ansible-option-title **isPortSecurityEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables port security on the interface. Port security restricts access based on MAC addresses to enhance network security. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isreauthtimerfromserverenabled: .. rst-class:: ansible-option-title **isReauthTimerFromServerEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables server-based reauthentication timer for 802.1X, allowing the authentication server to control reauthentication intervals. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isshutdown: .. rst-class:: ansible-option-title **isShutdown** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Disables the interface (administratively down), preventing traffic flow. Unconfigure Value - use false (default value) to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isstatictrustedenabled: .. rst-class:: ansible-option-title **isStaticTrustedEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Marks the interface as trusted for manual CTS static policy, exempting it from certain security checks. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isstormcontrolshutdownenabled: .. rst-class:: ansible-option-title **isStormControlShutdownEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables shutdown action for storm control violations. If a traffic storm is detected, the interface will be shut down to protect the network. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isstormcontroltrapenabled: .. rst-class:: ansible-option-title **isStormControlTrapEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables SNMP trap notification for storm control violations. This allows network monitoring systems to be alerted when a storm control event occurs. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isswitchportenabled: .. rst-class:: ansible-option-title **isSwitchportEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables switchport mode on the interface. This configures the interface to operate as a Layer 2 port, participating in VLAN switching. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/isswitchportnonegotiate: .. rst-class:: ansible-option-title **isSwitchportNonegotiate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Disables DTP negotiation on the interface. Prevents the port from automatically negotiating trunking with other devices. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/lacpportpriority: .. rst-class:: ansible-option-title **lacpPortPriority** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets the port priority value for LACP, influencing which port is selected for aggregation. Unconfigure Value - use -1 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/lacprate: .. rst-class:: ansible-option-title **lacpRate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Specifies the LACP packet transmission rate (fast or normal), controlling how quickly LACP packets are sent. Unconfigure Value - use NORMAL to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/lldpadminstatus: .. rst-class:: ansible-option-title **lldpAdminStatus** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configure the interface to transmit and receive LLDP packets, or disable LLDP on the interface. Unconfigure Value - use TRANSMIT\_AND\_RECEIVE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/mode: .. rst-class:: ansible-option-title **mode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Set the administrative mode for the interface. Corresponding CLI - switchport mode access | trunk | dynamic auto | dynamic desirable | dot1q-tunnel. Unconfigure Value - use DYNAMIC\_AUTO to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/nativevlanid: .. rst-class:: ansible-option-title **nativeVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for native VLAN on the trunk. The native VLAN is used for untagged traffic on the trunk link. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 1 to revert to default settings. Restrictions – Native VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/portsecurityagingtime: .. rst-class:: ansible-option-title **portSecurityAgingTime** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Time in minutes before a secure MAC address ages out. This controls how long learned MAC addresses remain valid. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/portsecurityagingtype: .. rst-class:: ansible-option-title **portSecurityAgingType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of aging for secure MAC addresses (absolute, inactivity). Absolute ages out after a set time; inactivity ages out after no activity. Unconfigure Value - use ABSOLUTE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/portsecurityviolation: .. rst-class:: ansible-option-title **portSecurityViolation** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Security violation mode. Unconfigure Value - use SHUTDOWN\_VLAN to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/primaryipaddress: .. rst-class:: ansible-option-title **primaryIpAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Primary IPv4 address assigned to the interface, used for network communication. Unconfigure Value - use "" to unconfigure. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRF Name to configure IPv4 Address or IPv4 Address should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/primaryipmask: .. rst-class:: ansible-option-title **primaryIpMask** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Subnet mask for the primary IPv4 address, defining the network portion of the address. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/reauthtimer: .. rst-class:: ansible-option-title **reauthTimer** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets the reauthentication interval in seconds for 802.1X authentication. Devices must re-authenticate after this period. Unconfigure Value - use 3600 to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress: .. rst-class:: ansible-option-title **secondaryAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Secondary Address. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRFs to configure Secondary IPv4 Addresses or Secondary IPv4 Addresses should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type ETHERNET\_INTERFACE\_SECONDARY\_ADDRESS is for configuring secondary IP addresses on a Gigabit Ethernet interface to support multiple IP addresses within the same subnet. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress/items/ipaddress: .. rst-class:: ansible-option-title **ipAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Secondary IPv4 address assigned to the interface, providing additional address for communication. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/secondaryaddress/items/mask: .. rst-class:: ansible-option-title **mask** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Subnet mask for the secondary IPv4 address, defining the network portion of the secondary address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/staticsgt: .. rst-class:: ansible-option-title **staticSgt** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Security Group Tag (SGT) value for manual CTS static policy. Used to assign a fixed security group to the interface for TrustSec enforcement. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpbpdufilterstatus: .. rst-class:: ansible-option-title **stpBpdufilterStatus** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enables BPDU filtering on the interface, blocking spanning tree BPDUs to prevent topology changes. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpbpduguard: .. rst-class:: ansible-option-title **stpBpduGuard** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enable/Disable STP BPDU Guard on interface. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpcost: .. rst-class:: ansible-option-title **stpCost** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the spanning tree path cost for the interface, influencing the selection of the forwarding path. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpguardmode: .. rst-class:: ansible-option-title **stpGuardMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configures the type of spanning tree guard (root, loop, none) to protect against topology changes. Unconfigure Value - use NONE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpportfastmode: .. rst-class:: ansible-option-title **stpPortfastMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configure the portFast mode for an interface. Corresponding CLI - spanning-tree portfast disable | trunk | network | edge | edge trunk. Supported IOS-XE versions - On Cisco switches running IOS versions earlier than 17.15.1, this property is read-only and only the EDGE, TRUNK, DISABLE, ENABLE, NONE modes are supported. Since IOS version 17.15.1 and later, this property is configurable and supports all available modes. Unconfigure Value - use NONE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/stpportpriority: .. rst-class:: ansible-option-title **stpPortPriority** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets the port priority value for spanning tree, affecting which port is selected as the root port. Unconfigure Value - use 128 (default value) to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/trunkallowedvlanids: .. rst-class:: ansible-option-title **trunkAllowedVlanIds** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
List of VLANs allowed on the trunk. Specify which VLANs are permitted to pass through the trunk interface. Unconfigure Value - use "" to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/trunkallowedvlansmode: .. rst-class:: ansible-option-title **trunkAllowedVlansMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Mode for allowed VLANs on trunk. Unconfigure Value - use ALL to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/trunkvlans: .. rst-class:: ansible-option-title **trunkVlans** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configure the VLANs allowed on the trunk. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/txperiod: .. rst-class:: ansible-option-title **txPeriod** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Timeout for supplicant retries. Unconfigure Value - use 30 to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/udldmode: .. rst-class:: ansible-option-title **udldMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enables UDLD at the port level. UDLD (Unidirectional Link Detection) helps detect and disable unidirectional links to prevent network issues. Supported IOS-XE versions - On Cisco switches running IOS versions earlier than 17.15.1, this property is read-only and only the AGGRESSIVE, ALERT, and DISABLE modes are supported. Since IOS version 17.15.1 or later, this property can be configured, and all modes are supported, including AGGRESS\_ALERT, AGGRESSIVE, ALERT, DISABLE, and ENABLE. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/voicevlanid: .. rst-class:: ansible-option-title **voiceVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for voice traffic on the port-channel interface. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 0 to unconfigure. Restrictions – Voice VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-ethernetinterfaceconfig/items/vrfname: .. rst-class:: ansible-option-title **vrfName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
VRF name for interface IP forwarding. This enables logical network segmentation by assigning the interface to a specific VRF. Derived From - The available VRF names include VRF Definition configurations from the current profile and the device, excluding Mgmt-vrf. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-feature: .. rst-class:: ansible-option-title **feature** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Feature path parameter. Name of the feature to configure. The API /api/v1/switches/{id}/configs/su... can be used to get the list of features supported on a device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Id path parameter. Network device id of the switch to configure. The Network device id is identified from the GET network device API /dna/intent/api/v1/network-device response. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig: .. rst-class:: ansible-option-title **portChannelInterfaceConfig** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
This feature is for configuring port-channels on a switch. Portchannel allows grouping of several physical Ethernet interfaces to create one logical Ethernet interface for the purpose of providing fault-tolerance and high-speed links between switches, routers, and servers. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/accessvlanid: .. rst-class:: ansible-option-title **accessVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for switchport access mode on the port-channel interface. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 1 to revert to default settings. Restrictions – Access VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/bfdintervalmultiplier: .. rst-class:: ansible-option-title **bfdIntervalMultiplier** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Number of missed BFD packets before declaring a failure on the port-channel interface. Unconfigure Value - use 3 to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/bfdminrxinterval: .. rst-class:: ansible-option-title **bfdMinRxInterval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Minimum interval in milliseconds between received BFD packets on the port-channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/bfdmintxinterval: .. rst-class:: ansible-option-title **bfdMinTxInterval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Interval in milliseconds for sending BFD packets on the port-channel interface. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/bfdtemplate: .. rst-class:: ansible-option-title **bfdTemplate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the BFD template applied to the port-channel interface, allowing standardized BFD configuration. Derived From - The available BFD template names include BFD Template Single Hop configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type PORT\_CHANNEL\_INTERFACE\_CONFIG is for configuring a logical aggregation of multiple physical Ethernet links to increase bandwidth and provide redundancy through link aggregation protocols. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Text description for the port-channel interface, used for documentation and identification. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/helperaddress: .. rst-class:: ansible-option-title **helperAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv4 Helper Address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/helperaddress/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/helperaddress/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/helperaddress/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configuring IP address settings for network interfaces, enabling communication and routing on Cisco devices. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/helperaddress/items/ipaddress: .. rst-class:: ansible-option-title **ipAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv4 address of the DHCP relay (helper) server for the port-channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv4inboundaclname: .. rst-class:: ansible-option-title **ipV4InboundAclName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the ACL applied inbound on the port-channel interface for traffic filtering. Derived From - The available ACL names include standard and extended access list configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv4mask: .. rst-class:: ansible-option-title **ipV4Mask** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Subnet mask for the primary IPv4 address on the port-channel interface. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv4outboundaclname: .. rst-class:: ansible-option-title **ipV4OutboundAclName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv4 Outbound ACL Name for filtering outgoing traffic on the port channel. Derived From - The available ACL names include standard and extended access list configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv4vrfname: .. rst-class:: ansible-option-title **ipV4VrfName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
VRF name for port-channel interface IP forwarding, enabling logical network segmentation. Derived From - The available VRF names include IPv4 VRF configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. Restrictions – IPv4 VRF Name must refer to an existing VRF. The VRF must exist in the Layer 3 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestination: .. rst-class:: ansible-option-title **ipV6DhcpRelayDestination** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 DHCP Relay Destination Address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestination/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestination/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestination/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type PORT\_CHANNEL\_V6\_DHCP\_RELAY\_DEST\_CONFIG is for configuring IPv6 DHCP relay destinations on a port channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestination/items/ipv6address: .. rst-class:: ansible-option-title **ipV6Address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 address of the DHCP relay destination for the port-channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestinationglobal: .. rst-class:: ansible-option-title **ipV6DhcpRelayDestinationGlobal** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 DHCP Relay Global Destination Address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestinationglobal/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type PORT\_CHANNEL\_IPV6\_DHCP\_RELAY\_DST\_CONFIG is for configuring the destination IP address for relaying DHCPv6 messages within a Port-Channel feature utilizing IPv6. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6dhcprelaydestinationglobal/items/ipv6address: .. rst-class:: ansible-option-title **ipV6Address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Global IPv6 address for DHCP relay destination on the port-channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6linklocaladdress: .. rst-class:: ansible-option-title **ipV6LinkLocalAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 link-local address assigned to the port-channel interface for local network communication. Supported IOS-XE versions - This property is viewable only (read-only) on Cisco switches running IOS version earlier than 17.18.1. Since IOS version 17.18.1 or later, configuration for this property is supported. Unconfigure Value - use "" to unconfigure. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRFs to configure IPv6 Link Local Address or IPv6 Link Local Address should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6prefixlist: .. rst-class:: ansible-option-title **ipV6PrefixList** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Prefix List IPv6 Address. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRFs to configure IPv6 Prefix Addresses or IPv6 Prefix Addresses should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6prefixlist/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6prefixlist/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6prefixlist/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type PORT\_CHANNEL\_V6\_ADDR\_PREFIX\_LIST\_CONFIG is for configuring IPv6 address prefixes for a PortChannel interface, allowing grouped links to be managed under a single network entity in adding address prefix lists. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6prefixlist/items/ipv6prefix: .. rst-class:: ansible-option-title **ipV6Prefix** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
IPv6 prefix for the port-channel interface, used for routing and address assignment. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter: .. rst-class:: ansible-option-title **ipV6TrafficFilter** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv6 Traffic Filter. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter/items/actionlist: .. rst-class:: ansible-option-title **actionList** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the IPv6 access list for traffic filtering on the port-channel interface. Derived From - The available IPv6 access list names include IPv6 Named ACL configurations from the current profile and the device. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type PORT\_CHANNEL\_IPV6\_TRAFFIC\_FILTER\_CONFIG is for configuring IPv6 traffic filters on port channels to manage and control IPv6 data packet flow. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/ipv6trafficfilter/items/direction: .. rst-class:: ansible-option-title **direction** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Direction for IPv6 traffic filtering on the port-channel interface (in, out). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isbfdenabled: .. rst-class:: ansible-option-title **isBfdEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables Bidirectional Forwarding Detection (BFD) on the port-channel interface for rapid detection of link failures. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isbfdintervalenabled: .. rst-class:: ansible-option-title **isBfdIntervalEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enable or disable BFD interval configuration. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv4dhcpenabled: .. rst-class:: ansible-option-title **isIpV4DhcpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables DHCP for automatic IP address assignment on the port-channel interface, allowing dynamic address configuration. Unconfigure Value - use false to unconfigure. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRFs to configure IPv4 Address via DHCP or IPv4 Address via DHCP must be disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv4redirectsenabled: .. rst-class:: ansible-option-title **isIpV4RedirectsEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IP redirects on the port-channel interface, allowing the interface to send ICMP redirect messages. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv4unreachablesenabled: .. rst-class:: ansible-option-title **isIpV4UnreachablesEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enable sending ICMP Unreachable messages. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv6autoconfigenabled: .. rst-class:: ansible-option-title **isIpV6AutoconfigEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IPv6 address autoconfiguration on the port-channel interface, allowing automatic assignment of IPv6 addresses. Unconfigure Value - use false to unconfigure. Restrictions – IPv6 must be enabled within IPv4/IPv6 VRFs to configure IPv6 Address Autoconfig or IPv6 Address Autoconfig must be disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv6dhcpenabled: .. rst-class:: ansible-option-title **isIpV6DhcpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables DHCPv6 for automatic IPv6 address assignment on the port-channel interface. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv6enabled: .. rst-class:: ansible-option-title **isIpV6Enabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IPv6 processing on the port-channel interface, allowing IPv6 traffic and configuration. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isipv6redirectsenabled: .. rst-class:: ansible-option-title **isIpV6RedirectsEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables IPv6 redirects on the port-channel interface, allowing the interface to send ICMPv6 redirect messages. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/islacpfastswitchoverenabled: .. rst-class:: ansible-option-title **isLacpFastSwitchoverEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables fast switchover for LACP on the port-channel interface, improving failover times. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isproxyarpenabled: .. rst-class:: ansible-option-title **isProxyArpEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables proxy ARP on the port-channel interface, allowing the interface to respond to ARP requests on behalf of other devices. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/israpidcommitenabled: .. rst-class:: ansible-option-title **isRapidCommitEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables rapid commit option for DHCPv6 on the port-channel interface, allowing faster address assignment. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isshutdown: .. rst-class:: ansible-option-title **isShutdown** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Disables the port-channel interface (administratively down), preventing traffic flow. Unconfigure Value - use false to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isswitchportenabled: .. rst-class:: ansible-option-title **isSwitchportEnabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Enables switchport mode on the port-channel interface, allowing it to participate in VLAN switching. Unconfigure Value - use true to revert to default settings. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/isswitchportnonegotiate: .. rst-class:: ansible-option-title **isSwitchportNonegotiate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Disables DTP negotiation on the port-channel interface, preventing automatic trunk negotiation. Unconfigure Value - use false to unconfigure. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/lacpmaxbundle: .. rst-class:: ansible-option-title **lacpMaxBundle** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Maximum number of LACP bundled links allowed for the port-channel interface. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/macaddress: .. rst-class:: ansible-option-title **macAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
MAC address assigned to the port-channel interface for identification and communication. Unconfigure Value - use "" to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/minlinks: .. rst-class:: ansible-option-title **minLinks** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Minimum number of links required for the port-channel to be up and operational. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/mode: .. rst-class:: ansible-option-title **mode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Set the administrative mode for the interface. Corresponding CLI - switchport mode access | trunk | dynamic auto | dynamic desirable | dot1q-tunnel. Unconfigure Value - use DYNAMIC\_AUTO to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/nativevlanid: .. rst-class:: ansible-option-title **nativeVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for native VLAN on the trunk for the port-channel interface. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 1 to revert to default settings. Restrictions – Native VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/portchannelnumber: .. rst-class:: ansible-option-title **portchannelNumber** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Portchannel Number or identifier for the port-channel interface, used for configuration and management. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/primaryaddress: .. rst-class:: ansible-option-title **primaryAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Primary IPv4 address assigned to the port-channel interface for network communication. Unconfigure Value - use "" to unconfigure. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRFs to configure IPv4 Address or IPv4 Address should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress: .. rst-class:: ansible-option-title **secondaryAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
IPv4 Secondary Address. Restrictions – IPv4 must be enabled within IPv4/IPv6 VRFs to configure Secondary IPv4 Addresses or Secondary IPv4 Addresses should be removed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's configType. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress/items: .. rst-class:: ansible-option-title **items** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Switches Configs Intended Port Create's items. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress/items/configtype: .. rst-class:: ansible-option-title **configType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of network functionality under a feature. Config type INTERFACE\_PORT\_CHANNEL\_IP\_ADDR\_SEC\_CONFIG is for configuring IP address security settings on a port channel interface to ensure secure network communication. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress/items/ipaddress: .. rst-class:: ansible-option-title **ipAddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Secondary IPv4 address assigned to the port-channel interface, providing additional address for communication. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/secondaryaddress/items/mask: .. rst-class:: ansible-option-title **mask** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Subnet mask for the secondary IPv4 address on the port-channel interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpbpdufilterstatus: .. rst-class:: ansible-option-title **stpBpdufilterStatus** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enables BPDU filtering on the port-channel interface, blocking spanning tree BPDUs to prevent topology changes. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpbpduguard: .. rst-class:: ansible-option-title **stpBpduGuard** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enable/Disable STP BPDU Guard on interface. Unconfigure Value - use NONE to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpcost: .. rst-class:: ansible-option-title **stpCost** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the spanning tree path cost for the port-channel interface, influencing the selection of the forwarding path in the spanning tree topology. Unconfigure Value - use 0 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpguardmode: .. rst-class:: ansible-option-title **stpGuardMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configures the type of spanning tree guard (root, loop, none) to protect against topology changes and maintain network stability. Unconfigure Value - use NONE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpportfastmode: .. rst-class:: ansible-option-title **stpPortfastMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Configure the portFast mode for an interface. Supported IOS-XE versions - On Cisco switches running IOS versions earlier than 17.15.1, this property is read-only and only the EDGE, TRUNK, DISABLE, ENABLE, NONE modes are supported. Since IOS version 17.15.1 and later, this property is configurable and supports all available modes. Unconfigure Value - use NONE to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/stpportpriority: .. rst-class:: ansible-option-title **stpPortPriority** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets the port priority value for spanning tree on the port-channel interface, affecting which port is selected as the root port. Unconfigure Value - use -1 to unconfigure. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/trunkallowedvlanids: .. rst-class:: ansible-option-title **trunkAllowedVlanIds** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
List of VLANs allowed on the trunk for the port-channel interface. Unconfigure Value - use "" to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/trunkallowedvlansmode: .. rst-class:: ansible-option-title **trunkAllowedVlansMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Mode for allowed VLANs on trunk. Unconfigure Value - use ALL to revert to default settings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/voicevlanid: .. rst-class:: ansible-option-title **voiceVlanId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
VLAN ID for voice traffic on the port-channel interface. Derived From - The available VLAN IDs include VLAN configurations from the current profile and the device, always including VLAN 1. Unconfigure Value - use 0 to unconfigure. Restrictions – Voice VLAN must refer to a VLAN. The VLAN must exist in the Layer 2 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-portchannelinterfaceconfig/items/vrfname: .. rst-class:: ansible-option-title **vrfName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
VRF name for port-channel interface IP forwarding, enabling logical network segmentation. Derived From - The available VRF names include VRF Definition configurations from the current profile and the device, excluding Mgmt-vrf. Unconfigure Value - use "" to unconfigure. Restrictions – IPv4/IPv6 VRF Name must refer to an existing VRF. The VRF must exist in the Layer 3 profile or on the device. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__parameter-validate_response_schema: .. rst-class:: ansible-option-title **validate_response_schema** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Cisco Catalyst Center SDK to enable the validation of request bodies against a JSON schema. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
.. Attributes .. Notes Notes ----- .. note:: - SDK Method used are wired.Wired.add\_intended\_port\_configurations, - Paths used are post /dna/campus/api/v1/switches/{id}/configs/intended/port/{feature}, - Does not support \ :literal:`check\_mode`\ - The plugin runs on the control node and does not use any ansible connection plugins, - but instead uses the embedded connection manager from Cisco CATALYST SDK - Requires Python \>= 3.10, matching the controller Python versions supported by the collection's minimum ansible-core version (see the collection README for the current ansible-core / Python compatibility range) .. Seealso See Also -------- .. seealso:: `Cisco Catalyst Center documentation for Wired AddIntendedPortConfigurations `_ Complete reference of the AddIntendedPortConfigurations API. .. Examples Examples -------- .. code-block:: yaml+jinja --- - name: Create cisco.catalystcenter.switches_configs_intended_port_create: catalystcenter_host: "{{catalystcenter_host}}" catalystcenter_username: "{{catalystcenter_username}}" catalystcenter_password: "{{catalystcenter_password}}" catalystcenter_verify: "{{catalystcenter_verify}}" catalystcenter_port: "{{catalystcenter_port}}" catalystcenter_version: "{{catalystcenter_version}}" catalystcenter_debug: "{{catalystcenter_debug}}" ethernetInterfaceConfig: items: - accessList: string accessSessionControlDirection: string accessSessionHostModeCfg: string accessSessionHostModeEnum: string accessSessionPortControl: string accessVlanId: 0 authControlDirection: string authHostMode: string authInactivityTimer: 0 authPortControl: string bfdIntervalMultiplier: 0 bfdMinRxInterval: 0 bfdMinTxInterval: 0 bfdTemplate: string channelGroupMode: string channelGroupNumber: 0 channelProtocol: string clientPdPreName: string configType: string description: string deviceTrackingPolicy: configType: string items: - configType: string deviceTrackingPolicy: string dhcpSnoopingLimitRate: 0 direction: string helperAddresses: configType: string items: - configType: string ipAddress: string interfaceName: string ipDhcpHostname: string ipV4InboundAclName: string ipV4OutboundAclName: string ipV4VrfName: string ipV6DhcpRelayDestination: configType: string items: - configType: string ipV6Address: string ipV6DhcpRelayDestinationGlobal: configType: string items: - configType: string ipV6Address: string ipV6LinkLocalAddress: string ipV6PrefixList: configType: string items: - configType: string ipV6Address: string ipV6TrafficFilter: configType: string items: - accessList: string configType: string direction: string isAccessSessionClosed: true isArpInspectionTrustEnabled: true isAuthInactivityTimerFromServerEnabled: true isAuthOpenEnabled: true isBfdEnabled: true isBfdIntervalEnabled: {} isCdpEnabled: true isCdpTlvAppEnabled: true isDeviceTrackingEnabled: true isDhcpEnabled: true isDhcpSnoopingTrustEnabled: true isDot1xMabOrderEnabled: true isDot1xMabPriorityEnabled: true isIpV6AutoconfigEnabled: true isIpV6DhcpEnabled: true isIpV6Enabled: true isMabEapEnabled: true isMabEnabled: true isMabWebauthPriority: true isPeriodicAuthEnabled: true isPortSecurityEnabled: true isReauthTimerFromServerEnabled: true isShutdown: true isStaticTrustedEnabled: true isStormControlShutdownEnabled: true isStormControlTrapEnabled: true isSwitchportEnabled: true isSwitchportNonegotiate: true lacpPortPriority: 0 lacpRate: string lldpAdminStatus: string mode: string nativeVlanId: 0 portSecurityAgingTime: 0 portSecurityAgingType: string portSecurityViolation: string primaryIpAddress: string primaryIpMask: string reauthTimer: 0 secondaryAddress: configType: string items: - configType: string ipAddress: string mask: string staticSgt: 0 stpBpduGuard: string stpBpdufilterStatus: string stpCost: 0 stpGuardMode: string stpPortPriority: 0 stpPortfastMode: string trunkAllowedVlanIds: string trunkAllowedVlansMode: string trunkVlans: string txPeriod: 0 udldMode: string voiceVlanId: 0 vrfName: string feature: string id: string portChannelInterfaceConfig: items: - accessVlanId: 0 bfdIntervalMultiplier: 0 bfdMinRxInterval: 0 bfdMinTxInterval: 0 bfdTemplate: string configType: string description: string helperAddress: configType: string items: - configType: string ipAddress: string ipV4InboundAclName: string ipV4Mask: string ipV4OutboundAclName: string ipV4VrfName: string ipV6DhcpRelayDestination: configType: string items: - configType: string ipV6Address: string ipV6DhcpRelayDestinationGlobal: configType: string items: - configType: string ipV6Address: string ipV6LinkLocalAddress: string ipV6PrefixList: configType: string items: - configType: string ipV6Prefix: string ipV6TrafficFilter: configType: string items: - actionList: string configType: string direction: string isBfdEnabled: true isBfdIntervalEnabled: true isIpV4DhcpEnabled: true isIpV4RedirectsEnabled: true isIpV4UnreachablesEnabled: true isIpV6AutoconfigEnabled: true isIpV6DhcpEnabled: true isIpV6Enabled: true isIpV6RedirectsEnabled: true isLacpFastSwitchoverEnabled: true isProxyArpEnabled: true isRapidCommitEnabled: true isShutdown: true isSwitchportEnabled: true isSwitchportNonegotiate: true lacpMaxBundle: 0 macAddress: string minLinks: 0 mode: string nativeVlanId: 0 portchannelNumber: 0 primaryAddress: string secondaryAddress: configType: string items: - configType: string ipAddress: string mask: string stpBpduGuard: string stpBpdufilterStatus: string stpCost: 0 stpGuardMode: string stpPortPriority: 0 stpPortfastMode: string trunkAllowedVlanIds: string trunkAllowedVlansMode: string voiceVlanId: 0 vrfName: string .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Key - Description * - .. raw:: html
.. _ansible_collections.cisco.catalystcenter.switches_configs_intended_port_create_module__return-catalystcenter_response: .. rst-class:: ansible-option-title **catalystcenter_response** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
A dictionary or list with the response returned by the Cisco Catalyst Center Python SDK .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` :ansible-rv-sample-value:`{"response": {"taskId": "string", "url": "string"}, "version": "string"}` .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Bryan Vargas (@bvargasre) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors