I’m trying to create a configuration that can replicate what I’m current doing on cisco and juniper routers. Here’s an example of what I’m doing on a cisco:
interface GigabitEthernet0/2/0.1002
description Subscriber 1
encapsulation dot1Q 1002
ip dhcp relay information option subscriber-id 1002
ip unnumbered Loopback1
ip helper-address 192.168.200.3
ipv6 enable
arp timeout 300
!
With the exception of this command
ip dhcp relay information option subscriber-id 1002
and this command
ip helper-address 192.168.200.3
I can come very close to replicating it on vyos. The redirect command works on version 1.1.8 (helium)
Thanks
Robert
BTW: I’m new to vyos.