You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
#!/bin/bash
|
|
|
|
echo "Switching off remote server."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :34{34'
|
|
/usr/bin/sleep 30
|
|
|
|
echo "Switching off remote router."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :32{32'
|
|
/usr/bin/sleep 30
|
|
|
|
echo "Switching off 5GHz point to point link."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :30{30'
|
|
|