ansible-collections / cisco.ios

Ansible Network Collection for Cisco IOS
GNU General Public License v3.0
283 stars 169 forks source link

HSRP and VRRP configuration module #1080

Open cardosocristian opened 3 months ago

cardosocristian commented 3 months ago
SUMMARY

Currently there is no HSRP or VRRP configuration module in the IOS collection as it already exists in the NXOS collection, would it be possible to implement it?

ISSUE TYPE
COMPONENT NAME

cisco.ios.hsrp cisco.ios.vrrp

Examples on NXOS collection HSRP https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_hsrp_module.html https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_hsrp_interfaces_module.html

VRRP https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_vrrp_module.html

ADDITIONAL INFORMATION

In networks that have two devices with IOS, to have connection redundancy, HSRP or VRRP is used for greater network resilience

startryst commented 3 weeks ago

Yes, indeed, this is missing