Comware Based
1753483 Members
4370 Online
108794 Solutions
New Discussion юеВ

Re: ip forward-broadcast and ACL

 
HaVecko
Regular Visitor

ip forward-broadcast and ACL

 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

2 REPLIES 2
Apachez-
Trusted Contributor

Re: ip forward-broadcast and ACL

Didnt you apply the ip helper on the wrong vlan?
Vince-Whirlwind
Honored Contributor

Re: ip forward-broadcast and ACL

That's what I was wondering, but he says it "works a charm", so I decided I was just confused.