cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
967
Views
0
Helpful
2
Replies

ip helper-address .. redundnacy

HUBERT RESCH
Level 3
Level 3

Hi out there,

I try to configure ip helper redundncy on a interface in a vrf

int gig0/0

ip vrf forwarding test

ip address 10,10.10.1

standby 1 ip 10.10.10.254

standby 1 name test

i

is the initial config

when adding

ip helper-address 20.20.20.20 redundancy test

this ends in the config the router adds

ip helper-address 20.20.20.20 global

any idea why?

kr

Hubert

2 Replies 2

Gregory Snipes
Level 4
Level 4

What platform and software version are you using? The command may not be supported in your software version.

Its independent of the IOS-release, and I am sure its supported with the used release, because it works for the global routing-table. see below !

RT21#sh run int vlan 1000
Building configuration...

Current configuration : 249 bytes
!
interface Vlan1000
description DATA
ip address 10.10.10.10 255.255.255.0
ip helper-address 30.30.30.30 redundancy VLAN1000
standby 10 ip 10.10.10.254
standby 10 priority 200
standby 10 preempt delay minimum 60
standby 10 name VLAN1000
end

RT21#sh run int vlan 2000
Building configuration...

Current configuration : 227 bytes
!
interface Vlan2000
description VOICE
ip vrf forwarding TEST2000
ip address 20.20.20.20 255.255.255.0
standby 20 ip 20.20.20.254
standby 20 priority 200
standby 20 preempt delay minimum 60
standby 20 name VLAN2000
end

RT21#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
RT21(config)#int vlan 2000
RT21(config-if)#ip helper-address 30.30.30.30 redundancy VLAN2000
RT21(config-if)#^Z
RT21#run int vlan 2000
Building configuration...

Current configuration : 265 bytes
!
interface Vlan2000
description VOICE
ip vrf forwarding TEST2000
ip address 20.20.20.20 255.255.255.0
ip helper-address global 30.30.30.30
standby 20 ip 20.20.20.254
standby 20 priority 200
standby 20 preempt delay minimum 60
standby 20 name VLAN2000
end

RT21#

Review Cisco Networking for a $25 gift card