cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1339
Views
0
Helpful
6
Replies

ip helper redundancy

fd_case17
Level 1
Level 1

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

6 Replies 6

Antonio Knox
Level 7
Level 7

To be certain of your issue, could you provide the command sequence that you are attempting (using private ip if necessary)?

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.

thanx

the command is :

ip helper 1.1.1.1 redundancy CCNP

standby 1 name CCNP

The command is not implemented on the ios.

Did the command fail at the 'redundancy' keyword?  If not, where did it fail.

that's it

ip helper-address 1.1.1.1 ?