04-04-2013 10:40 AM - edited 03-07-2019 12:38 PM
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
04-04-2013 12:29 PM
What platform and software version are you using? The command may not be supported in your software version.
04-05-2013 01:47 AM
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#
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