MT
Size: a a a
MT
B
MT
MT
MT
B
MT
FF
:local poedevices "numbers=ether1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23"
:local turnoff "/interface ethernet poe set poe-out=off ";
:local turnon "/interface ethernet poe set poe-out=auto ";
:log info "poe devices reboot started";
$turnoff $poedevices
:log info "poe devices turned off";
:delay 5;
$turnon $poedevices;
:log info "poe devices turned on";
:delay 2;
:log info "poe devices rebooted finished";
FF
:local poedevices "numbers=ether1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23"
:local turnoff "/interface ethernet poe set poe-out=off ";
:local turnon "/interface ethernet poe set poe-out=auto ";
:log info "poe devices reboot started";
$turnoff $poedevices
:log info "poe devices turned off";
:delay 5;
$turnon $poedevices;
:log info "poe devices turned on";
:delay 2;
:log info "poe devices rebooted finished";
FF
•
•
FF
FF
•
•
•
FF
S
•