Deploy operations may take considerable time in certain cases based on the configuration included in the playbook. A success response from DCNM server does not guarantee the completion of deploy operation. This flag if set indicates that the module should verify if the configured state is in sync with what is requested in playbook. If not set the module will return without verifying the state.
Though the key shown here is 'profile_aa_fex' the actual key to be used in playbook is 'profile'. The key 'profile_aa_fex' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for active-active FEX inetrface configurations.
Though the key shown here is 'profile_eth' the actual key to be used in playbook is 'profile'. The key 'profile_eth' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for ethernet interface configurations.
Though the key shown here is 'profile_lo' the actual key to be used in playbook is 'profile'. The key 'profile_lo' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for loopback interface configurations.
Though the key shown here is 'profile_pc' the actual key to be used in playbook is 'profile'. The key 'profile_pc' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for port channel interface configurations.
Though the key shown here is 'profile_st_fex' the actual key to be used in playbook is 'profile'. The key 'profile_st_fex' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for straigth-through FEX interface configurations.
Though the key shown here is 'profile_subint' the actual key to be used in playbook is 'profile'. The key 'profile_subint' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for sub-interface configurations.
Though the key shown here is 'profile_svi' the actual key to be used in playbook is 'profile'. The key 'profile_svi' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for SVI interface configurations.
Though the key shown here is 'profile_vpc' the actual key to be used in playbook is 'profile'. The key 'profile_vpc' is used here to logically segregate the interface objects applicable for this profile
Object profile which must be included for virtual port channel inetrface configurations.
Port channel identifier of first peer. If this object is not included, then the value defaults to the vPC identifier. This value cannot be changed once vPC is created
Minimum Value (1), Maximum Value (4096)
Default value if not specified is the vPC port identifier
Port channel identifier of second peer. If this object is not included, then the value defaults to the vPC identifier. This value cannot be changed once vPC is created
Minimum Value (1), Maximum Value (4096)
Default value if not specified is the vPC port identifier
IP address or DNS name of the management interface. All switches mentioned in this list will be deployed with the included configuration. For vPC interfaces this list object will contain elements each of which is a list of pair of switches
Flag indicating if the configuration must be pushed to the switch. This flag is used to decide the deploy behavior in 'deleted' and 'overridden' states as mentioned below
In 'overridden' state this flag will be used to deploy deleted interfaces.
In 'deleted' state this flag will be used to deploy deleted interfaces when a specific 'config' block is not included.
The 'deploy' flags included with individual interface configuration elements under the 'config' block will take precedence over this global flag.
A list of interface types which will be deleted/defaulted in overridden/deleted state. If this list is empty, then during overridden/deleted state, all interface types will be defaulted/deleted. If this list includes specific interface types, then only those interface types that are included in the list will be deleted/defaulted.
---# States:# This module supports the following states:## Merged:# Interfaces defined in the playbook will be merged into the target fabric.## The interfaces listed in the playbook will be created if not already present on the DCNM# server. If the interface is already present and the configuration information included# in the playbook is either different or not present in DCNM, then the corresponding# information is added to the interface on DCNM. If an interface mentioned in playbook# is already present on DCNM and there is no difference in configuration, no operation# will be performed for such interface.## Replaced:# Interfaces defined in the playbook will be replaced in the target fabric.## The state of the interfaces listed in the playbook will serve as source of truth for the# same interfaces present on the DCNM under the fabric mentioned. Additions and updations# will be done to bring the DCNM interfaces to the state listed in the playbook.# Note: Replace will only work on the interfaces mentioned in the playbook.## Overridden:# Interfaces defined in the playbook will be overridden in the target fabric.## The state of the interfaces listed in the playbook will serve as source of truth for all# the interfaces under the fabric mentioned. Additions and deletions will be done to bring# the DCNM interfaces to the state listed in the playbook. All interfaces other than the# ones mentioned in the playbook will either be deleted or reset to default state.# Note: Override will work on the all the interfaces present in the DCNM Fabric.## Deleted:# Interfaces defined in the playbook will be deleted in the target fabric.## Deletes the list of interfaces specified in the playbook. If the playbook does not include# any switches or interface information, then all interfaces from all switches in the# fabric will either be deleted or put to default state. If configuuration includes information# pertaining to any particular switch, then interfaces belonging to that switch will either be# deleted or put to default. If configuration includes both interface and switch information,# then the specified interfaces will either be deleted or reset on all the seitches specified## Query:# Returns the current DCNM state for the interfaces listed in the playbook.# LOOPBACK INTERFACE-name:Create loopback interfacescisco.dcnm.dcnm_interface:&lo_mergefabric:mmudigon-fabricstate:merged# only choose from [merged, replaced, deleted, overridden, query]config:-name:lo100# should be of the form lo<port-id>type:lo# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch where to deploy the configdeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:lo# choose from [lo]int_vrf:""# VRF nameipv4_addr:192.169.10.1# ipv4 address for the loopback interfaceipv6_addr:fd01::0201# ipV6 address for the loopback interfaceroute_tag:""# Routing Tag for the interfacecmds:# Freeform config-no shutdowndescription:"loopbackinterface100configuration"-name:Replace loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:replaced# only choose from [merged, replaced, deleted, overridden. query]config:-name:lo100# should be of the form lo<port-id>type:lo# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch where to deploy the configdeploy:true## choose from [true, false]profile:admin_state:false## choose from [true, false]mode:lo# choose from [lo]int_vrf:""# VRF nameipv4_addr:192.169.12.1## ipv4 address for the loopback interfaceipv6_addr:fd01:0203# ipV6 address for the loopback interfaceroute_tag:"100"## Routing Tag for the interfacecmds:# Freeform config-no shutdowndescription:"loopbackinterface100configuration-replaced"## Loopback Interfaces Created During Fabric Creation-name:Mange Fabric loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:mergedconfig:-name:lo1# This is usually lo0 or lo1 created during fabric creationtype:loswitch:-"192.172.1.1"# provide the switch where to deploy the configdeploy:true# choose from [true, false]profile:admin_state:false# choose from [true, false]mode:fabric# This must be set to 'fabric' for fabric loopback interfacessecondary_ipv4_addr:172.16.5.1# secondary ipv4 address for loopback interfaceroute_tag:"100"# Routing Tag for the interfacecmds:# Freeform config-no shutdowndescription:"FabricinterfacemanagedbyAnsible"# To delete or reset all interfaces on all switches in the fabric-name:Delete loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]# To delete or reset all interfaces on a specific switch in the fabric-name:Delete loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-switch:-"192.172.1.1"# provide the switch where to deploy the config# To delete or reset a particular interface on all switches in the fabric-name:Delete loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:lo100# should be of the form lo<port-id># To delete or reset a particular interface on a specific switch in the fabric-name:Delete loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:lo100# should be of the form lo<port-id>switch:-"192.172.1.1"# provide the switch where to deploy the config# To override with a particular interface configuration-name:Override loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]config:-name:lo103# should be of the form lo<port-id>type:lo# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch where to deploy the configdeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:lo# choose from [lo]int_vrf:""# VRF nameipv4_addr:192.169.14.1# ipv4 address for the loopback interfaceipv6_addr:fd01::0205# ipV6 address for the loopback interfaceroute_tag:""# Routing Tag for the interfacecmds:# Freeform config-no shutdowndescription:"loopbackinterface103configuration-overridden"# To override all interface on all switches in the fabric-name:Override loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]# To override all interfaces on a particular switche in the fabric-name:Override loopback interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]config:-switch:-"192.172.1.1"# provide the switch where to deploy the config# PORTCHANNEL INTERFACE-name:Create port channel interfacescisco.dcnm.dcnm_interface:&pc_mergefabric:mmudigon-fabricstate:merged# only choose from [merged, replaced, deleted, overridden, query]config:-name:po300# should be of the form po<port-id>type:pc# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:trunk# choose from [trunk, access, l3, monitor]members:# member interfaces-e1/10pc_mode:'on'# choose from ['on', 'active', 'passive']bpdu_guard:true# choose from [true, false, no]port_type_fast:true# choose from [true, false]mtu:jumbo# choose from [default, jumbo]allowed_vlans:none# choose from [none, all, vlan range]cmds:# Freeform config-no shutdowndescription:"portchannelactingastrunk"-name:po301# should be of the form po<port-id>type:pc# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:false# choose from [true, false]mode:access# choose from [trunk, access, l3, monitor]members:# member interfaces-e1/11pc_mode:'on'# choose from ['on', 'active', 'passive']bpdu_guard:true# choose from [true, false, no]port_type_fast:true# choose from [true, false]mtu:default# choose from [default, jumbo]access_vlan:301#cmds:# Freeform config-no shutdowndescription:"portchannelactingasaccess"-name:Replace port channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:replaced# only choose from [merged, replaced, deleted, overridden, query]config:-name:po300# should be of the form po<port-id>type:pc# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:false## choose from [true, false]mode:trunk# choose from [trunk, access, l3, monitor]members:# member interfaces-e1/10pc_mode:'active'## choose from ['on', 'active', 'passive']bpdu_guard:false## choose from [true, false, no]port_type_fast:false## choose from [true, false]mtu:default## choose from [default, jumbo]allowed_vlans:all## choose from [none, all, vlan range]cmds:# Freeform config-no shutdowndescription:"portchannelactingastrunk-replace"# To delete or reset a particular interface on a specific switch in the fabric-name:Delete port channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:po300# should be of the form po<port-id>switch:-"192.172.1.1"# provide the switch information where the config is to be deployed# To delete or reset all interfaces on all switches in the fabric-name:Delete port channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]# To delete or reset a particular interface on all switches in the fabric-name:Delete port-channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:po300# should be of the form po<port-id># To delete or reset all interfaces on a specific switch in the fabric-name:Delete port channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-switch:-"192.172.1.1"# provide the switch information where the config is to be deployed-name:Override port channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]config:-name:po320# should be of the form po<port-id>type:pc# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:trunk# choose from [trunk, access, l3, monitor]members:# member interfaces-e1/10pc_mode:'on'# choose from ['on', 'active', 'passive']bpdu_guard:true# choose from [true, false, no]port_type_fast:true# choose from [true, false]mtu:jumbo# choose from [default, jumbo]allowed_vlans:none# choose from [none, all, vlan range]cmds:# Freeform config-no shutdowndescription:"portchannelactingastrunk"# SUB-INTERFACE-name:Create sub-interfacescisco.dcnm.dcnm_interface:&sub_mergefabric:mmudigon-fabricstate:merged# only choose from [merged, replaced, deleted, overridden, query]config:-name:eth1/1.1# should be of the form eth<port-num>.<port-id>type:sub_int# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:subint# choose from [subint]vlan:100# vlan ID [min:2, max:3967]int_vrf:""# VRF nameipv4_addr:192.168.30.1# ipv4 address for the sub-interfaceipv4_mask_len:24# choose between [min:8, max:31]ipv6_addr:fd01::0401# ipV6 address for the sub-interfaceipv6_mask_len:64# choose between [min:64, max:127]mtu:9216# choose between [min:576, max:9216]cmds:# Freeform config-no shutdowndescription:"subinterfaceeth1/1.1configuration"-name:Replace sub-interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:replaced# only choose from [merged, replaced, deleted, overridden, query]config:-name:eth1/1.1# should be of the form eth<port-num>.<port-id>type:sub_int# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:false## choose from [true, false]mode:subint# choose from [subint]vlan:200## vlan ID [min:2, max:3967]int_vrf:""# VRF nameipv4_addr:192.168.32.1## ipv4 address for the sub-interfaceipv4_mask_len:20# choose between [min:8, max:31]ipv6_addr:fd01::0403# ipV6 address for the sub-interfaceipv6_mask_len:64# choose between [min:64, max:127]mtu:1500## choose between [min:576, max:9216]cmds:# Freeform config-no shutdowndescription:"subinterfaceeth1/1.1configuration-replace"# To delete or reset all interfaces on all switches in the fabric-name:Delete sub-interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]# To delete or reset a particular interface on all switches in the fabric-name:Delete port-channel interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:eth1/1.1# should be of the form eth<port-num>.<port-id>-name:Override sub-interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]config:-name:eth1/1.3# should be of the form eth<port-num>.<port-id>type:sub_int# choose from this list [pc, vpc, sub_int, lo, eth]switch:-"192.172.1.1"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:subint# choose from [subint]vlan:103# vlan ID [min:2, max:3967]int_vrf:""# VRF nameipv4_addr:192.168.35.1# ipv4 address for the sub-interfaceipv4_mask_len:24# choose between [min:8, max:31]ipv6_addr:fd01::0405# ipV6 address for the sub-interfaceipv6_mask_len:64# choose between [min:64, max:127]mtu:9216# choose between [min:576, max:9216]cmds:# Freeform config-no shutdowndescription:"subinterfaceeth1/1.3configuration-override"# VPC INTERFACE-name:Create vPC interfacescisco.dcnm.dcnm_interface:&vpc_mergefabric:mmudigon-fabricstate:merged# only choose from [merged, replaced, deleted, overridden, query]config:-name:vpc750# should be of the form vpc<port-id>type:vpc# choose from this list [pc, vpc, sub_int, lo, eth]switch:# provide switches of vPC pair-["192.172.1.1","192.172.1.2"]deploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:trunk# choose from [trunk, access]peer1_pcid:100# choose between [Min:1, Max:4096], if not given, will be VPC port-idpeer2_pcid:100# choose between [Min:1, Max:4096], if not given, will be VPC port-idpeer1_members:# member interfaces on peer 1-e1/24peer2_members:# member interfaces on peer 2-e1/24pc_mode:'active'# choose from ['on', 'active', 'passive']bpdu_guard:true# choose from [true, false, 'no']port_type_fast:true# choose from [true, false]mtu:jumbo# choose from [default, jumbo]peer1_allowed_vlans:none# choose from [none, all, vlan range]peer2_allowed_vlans:none# choose from [none, all, vlan range]peer1_description:"VPCactingastrunkpeer1"peer2_description:"VPCactingastrunkpeer2"-name:Replace vPC interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:replaced# only choose from [merged, replaced, deleted, overridden, query]config:-name:vpc750# should be of the form vpc<port-id>type:vpc# choose from this list [pc, vpc, sub_int, lo, eth]switch:# provide switches of vPC pair-["192.172.1.1","192.172.1.2"]deploy:true# choose from [true, false]profile:admin_state:false## choose from [true, false]mode:trunk# choose from [trunk, access]peer1_pcid:100# choose between [Min:1, Max:4096], if not given, will be VPC port-idpeer2_pcid:100# choose between [Min:1, Max:4096], if not given, will be VPC port-idpeer1_members:## member interfaces on peer 1-e1/26peer2_members:## member interfaces on peer 2-e1/26pc_mode:'active'## choose from ['on', 'active', 'passive']bpdu_guard:false## choose from [true, false, 'no']port_type_fast:false## choose from [true, false]mtu:default## choose from [default, jumbo]peer1_allowed_vlans:all## choose from [none, all, vlan range]peer2_allowed_vlans:all## choose from [none, all, vlan range]peer1_description:"VPCactingastrunkpeer1-modified"peer2_description:"VPCactingastrunkpeer2-modified"peer1_cmds:# Freeform config-no shutdownpeer2_cmds:# Freeform config-no shutdown# To delete or reset a particular interface on a specific switch in the fabric-name:Delete vPC interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:deleted# only choose from [merged, replaced, deleted, overridden, query]config:-name:vpc750# should be of the form vpc<port-id>switch:# provide switches of vPC pair-["192.172.1.1","192.172.1.2"]-name:Override vPC interfacescisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:overridden# only choose from [merged, replaced, deleted, overridden, query]config:-name:vpc752# should be of the form vpc<port-id>type:vpc# choose from this list [pc, vpc, sub_int, lo, eth]switch:# provide switches of vPC pair-["192.172.1.1","192.172.1.2"]deploy:true# choose from [true, false]profile:admin_state:true# choose from [true, false]mode:trunk# choose from [trunk, access]peer1_pcid:752# choose between [Min:1, Max:4096], if not given, will be VPC port-id#peer2_pcid: 1 # choose between [Min:1, Max:4096], if not given, will be VPC port-idpeer1_members:# member interfaces on peer 1-e1/26peer2_members:# member interfaces on peer 2-e1/27pc_mode:'on'# choose from ['on', 'active', 'passive']bpdu_guard:true# choose from [true, false, no]port_type_fast:true# choose from [true, false]mtu:jumbo# choose from [default, jumbo]peer1_allowed_vlans:none# choose from [none, all, vlan range]peer2_allowed_vlans:none# choose from [none, all, vlan range]peer1_description:"VPCactingastrunkpeer1"peer2_description:"VPCactingastrunkpeer2"peer1_cmds:# Freeform config-no shutdown-no shutdownpeer2_cmds:# Freeform config-no shutdown-no shutdown# SVI INTERFACES-name:Create SVI interfaces including optional parameterscisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:merged# only choose form [merged, replaced, deleted, overridden, query]config:-name:vlan1001# should be of the form vlan<vlan-id>type:svi# choose from this list [pc, vpc, sub_int, lo, eth, svi]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:int_vrf:blue# optional, Interface VRF name, default is "default"ipv4_addr:192.168.2.1# optional, Interfae IP, default is ""ipv4_mask_len:24# optional, IP mask length, default is ""mtu:9216# optional, MTU default is ""route_tag:1001# optional, Routing TAG, default is ""disable_ip_redirects:true# optional, flag to enable/disable IP redirects, default is "false"cmds:# Freeform config-no shutdownadmin_state:true# Flag to enable/disable Vlan interafaceenable_hsrp:true# optional, flag to enable/disable HSRP on the interface, default is "false"hsrp_vip:192.168.2.100# optional, Virtual IP address for HSRP, default is ""hsrp_group:10# optional, HSRP group, default is ""hsrp_priority:5# optional, HSRP priority, default is ""hsrp_vmac:0000.0101.ac0a# optional, HSRP virtual MAC, default is ""dhcp_server_addr1:192.200.1.1# optional, DHCP relay server address, default is ""vrf_dhcp1:blue# optional, VRF to reach DHCP server. default is ""dhcp_server_addr2:192.200.1.2# optional, DHCP relay server address, default is ""vrf_dhcp2:blue# optional, VRF to reach DHCP server. default is ""dhcp_server_addr3:192.200.1.3# optional, DHCP relay server address, default is ""vrf_dhcp3:blue# optional, VRF to reach DHCP server. default is ""adv_subnet_in_underlay:true# optional, flag to enable/disable advertisements of subnets into underlay, default is "false"enable_netflow:false# optional, flag to enable netflow, default is "false"netflow_monitor:svi1001# optional, name of netflow monitor, default is ""hsrp_version:1# optional, HSRP protocol version, default is 1preempt:true# optional, flag to enable/disable overthrow of low priority active routers, optional is "false"mode:vlan# choose from [vlan, vlan_admin_state], default is "vlan"description:Switched vlan interface 1001# optional, Interface description, default is ""-name:Replace SVI interfacecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:replaced# only choose form [merged, replaced, deleted, overridden, query]config:-name:vlan1001# should be of the form vlan<vlan-id>type:svi# choose from this list [pc, vpc, sub_int, lo, eth, svi]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:int_vrf:red# optional, Interface VRF name, default is "default"ipv4_addr:192.169.2.1# optional, Interfae IP, default is ""ipv4_mask_len:20# optional, IP mask length, default is ""mtu:9210# optional, MTU default is ""route_tag:1002# optional, Routing TAG, default is ""disable_ip_redirects:false# optional, flag to enable/disable IP redirects, default is "false"cmds:# Freeform config-no shutdownadmin_state:false# Flag to enable/disable Vlan interafaceenable_hsrp:true# optional, flag to enable/disable HSRP on the interface, default is "false"hsrp_vip:192.169.2.100# optional, Virtual IP address for HSRP, default is ""hsrp_group:11# optional, HSRP group, default is ""hsrp_priority:5# optional, HSRP priority, default is ""hsrp_vmac:0000.0102.ac0a# optional, HSRP virtual MAC, default is ""dhcp_server_addr1:193.200.1.1# optional, DHCP relay server address, default is ""vrf_dhcp1:green# optional, VRF to reach DHCP server. default is ""dhcp_server_addr2:193.200.1.2# optional, DHCP relay server address, default is ""vrf_dhcp2:green# optional, VRF to reach DHCP server. default is ""dhcp_server_addr3:193.200.1.3# optional, DHCP relay server address, default is ""vrf_dhcp3:green# optional, VRF to reach DHCP server. default is ""adv_subnet_in_underlay:false# optional, flag to enable/disable advertisements of subnets into underlay, default is "false"enable_netflow:false# optional, flag to enable netflow, default is "false"netflow_monitor:svi1002# optional, name of netflow monitor, default is ""hsrp_version:2# optional, HSRP protocol version, default is 1preempt:false# optional, flag to enable/disable overthrow of low priority active routers, optional is "false"mode:vlan# choose from [vlan, vlan_admin_state], default is "vlan"description:Switched vlan interface 1001 - Rep# optional, Interface description, default is ""-name:Delete SVI interfacescisco.dcnm.dcnm_interface:check_deploy:Truefabric:"{{ansible_svi_fabric}}"state:deleted# only choose form [merged, replaced, deleted, overridden, query]config:-name:vlan1000# should be of the form vlan<vlan-id>type:svi# choose from this list [pc, vpc, sub_int, lo, eth, svi]switch:-"{{ansible_switch1}}"# provide the switch where to deploy the config-name:vlan1001# should be of the form vlan<vlan-id>type:svi# choose from this list [pc, vpc, sub_int, lo, eth, svi]switch:-"{{ansible_switch1}}"# provide the switch where to deploy the config-name:Override SVI interfacecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:overridden# only choose form [merged, replaced, deleted, overridden, query]config:-name:vlan1002# should be of the form vlan<vlan-id>type:svi# choose from this list [pc, vpc, sub_int, lo, eth, svi]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:admin_state:true# Flag to enable/disable Vlan interafacemode:vlan# choose from [vlan, vlan_admin_state], default is "vlan"# AA FEX INTERFACES-name:Create AA FEX interfaces including optional parameterscisco.dcnm.dcnm_interface:check_deploy:Truefabric:"{{ansible_svi_fabric}}"state:merged# only choose form [merged, replaced, deleted, overridden, query]config:-name:vpc151# should be of the form vpc<id>type:aa_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:description:"AAFEXinterface151"# optional, description of FEX interface, default is ""peer1_members:# optional, member interfaces, default is []-e1/10peer2_members:# optional, member interfaces, default is []-e1/10mtu:"jumbo"# optional, MTU for the interface, default is "jumbo"peer1_po_description:"PC151forAAFEX"# optional, description of PC interface, default is ""peer2_po_description:"PC151forAAFEX"# optional, description of PC interface, default is ""peer1_cmds:# optional, freeform config, default is []-no shutdownpeer2_cmds:# optional, freeform config, default is []-no shutdownadmin_state:true# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_aa# choose from [port_channel_aa], default is "port_channel_aa"-name:Replace AA FEX interfacecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:replaced# only choose form [merged, replaced, deleted, overridden, query]config:-name:vpc150# should be of the form vpc<id>type:aa_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:peer1_members:# optional, member interfaces, default is []-e1/11peer2_members:# optional, member interfaces, default is []-e1/11mtu:"default"# optional, MTU for the interface, default is "jumbo"peer1_po_description:"PC150forAAFEX-REP"# optional, description of PC interface, default is ""peer2_po_description:"PC150forAAFEX-REP"# optional, description of PC interface, default is ""admin_state:false# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_aa# choose from [port_channel_aa], default is "port_channel_aa"peer1_cmds:# optional, freeform config, default is []-ip arp inspection trustpeer2_cmds:# optional, freeform config, default is []-ip arp inspection trust-name:Delete AA FEX interfacescisco.dcnm.dcnm_interface:check_deploy:Truefabric:"{{ansible_svi_fabric}}"state:deleted# only choose form [merged, replaced, deleted, overridden, query]config:-name:vpc151# should be of the form vpc<id>switch:-"{{ansible_switch1}}"# provide the switch where to deploy the config-name:Overide AA FEX interface with a new onecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:overridden# only choose form [merged, replaced, deleted, overridden, query]config:-name:vpc151# should be of the form vpc<id>type:aa_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:description:"AAFEXinterface151"# optional, description of FEX interface, default is ""peer1_members:# optional, member interfaces, default is []-e1/10peer2_members:# optional, member interfaces, default is []-e1/10mtu:"jumbo"# optional, MTU for the interface, default is "jumbo"peer1_po_description:"PC151forAAFEX"# optional, description of PC interface, default is ""peer2_po_description:"PC151forAAFEX"# optional, description of PC interface, default is ""peer1_cmds:# optional, freeform config, default is []-no shutdownpeer2_cmds:# optional, freeform config, default is []-no shutdownadmin_state:true# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_aa# choose from [port_channel_aa], default is "port_channel_aa"# STRAIGHT-THROUGH FEX INTERFACES-name:Create ST FEX interfaces including optional parameterscisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:merged# only choose form [merged, replaced, deleted, overridden, query]config:-name:po151# should be of the form po<po-id>type:st_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:description:"STFEXinterface151"# optional, description of FEX interface, default is ""members:# optional, member interfaces, default is []-e1/10mtu:"jumbo"# optional, MTU for the interface, default is "jumbo"po_description:"PC151forSTFEX"# optional, description of PC interface, default is ""cmds:# optional, freeform config, default is []-no shutdownadmin_state:true# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_st# choose from [port_channel_st], default is "port_channel_st"-name:Replace ST FEX interfacecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:replaced# only choose form [merged, replaced, deleted, overridden, query]config:-name:po160# should be of the form po<po-id>type:st_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployed-"{{ansible_switch2}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:members:# optional, member interfaces, default is []-e1/11mtu:"default"# optional, MTU for the interface, default is "jumbo"po_description:"PC160forSTFEX-REP"# optional, description of PC interface, default is ""cmds:# optional, freeform config, default is []-ip arp inspection trustadmin_state:false# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_st# choose from [port_channel_st], default is "port_channel_st"-name:Delete ST FEX interfacescisco.dcnm.dcnm_interface:check_deploy:Truefabric:"{{ansible_svi_fabric}}"state:deleted# only choose form [merged, replaced, deleted, overridden, query]config:-name:po159# should be of the form po<po-id>switch:-"{{ansible_switch1}}"# provide the switch where to deploy the config-"{{ansible_switch2}}"# provide the switch where to deploy the config-name:Overide ST FEX interface with a new onecisco.dcnm.dcnm_interface:check_deploy:truefabric:"{{ansible_svi_fabric}}"state:overridden# only choose form [merged, replaced, deleted, overridden, query]config:-name:po151# should be of the form po<po-id>type:st_fex# choose from this list [pc, vpc, sub_int, lo, eth, svi, st_fex, aa_fex]switch:-"{{ansible_switch1}}"# provide the switch information where the config is to be deployeddeploy:true# choose from [true, false]profile:description:"STFEXinterface151"# optional, description of FEX interface, default is ""members:# optional, member interfaces, default is []-e1/10mtu:"jumbo"# optional, MTU for the interface, default is "jumbo"po_description:"PC151forSTFEX"# optional, description of PC interface, default is ""cmds:# optional, freeform config, default is []-no shutdownadmin_state:true# Flag to enable/disable FEX interface.enable_netflow:false# optional, flag to enable netflow, default is falsemode:port_channel_st# choose from [port_channel_st], default is "port_channel_st"# QUERY-name:Query interface detailscisco.dcnm.dcnm_interface:fabric:mmudigon-fabricstate:query# only choose from [merged, replaced, deleted, overridden, query]config:-switch:-"192.172.1.1"-name:po350switch:-"192.172.1.1"-name:lo450switch:-"192.172.1.1"-name:eth1/1switch:-"192.172.1.1"-name:eth1/15.2switch:-"192.172.1.1"-name:vpc750switch:-"192.172.1.1"