Can someone please tell me what the Huawei commands are for the following Cisco commands to enable a server on vlanif 100 (Server Farm on Huawei switches) to Wake up (WoL) PC's on vlan 620 (hosts on Cisco switches).
global commands:
access-list 101 permit udp host a.b.c.d any eq 402 (a.b.c.d is WoL Server)
ip forward-protocol udp 402
vlan interface command:
ip helper-address 10.20.255.255 (This is to allow the WoL "magic packet" udp 402 to be broadcasted to vlan 620)
Thank you.