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.
10 lines
330 B
10 lines
330 B
#!/bin/bash
|
|
|
|
echo "Switching on 5GHz point to point link."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :31{31'
|
|
/usr/bin/sleep 30
|
|
echo "Switching on remote router."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :33{33'
|
|
/usr/bin/sleep 30
|
|
echo "Switching on remote server."
|
|
/usr/sbin/beacon -d "APRX29" -s ax2 ':PE1RXF-5 :35{35'
|
|
|