Hi Ian,
Thank you for the reply. Your understanding is right.
If your requirment is one UDP packet needs to reach to 24 vlans I think it is not possible.
The solution for this would be having multiple WOL source from different vlans, at least 3 in our case.
Please correct me if I am wrong..
Create a policy file to be applied as a UDP profile. The format for this policy is below.
entry one {
if match all {
destination-port 9;
} then {
vlan ;
}
}
entry two {
if match all {
destination-port 9;
} then {
vlan ;
}
}
Apply this policy to the VLAN that the WoL server is in, with the command configure vlan udp-profile
-We can have 1 UDP broadcast packet to 8 destination (vlan)
-It is not recommended to have more than 8 entries in a UDP profile.
Regards,
Karthikeyan