parent
28820d3de0
commit
27f540ac5c
16 changed files with 129 additions and 100 deletions
|
@ -22,7 +22,7 @@ notes:
|
||||||
(even if that password was already set identically). This
|
(even if that password was already set identically). This
|
||||||
appears to be an inconsistency wrt. the idempotent nature
|
appears to be an inconsistency wrt. the idempotent nature
|
||||||
of the APIC REST API. The vendor has been informed.
|
of the APIC REST API. The vendor has been informed.
|
||||||
More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
|
- More information in :ref:`the ACI documentation <aci_guide_known_issues>`.
|
||||||
- More information about the internal APIC class B(aaa:User) from
|
- More information about the internal APIC class B(aaa:User) from
|
||||||
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/).
|
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/).
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -33,7 +33,7 @@ options:
|
||||||
aaa_user_type:
|
aaa_user_type:
|
||||||
description:
|
description:
|
||||||
- Whether this is a normal user or an appuser.
|
- Whether this is a normal user or an appuser.
|
||||||
choices: [ user, appuser ]
|
choices: [ appuser, user ]
|
||||||
default: user
|
default: user
|
||||||
certificate:
|
certificate:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -64,10 +64,10 @@ options:
|
||||||
- The APIC defaults to C(garp) when unset during creation.
|
- The APIC defaults to C(garp) when unset during creation.
|
||||||
choices: [ default, garp ]
|
choices: [ default, garp ]
|
||||||
endpoint_retention_action:
|
endpoint_retention_action:
|
||||||
description:
|
description:
|
||||||
- Determines if the Bridge Domain should inherit or resolve the End Point Retention Policy.
|
- Determines if the Bridge Domain should inherit or resolve the End Point Retention Policy.
|
||||||
- The APIC defaults to C(resolve) when unset during creation.
|
- The APIC defaults to C(resolve) when unset during creation.
|
||||||
choices: [ inherit, resolve ]
|
choices: [ inherit, resolve ]
|
||||||
endpoint_retention_policy:
|
endpoint_retention_policy:
|
||||||
description:
|
description:
|
||||||
- The name of the End Point Retention Policy the Bridge Domain should use when
|
- The name of the End Point Retention Policy the Bridge Domain should use when
|
||||||
|
|
|
@ -50,6 +50,7 @@ options:
|
||||||
- This is the number assocated with CIDR notation.
|
- This is the number assocated with CIDR notation.
|
||||||
- For IPv4 addresses, accepted values range between C(0) and C(32).
|
- For IPv4 addresses, accepted values range between C(0) and C(32).
|
||||||
- For IPv6 addresses, accepted Values range between C(0) and C(128).
|
- For IPv6 addresses, accepted Values range between C(0) and C(128).
|
||||||
|
type: int
|
||||||
aliases: [ subnet_mask ]
|
aliases: [ subnet_mask ]
|
||||||
nd_prefix_policy:
|
nd_prefix_policy:
|
||||||
description:
|
description:
|
||||||
|
@ -75,6 +76,7 @@ options:
|
||||||
- The shared option limits communication to hosts in either the same VRF or the shared VRF.
|
- The shared option limits communication to hosts in either the same VRF or the shared VRF.
|
||||||
- The value is a list of options, C(private) and C(public) are mutually exclusive, but both can be used with C(shared).
|
- The value is a list of options, C(private) and C(public) are mutually exclusive, but both can be used with C(shared).
|
||||||
- The APIC defaults to C(private) when unset during creation.
|
- The APIC defaults to C(private) when unset during creation.
|
||||||
|
type: list
|
||||||
choices:
|
choices:
|
||||||
- private
|
- private
|
||||||
- public
|
- public
|
||||||
|
|
|
@ -51,6 +51,7 @@ options:
|
||||||
- Determines how many snapshots can exist for the Export Policy before the APIC starts to rollover.
|
- Determines how many snapshots can exist for the Export Policy before the APIC starts to rollover.
|
||||||
- Accepted values range between C(1) and C(10).
|
- Accepted values range between C(1) and C(10).
|
||||||
- The APIC defaults to C(3) when unset.
|
- The APIC defaults to C(3) when unset.
|
||||||
|
type: int
|
||||||
snapshot:
|
snapshot:
|
||||||
description:
|
description:
|
||||||
- The name of the snapshot to delete.
|
- The name of the snapshot to delete.
|
||||||
|
|
|
@ -53,6 +53,7 @@ options:
|
||||||
range_end:
|
range_end:
|
||||||
description:
|
description:
|
||||||
- The end of encap range.
|
- The end of encap range.
|
||||||
|
type: int
|
||||||
aliases: [ end ]
|
aliases: [ end ]
|
||||||
range_name:
|
range_name:
|
||||||
description:
|
description:
|
||||||
|
@ -61,6 +62,7 @@ options:
|
||||||
range_start:
|
range_start:
|
||||||
description:
|
description:
|
||||||
- The start of the encap range.
|
- The start of the encap range.
|
||||||
|
type: int
|
||||||
aliases: [ start ]
|
aliases: [ start ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -56,6 +56,7 @@ options:
|
||||||
- The VLAN encapsulation for the EPG when binding a VMM Domain with static encap_mode.
|
- The VLAN encapsulation for the EPG when binding a VMM Domain with static encap_mode.
|
||||||
- This acts as the secondary encap when using useg.
|
- This acts as the secondary encap when using useg.
|
||||||
- Accepted values range between C(1) and C(4096).
|
- Accepted values range between C(1) and C(4096).
|
||||||
|
type: int
|
||||||
encap_mode:
|
encap_mode:
|
||||||
description:
|
description:
|
||||||
- The ecapsulataion method to be used.
|
- The ecapsulataion method to be used.
|
||||||
|
@ -74,6 +75,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Determines the primary VLAN ID when using useg.
|
- Determines the primary VLAN ID when using useg.
|
||||||
- Accepted values range between C(1) and C(4096).
|
- Accepted values range between C(1) and C(4096).
|
||||||
|
type: int
|
||||||
resolution_immediacy:
|
resolution_immediacy:
|
||||||
description:
|
description:
|
||||||
- Determines when the policies should be resolved and available.
|
- Determines when the policies should be resolved and available.
|
||||||
|
|
|
@ -27,6 +27,7 @@ options:
|
||||||
pod_id:
|
pod_id:
|
||||||
description:
|
description:
|
||||||
- The pod id of the new Fabric Node Member.
|
- The pod id of the new Fabric Node Member.
|
||||||
|
type: int
|
||||||
serial:
|
serial:
|
||||||
description:
|
description:
|
||||||
- Serial Number for the new Fabric Node Member.
|
- Serial Number for the new Fabric Node Member.
|
||||||
|
@ -34,6 +35,7 @@ options:
|
||||||
node_id:
|
node_id:
|
||||||
description:
|
description:
|
||||||
- Node ID Number for the new Fabric Node Member.
|
- Node ID Number for the new Fabric Node Member.
|
||||||
|
type: int
|
||||||
switch:
|
switch:
|
||||||
description:
|
description:
|
||||||
- Switch Name for the new Fabric Node Member.
|
- Switch Name for the new Fabric Node Member.
|
||||||
|
|
|
@ -26,93 +26,93 @@ author:
|
||||||
- Bruno Calogero (@brunocalogero)
|
- Bruno Calogero (@brunocalogero)
|
||||||
version_added: '2.5'
|
version_added: '2.5'
|
||||||
options:
|
options:
|
||||||
policy_group:
|
policy_group:
|
||||||
description:
|
description:
|
||||||
- Name of the leaf policy group to be added/deleted.
|
- Name of the leaf policy group to be added/deleted.
|
||||||
aliases: [ name, policy_group_name ]
|
aliases: [ name, policy_group_name ]
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- Description for the leaf policy group to be created.
|
- Description for the leaf policy group to be created.
|
||||||
aliases: [ descr ]
|
aliases: [ descr ]
|
||||||
lag_type:
|
lag_type:
|
||||||
description:
|
description:
|
||||||
- Selector for the type of leaf policy group we want to create.
|
- Selector for the type of leaf policy group we want to create.
|
||||||
- C(leaf) for Leaf Access Port Policy Group
|
- C(leaf) for Leaf Access Port Policy Group
|
||||||
- C(link) for Port Channel (PC)
|
- C(link) for Port Channel (PC)
|
||||||
- C(node) for Virtual Port Channel (VPC)
|
- C(node) for Virtual Port Channel (VPC)
|
||||||
aliases: [ lag_type_name ]
|
aliases: [ lag_type_name ]
|
||||||
choices: [ leaf, link, node ]
|
choices: [ leaf, link, node ]
|
||||||
required: yes
|
required: yes
|
||||||
link_level_policy:
|
link_level_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of link_level_policy to be used as part of the leaf policy group to be created.
|
- Choice of link_level_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ link_level_policy_name ]
|
aliases: [ link_level_policy_name ]
|
||||||
cdp_policy:
|
cdp_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of cdp_policy to be used as part of the leaf policy group to be created.
|
- Choice of cdp_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ cdp_policy_name ]
|
aliases: [ cdp_policy_name ]
|
||||||
mcp_policy:
|
mcp_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of mcp_policy to be used as part of the leaf policy group to be created.
|
- Choice of mcp_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ mcp_policy_name ]
|
aliases: [ mcp_policy_name ]
|
||||||
lldp_policy:
|
lldp_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of lldp_policy to be used as part of the leaf policy group to be created.
|
- Choice of lldp_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ lldp_policy_name ]
|
aliases: [ lldp_policy_name ]
|
||||||
stp_interface_policy:
|
stp_interface_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of stp_interface_policy to be used as part of the leaf policy group to be created.
|
- Choice of stp_interface_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ stp_interface_policy_name ]
|
aliases: [ stp_interface_policy_name ]
|
||||||
egress_data_plane_policing_policy:
|
egress_data_plane_policing_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of egress_data_plane_policing_policy to be used as part of the leaf policy group to be created.
|
- Choice of egress_data_plane_policing_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ egress_data_plane_policing_policy_name ]
|
aliases: [ egress_data_plane_policing_policy_name ]
|
||||||
ingress_data_plane_policing_policy:
|
ingress_data_plane_policing_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of ingress_data_plane_policing_policy to be used as part of the leaf policy group to be created.
|
- Choice of ingress_data_plane_policing_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ ingress_data_plane_policing_policy_name ]
|
aliases: [ ingress_data_plane_policing_policy_name ]
|
||||||
priority_flow_control_policy:
|
priority_flow_control_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of priority_flow_control_policy to be used as part of the leaf policy group to be created.
|
- Choice of priority_flow_control_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ priority_flow_control_policy_name ]
|
aliases: [ priority_flow_control_policy_name ]
|
||||||
fibre_channel_interface_policy:
|
fibre_channel_interface_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of fibre_channel_interface_policy to be used as part of the leaf policy group to be created.
|
- Choice of fibre_channel_interface_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ fibre_channel_interface_policy_name ]
|
aliases: [ fibre_channel_interface_policy_name ]
|
||||||
slow_drain_policy:
|
slow_drain_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of slow_drain_policy to be used as part of the leaf policy group to be created.
|
- Choice of slow_drain_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ slow_drain_policy_name ]
|
aliases: [ slow_drain_policy_name ]
|
||||||
port_channel_policy:
|
port_channel_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of port_channel_policy to be used as part of the leaf policy group to be created.
|
- Choice of port_channel_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ port_channel_policy_name ]
|
aliases: [ port_channel_policy_name ]
|
||||||
monitoring_policy:
|
monitoring_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of monitoring_policy to be used as part of the leaf policy group to be created.
|
- Choice of monitoring_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ monitoring_policy_name ]
|
aliases: [ monitoring_policy_name ]
|
||||||
storm_control_interface_policy:
|
storm_control_interface_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of storm_control_interface_policy to be used as part of the leaf policy group to be created.
|
- Choice of storm_control_interface_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ storm_control_interface_policy_name ]
|
aliases: [ storm_control_interface_policy_name ]
|
||||||
l2_interface_policy:
|
l2_interface_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of l2_interface_policy to be used as part of the leaf policy group to be created.
|
- Choice of l2_interface_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ l2_interface_policy_name ]
|
aliases: [ l2_interface_policy_name ]
|
||||||
port_security_policy:
|
port_security_policy:
|
||||||
description:
|
description:
|
||||||
- Choice of port_security_policy to be used as part of the leaf policy group to be created.
|
- Choice of port_security_policy to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ port_security_policy_name ]
|
aliases: [ port_security_policy_name ]
|
||||||
aep:
|
aep:
|
||||||
description:
|
description:
|
||||||
- Choice of attached_entity_profile (AEP) to be used as part of the leaf policy group to be created.
|
- Choice of attached_entity_profile (AEP) to be used as part of the leaf policy group to be created.
|
||||||
aliases: [ aep_name ]
|
aliases: [ aep_name ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Use C(present) or C(absent) for adding or removing.
|
- Use C(present) or C(absent) for adding or removing.
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
extends_documentation_fragment: aci
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -37,11 +37,13 @@ options:
|
||||||
- Maximum links (range 1-16).
|
- Maximum links (range 1-16).
|
||||||
- Accepted values range between 1 and 16.
|
- Accepted values range between 1 and 16.
|
||||||
- The APIC defaults to C(16) when unset during creation.
|
- The APIC defaults to C(16) when unset during creation.
|
||||||
|
type: int
|
||||||
min_links:
|
min_links:
|
||||||
description:
|
description:
|
||||||
- Minimum links (range 1-16).
|
- Minimum links (range 1-16).
|
||||||
- Accepted values range between 1 and 16.
|
- Accepted values range between 1 and 16.
|
||||||
- The APIC defaults to C(1) when unset during creation.
|
- The APIC defaults to C(1) when unset during creation.
|
||||||
|
type: int
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- Port channel interface policy mode.
|
- Port channel interface policy mode.
|
||||||
|
|
|
@ -54,11 +54,13 @@ options:
|
||||||
route_control:
|
route_control:
|
||||||
description:
|
description:
|
||||||
- Route Control enforcement direction. The only allowed values are export or import,export.
|
- Route Control enforcement direction. The only allowed values are export or import,export.
|
||||||
choices: [ 'export', 'import' ]
|
type: list
|
||||||
|
choices: [ export, import ]
|
||||||
aliases: [ route_control_enforcement ]
|
aliases: [ route_control_enforcement ]
|
||||||
l3protocol:
|
l3protocol:
|
||||||
description:
|
description:
|
||||||
- Routing protocol for the L3Out
|
- Routing protocol for the L3Out
|
||||||
|
type: list
|
||||||
choices: [ static, bgp, ospf, pim ]
|
choices: [ static, bgp, ospf, pim ]
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -48,12 +48,14 @@ options:
|
||||||
- The encapsulation ID associating the C(epg) with the interface path.
|
- The encapsulation ID associating the C(epg) with the interface path.
|
||||||
- This acts as the secondary C(encap_id) when using micro-segmentation.
|
- This acts as the secondary C(encap_id) when using micro-segmentation.
|
||||||
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
||||||
|
type: int
|
||||||
aliases: [ vlan, vlan_id ]
|
aliases: [ vlan, vlan_id ]
|
||||||
primary_encap_id:
|
primary_encap_id:
|
||||||
description:
|
description:
|
||||||
- Determines the primary encapsulation ID associating the C(epg)
|
- Determines the primary encapsulation ID associating the C(epg)
|
||||||
with the interface path when using micro-segmentation.
|
with the interface path when using micro-segmentation.
|
||||||
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
- Accepted values are any valid encap ID for specified encap, currently ranges between C(1) and C(4096).
|
||||||
|
type: int
|
||||||
aliases: [ primary_vlan, primary_vlan_id ]
|
aliases: [ primary_vlan, primary_vlan_id ]
|
||||||
deploy_immediacy:
|
deploy_immediacy:
|
||||||
description:
|
description:
|
||||||
|
@ -77,7 +79,8 @@ options:
|
||||||
pod_id:
|
pod_id:
|
||||||
description:
|
description:
|
||||||
- The pod number part of the tDn.
|
- The pod number part of the tDn.
|
||||||
- C(pod_id) is usually an integer below 10.
|
- C(pod_id) is usually an integer below C(10).
|
||||||
|
type: int
|
||||||
aliases: [ pod, pod_number ]
|
aliases: [ pod, pod_number ]
|
||||||
leafs:
|
leafs:
|
||||||
description:
|
description:
|
||||||
|
@ -89,12 +92,13 @@ options:
|
||||||
interface:
|
interface:
|
||||||
description:
|
description:
|
||||||
- The C(interface) string value part of the tDn.
|
- The C(interface) string value part of the tDn.
|
||||||
- Usually a policy group like "test-IntPolGrp" or an interface of the following format "1/7" depending on C(interface_type).
|
- Usually a policy group like C(test-IntPolGrp) or an interface of the following format C(1/7) depending on C(interface_type).
|
||||||
extpaths:
|
extpaths:
|
||||||
description:
|
description:
|
||||||
- The C(extpaths) integer value part of the tDn.
|
- The C(extpaths) integer value part of the tDn.
|
||||||
- C(extpaths) is only used if C(interface_type) is C(fex).
|
- C(extpaths) is only used if C(interface_type) is C(fex).
|
||||||
- Usually something like C(1011).
|
- Usually something like C(1011).
|
||||||
|
type: int
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Use C(present) or C(absent) for adding or removing.
|
- Use C(present) or C(absent) for adding or removing.
|
||||||
|
|
|
@ -28,7 +28,7 @@ version_added: '2.5'
|
||||||
options:
|
options:
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- The description to assign to the C(leaf)
|
- The description to assign to the C(leaf).
|
||||||
leaf_profile:
|
leaf_profile:
|
||||||
description:
|
description:
|
||||||
- Name of the Leaf Profile to which we add a Selector.
|
- Name of the Leaf Profile to which we add a Selector.
|
||||||
|
@ -39,22 +39,24 @@ options:
|
||||||
aliases: [ name, leaf_name, leaf_profile_leaf_name, leaf_selector_name ]
|
aliases: [ name, leaf_name, leaf_profile_leaf_name, leaf_selector_name ]
|
||||||
leaf_node_blk:
|
leaf_node_blk:
|
||||||
description:
|
description:
|
||||||
- Name of Node Block range to be added to Leaf Selector of given Leaf Profile
|
- Name of Node Block range to be added to Leaf Selector of given Leaf Profile.
|
||||||
aliases: [ leaf_node_blk_name, node_blk_name ]
|
aliases: [ leaf_node_blk_name, node_blk_name ]
|
||||||
leaf_node_blk_description:
|
leaf_node_blk_description:
|
||||||
description:
|
description:
|
||||||
- The description to assign to the C(leaf_node_blk)
|
- The description to assign to the C(leaf_node_blk)
|
||||||
from:
|
from:
|
||||||
description:
|
description:
|
||||||
- Start of Node Block Range
|
- Start of Node Block range.
|
||||||
|
type: int
|
||||||
aliases: [ node_blk_range_from, from_range, range_from ]
|
aliases: [ node_blk_range_from, from_range, range_from ]
|
||||||
to:
|
to:
|
||||||
description:
|
description:
|
||||||
- Start of Node Block Range
|
- Start of Node Block range.
|
||||||
|
type: int
|
||||||
aliases: [ node_blk_range_to, to_range, range_to ]
|
aliases: [ node_blk_range_to, to_range, range_to ]
|
||||||
policy_group:
|
policy_group:
|
||||||
description:
|
description:
|
||||||
- Name of the Policy Group to be added to Leaf Selector of given Leaf Profile
|
- Name of the Policy Group to be added to Leaf Selector of given Leaf Profile.
|
||||||
aliases: [ name, policy_group_name ]
|
aliases: [ name, policy_group_name ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -32,6 +32,7 @@ options:
|
||||||
protection_group_id:
|
protection_group_id:
|
||||||
description:
|
description:
|
||||||
- The Explicit vPC Protection Group ID.
|
- The Explicit vPC Protection Group ID.
|
||||||
|
type: int
|
||||||
aliases: [ id ]
|
aliases: [ id ]
|
||||||
required: yes
|
required: yes
|
||||||
vpc_domain_policy:
|
vpc_domain_policy:
|
||||||
|
@ -41,10 +42,12 @@ options:
|
||||||
switch_1_id:
|
switch_1_id:
|
||||||
description:
|
description:
|
||||||
- The ID of the first Leaf Switch for the Explicit vPC Protection Group.
|
- The ID of the first Leaf Switch for the Explicit vPC Protection Group.
|
||||||
|
type: int
|
||||||
required: yes
|
required: yes
|
||||||
switch_2_id:
|
switch_2_id:
|
||||||
description:
|
description:
|
||||||
- The ID of the Second Leaf Switch for the Explicit vPC Protection Group.
|
- The ID of the Second Leaf Switch for the Explicit vPC Protection Group.
|
||||||
|
type: int
|
||||||
required: yes
|
required: yes
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -38,6 +38,7 @@ options:
|
||||||
- Bounce Entry Aging Interval (range 150secs - 65535secs)
|
- Bounce Entry Aging Interval (range 150secs - 65535secs)
|
||||||
- 0 is used for infinite.
|
- 0 is used for infinite.
|
||||||
- The APIC defaults to C(630) when unset during creation.
|
- The APIC defaults to C(630) when unset during creation.
|
||||||
|
type: int
|
||||||
bounce_trigger:
|
bounce_trigger:
|
||||||
description:
|
description:
|
||||||
- Determines if the bounce entries are installed by RARP Flood or COOP Protocol.
|
- Determines if the bounce entries are installed by RARP Flood or COOP Protocol.
|
||||||
|
@ -47,21 +48,25 @@ options:
|
||||||
description:
|
description:
|
||||||
- Hold Interval (range 5secs - 65535secs).
|
- Hold Interval (range 5secs - 65535secs).
|
||||||
- The APIC defaults to C(300) when unset during creation.
|
- The APIC defaults to C(300) when unset during creation.
|
||||||
|
type: int
|
||||||
local_ep_interval:
|
local_ep_interval:
|
||||||
description:
|
description:
|
||||||
- Local end point Aging Interval (range 120secs - 65535secs).
|
- Local end point Aging Interval (range 120secs - 65535secs).
|
||||||
- 0 is used for infinite.
|
- 0 is used for infinite.
|
||||||
- The APIC defaults to C(900) when unset during creation.
|
- The APIC defaults to C(900) when unset during creation.
|
||||||
|
type: int
|
||||||
remote_ep_interval:
|
remote_ep_interval:
|
||||||
description:
|
description:
|
||||||
- Remote end point Aging Interval (range 120secs - 65535secs).
|
- Remote end point Aging Interval (range 120secs - 65535secs).
|
||||||
- O is used for infinite.
|
- O is used for infinite.
|
||||||
- The APIC defaults to C(300) when unset during creation.
|
- The APIC defaults to C(300) when unset during creation.
|
||||||
|
type: int
|
||||||
move_frequency:
|
move_frequency:
|
||||||
description:
|
description:
|
||||||
- Move frequency per second (range 0secs - 65535secs).
|
- Move frequency per second (range 0secs - 65535secs).
|
||||||
- 0 is used for none.
|
- 0 is used for none.
|
||||||
- The APIC defaults to C(256) when unset during creation.
|
- The APIC defaults to C(256) when unset during creation.
|
||||||
|
type: int
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- Description for the End point rentention policy.
|
- Description for the End point rentention policy.
|
||||||
|
|
|
@ -48,6 +48,7 @@ options:
|
||||||
block_end:
|
block_end:
|
||||||
description:
|
description:
|
||||||
- The end of encap block.
|
- The end of encap block.
|
||||||
|
type: int
|
||||||
aliases: [ end ]
|
aliases: [ end ]
|
||||||
block_name:
|
block_name:
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +57,7 @@ options:
|
||||||
block_start:
|
block_start:
|
||||||
description:
|
description:
|
||||||
- The start of the encap block.
|
- The start of the encap block.
|
||||||
|
type: int
|
||||||
aliases: [ start ]
|
aliases: [ start ]
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue