netascode / ansible-dc-vxlan

Ansible Collection for configuring a VXLAN Fabric using Direct to Controller (DTC) or Direct To Device (DTD) workflows.
https://galaxy.ansible.com/ui/repo/published/cisco/nac_dc_vxlan/
MIT License
6 stars 6 forks source link

updates for SHA auth_proto for integration tests #130

Closed juburnet closed 2 months ago

juburnet commented 2 months ago

This tests and proves out the SHA auth_proto instead of using MD5.

vxlan: global: name: netascode_fabric4 ... auth_proto: SHA

VXLAN uses SNMP to discover devices. Added the following config on the CML devices to test: conf t snmp-server user admin1 network-admin auth sha

For testing in Fabric4 use: ndfc_device_username: admin1 with the normal password.