Hello,
I have A5500 EI Switch (JG240A) with latest available Comware (5.20.99, Release 2221P02) and I want to configure Wake On Lan between VLANs. I have followed the documentation and configuration of switch is (computer which is sending magic packet is in VLAN 1, computer which is intended to be woken is in VLAN 2):
ip forward-broadcast
#
interface Vlan-interface1
ip address 10.0.1.1 255.255.255.0
#
interface Vlan-interface2
ip address 10.0.2.1 255.255.255.0
ip forward-broadcast acl 3001
#
Advanced ACL 3001, named -none-, 1 rule,
ACL's step is 5
rule 0 deny ip
#
WOL works like a charm but it seems that ACL configured on ip forward-broadcast doesn´t take any effect. Does anybody knoh how get it to work?
Regards
HaVecko
#ACLs