07-29-2011 04:44 AM - edited 03-07-2019 01:27 AM
hi,
I need to implement this functionnality to be hsrp aware .
But the command is missing with my ios:
Could yuo confirm thus?
Thanx in advance.
Fab. D
07-29-2011 04:51 AM
To be certain of your issue, could you provide the command sequence that you are attempting (using private ip if necessary)?
07-29-2011 05:22 AM
Hi Fab,
Try below as from the best practice.
R3:
!
interface FastEthernet0/0
ip address 139.1.0.3 255.255.255.0
ip helper-address 139.1.13.1 redundancy HSRP
standby 1 ip 139.1.0.1
standby 1 preempt
standby 1 name HSRP
!
R6:
!
interface FastEthernet0/1
ip address 139.1.0.6 255.255.255.0
ip helper-address 139.1.13.1 redundancy HSRP
standby 1 ip 139.1.0.1
standby 1 priority 110
standby 1 preempt
standby 1 name HSRP
Please rate the helpfull posts.
Regards,
Naidu.
07-29-2011 05:27 AM
thanx
the command is :
ip helper 1.1.1.1 redundancy CCNP
standby 1 name CCNP
07-29-2011 05:29 AM
The command is not implemented on the ios.
07-29-2011 06:00 AM
Did the command fail at the 'redundancy' keyword? If not, where did it fail.
07-29-2011 08:29 AM
that's it
ip helper-address 1.1.1.1 ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide