09-15-2022 12:20 AM - edited 09-15-2022 03:34 AM
Hallo,
WoL funktioniert bei uns auf manchen Switchten auf anderen nicht.
Auf unserem Corestack:
S1: 5520-48T
S2: 5520-48T
S3: 5520-24X
S4: 5520-48SE
funktioniert es auf S1 auf S2 aber nicht !?
wir haben folgendes udp-profile erstellt:
entry one {
if match all {
destination-port 9;
} then {
vlan L1;
}
}
entry two {
if match all {
destination-port 9;
} then {
vlan L2;
}
}
entry three {
if match all {
destination-port 9;
} then {
vlan L3;
}
}
entry four {
if match all {
destination-port 9;
} then {
vlan L4;
}
}
configure vlan Man udp-profile Wol
Mit dem Commando: show udp-profile wol
bekommen ich folgende Antwort:
udp profile name: WoL
number of datagram forwarded: 0
Dest udp Port: 9 fwd to VLAN: L1
Dest udp Port: 9 fwd to VLAN: L2
Dest udp Port: 9 fwd to VLAN: L3
Dest udp Port: 9 fwd to VLAN: L4
applied to incoming traffic on VLANs:
Man
Was haben wir falsch gemacht?
Vielen Dank im Voraus
Gruß
Martin