Static ARP Table

Ich
Ich Posts: 2  Freshman Member

Hi,

With the USG series I used a little CLI script to set up static ARP table entries (these entries are required to forward WoL packets from VPN connected management stations).

Example:

configure terminal
arp 10.1.1.1 12:23:34:56:67:78
exit
write

How can I achieve a static ARP table entry with the current USG Flex H series?

Thanks in advance…