Mike Wiebe
Mike Wiebe
Adding a new network-instance type `MAC_VRF` makes sense and I would support that. I would like to recommend we do an evaluation of the other service types VLAN Bundle and...
@adeepika31 Sorry for the delayed reply. I did not see a notification that you had replied. Answering your questions: Question: Also I wanted to ask about the leaf evi. Type...
Hi @dplore, I see this was added to the OC operator review last month. Was there any discussion on this topic?
@dsx1123 and @mmudigon is there anything pending for this PR?
Does not look like NDFC exposes `duplex` as a property but you can set it using the `cmds` option from the module. Something like this: ```yaml - name: Create Access...
> ``` > failed: [XXXX_NDFC_IP] (item={'Hostname': 'XXXX_HOSTNAME', 'Interface': 'Eth1/30', 'Description': 'XXXXX', 'Speed': '100Mb', 'VLAN': '1', 'BPDU_Guard': 'true'}) => {"ansible_loop_var": "item", "changed": false, "item": {"BPDU_Guard": "true", "Description": "XXXXX", "Hostname": "XXXX_HOSTNAME", "Interface":...
> Yes, I was. Sorry, are you suggesting removing the new duplex settings from the interface template and just using cmds to hard code? the issue will be if a...
Just a quick note. If you use `state: merged` it will try and merge any commands you supply using the `cmds` option. If you don't want the commands to be...
@xXAzazelXx Just checking if you saw my last response and if you had a chance to try it. NDFC should not remove what you add under the `cmds` option.
@jgomezve Thanks for raising the issue. We have a PR open to support all of the VRF attributes so that might mitigate this problem but we will need to test...