cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2303
Views
0
Helpful
3
Replies

Helper address IOS XR ASR9000

3psylon01
Level 1
Level 1

Hi

Everyone I have a doubt about the configuration for the helper address on ASR9000, mainly I try to configure the helper address in this way:

 

configure
interface type number
ipv4 helper-address vrf vrf_name address 

 

However it doesnt work.

What is the correct way to apply an helper address on my ASR9000 ???

 

Regards !!!!

 

1 Accepted Solution

Accepted Solutions

Hi,

Correct configuration is:

dhcp ipv4
 profile DHCP-HELP relay
  helper-address vrf <VRF> <IP address>
 !
 interface <interface> relay profile DHCP-HELP
!

Florian

View solution in original post

3 Replies 3

Hi,

Correct configuration is:

dhcp ipv4
 profile DHCP-HELP relay
  helper-address vrf <VRF> <IP address>
 !
 interface <interface> relay profile DHCP-HELP
!

Florian

Thanks Florian was very helpful

 

Regards 

Youre welcome :)