Hello everyone, I have a question about wake on lan. In XOS it was policy based. e.g. entry one {
if match all {
source-address 192.168.1.2/32;
if match any {
destination-port 9 ;
...
Hi Brent, thank you very much for your answer. But your solution is also for XOS? However, I am looking to implement this solution in VOSS. For Voss I only found the example from Extreme, where you have to allow the entire VLAN and cannot limit it to...