Skip to content

ios_hsrp_interfaces resource module #1171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

KB-perByte
Copy link
Collaborator

SUMMARY
ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
iosxe#sh running-config | section ^interface 
interface GigabitEthernet1
 ip address dhcp
 negotiation auto
interface GigabitEthernet2
 ip address dhcp
 standby mac-refresh 22
 standby use-bia scope interface
 standby delay minimum 22 reload 222
 standby redirect advertisement authentication md5 key-chain wtesd
 standby version 2
 standby 0 follow tesrt 
 standby 0 timers msec 223 msec 2344
 standby 0 priority 22
 standby 0 preempt delay minimum 222 reload 223 sync 223
 standby 0 authentication md5 key-chain test
 standby 0 name test me no limit xxx
 standby 0 track 11 shutdown
 standby 0 track 22 decrement 22
 standby 22 ip 10.0.0.1 secondary
 standby 22 follow testme infg you can
 standby 22 timers 21 53
 standby 22 priority 22
 standby 22 preempt delay minimum 22 reload 223 sync 223
 standby 22 track 21 shutdown
 standby 22 track 22 decrement 45
 standby 32 preempt delay minimum 100 reload 22 sync 2323
 negotiation auto
interface GigabitEthernet3
 no ip address
 standby mac-refresh 22
 standby redirect timers 22 43
 standby redirect advertisement authentication md5 key-string teesdsdsdsdasd timeout 233
 standby 0 ip 10.0.10.1 secondary
 standby 0 ip 10.0.10.2 secondary
 standby 0 authentication testMypa
 standby 0 name dangerour dsds wew 
 standby 0 mac-address 0001.0002.0005
 standby 1 ip 10.0.1.1
 standby 11 track 22 shutdown
 standby 11 track 23 shutdown
 shutdown 
 negotiation auto
interface GigabitEthernet4
 no ip address
 shutdown 
 negotiation auto
interface Vlan110
 mac-address 0000.0000.0002
 no ip address

@github-actions github-actions bot added the safe to test For network-integration jobs label Mar 24, 2025
@KB-perByte KB-perByte marked this pull request as draft March 24, 2025 16:57
@Ruchip16 Ruchip16 changed the title ios_hsrp_interfaces resouce module ios_hsrp_interfaces resource module Mar 25, 2025
@KB-perByte KB-perByte removed the safe to test For network-integration jobs label Apr 1, 2025
@github-actions github-actions bot added the safe to test For network-integration jobs label Apr 3, 2025
- This module provides declarative management of HSRP configuration on interface for Cisco IOS devices.
version_added: 9.3.0
author:
- Sagar Paul (@KB-perByte)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickbhasin Add yourself as a author too.

required: true
bfd:
description: Enable HSRP BFD
type: str
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type: str
type: bool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test For network-integration jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants