Lets say that 10.122.255.4 is a wireless interface on a direct connected MT router.
Lets say also that we use the following table for OSPF cost calculation:
So we have to compare the script result to the values of the table and if for example bw-test reports 21.3 mbps adjust the OSPF cost on this interface to the nearest lower one (in this example 18mbps with cost 39).
how ?
Can the ScriptMonsters help ?
This is very important to our local community wireless network… We have MT routers with 2-3 or 4 wireless interfaces, so, proper ospf costs which are adjusted dynamically is essential…
just one note - you will NEVER get reliable results from such throughput tests. You are influenced by too many factors you don’t, can’t and won’t take into consideration : momentary intereference in air, cpu/system utilization with radio, amount of viruses your clients have and their activity, bandwidth your customers are using etc. The list goes on. I wouldn’t do this - you have to know your network and based on this, you can set up and REVISE this finding let’s say once a week, once a month or depending to your needs. I wouldn’t let any script do this, besides I don’t have such a script
Lets say that 10.122.255.4 is a wireless interface on a direct connected MT router.
Lets say also that we use the following table for OSPF cost calculation:
Code:
So we have to compare the script result to the values of the table and if for example bw-test reports 21.3 mbps adjust the OSPF cost on this interface to the nearest lower one (in this example 18mbps with cost 39).
how ?
Can the ScriptMonsters help ?
This is very important to our local community wireless network… We have MT routers with 2-3 or 4 wireless interfaces, so, proper ospf costs which are adjusted dynamically is essential…