I need to split the traffic from 24 SIP endpoints using G711A over multiple ADSL links.
G711A is used as at present G729 is not available on the SIP server used. The SIP server used cannot be changed.
At present the VoIP traffic goes over a leased line delivered over multiple copper pairs (in the UK this is called EFM), but I want a fall back so if that link goes down service to the customer can be restored.
The SIP endpoints are on a 192.168.x.x private network connected to the internet through NAT.
For a backup solution I have looked at:
A second leased line from the same provider as the first. This would likely suffer from the same problems, so is not really a backup.
A leased line over copper pairs from another provider. I have checked and the other providers cannot do leased line over copper pairs in the area so it would have to be over fibre, and this means the cost would be too high.
A backup connection using an ADSL WAN connection. The customer is quite far from the exchange so the DSL links will have limited up link bandwidth. To use ADSL there would have to be multiple (3 or 4) ADSL links
I am considering using the multiple ADSL WAN connections, but I will need to share the load across them simply. I need to get something workable in place ASAP. I was think of limiting the DHCP pool on each router to 8 IP addresses as each router should be able to handle that many phones. Each router would give its IP address as the default gateway in the when it sends a DHCP reply. I know at first there will be 3 routers replying to each DHCP request, but I know networks can cope with multiple DHCP servers
I have a few questions I would appreciate your views on.
Are there any problems with having multiple gateways on the same subnet?
Is it a workable idea to use DHCP as a simple form of load sharing?
Any ideas on how to use a router, or PC with at least 5 ports, to fail over automatically from the leased line to the 3 ADSL connections. The ADSL routers can be put in Bridge mode so the router is dealing with a single primary Ethernet link, and 3 secondary Ethernet links which would need to be load shared. As the traffic is SIP and RTP, the solution would need to avoid double NAT.
How do routers with multiple Ethernet connection detect the WAN link has failed? The physical link will still be up. The router does not have a remote endpoint it can setup a VPN to. It can ping the SIP server used, but this is owned and managed by a separate company so no changes can be made to it.
The ideal solution would be that the SIP endpoint keeps its IP address on the private network, and the router/PC just routes the traffic out over the ADSL links if the leased line fails. As the endpoints re-resister with the SIP server every few minutes the change in the public IP used for the connection picked up by the SIP when it gets the re-register message.
Thanks in advance for any help.
G711A is used as at present G729 is not available on the SIP server used. The SIP server used cannot be changed.
At present the VoIP traffic goes over a leased line delivered over multiple copper pairs (in the UK this is called EFM), but I want a fall back so if that link goes down service to the customer can be restored.
The SIP endpoints are on a 192.168.x.x private network connected to the internet through NAT.
For a backup solution I have looked at:
A second leased line from the same provider as the first. This would likely suffer from the same problems, so is not really a backup.
A leased line over copper pairs from another provider. I have checked and the other providers cannot do leased line over copper pairs in the area so it would have to be over fibre, and this means the cost would be too high.
A backup connection using an ADSL WAN connection. The customer is quite far from the exchange so the DSL links will have limited up link bandwidth. To use ADSL there would have to be multiple (3 or 4) ADSL links
I am considering using the multiple ADSL WAN connections, but I will need to share the load across them simply. I need to get something workable in place ASAP. I was think of limiting the DHCP pool on each router to 8 IP addresses as each router should be able to handle that many phones. Each router would give its IP address as the default gateway in the when it sends a DHCP reply. I know at first there will be 3 routers replying to each DHCP request, but I know networks can cope with multiple DHCP servers
I have a few questions I would appreciate your views on.
Are there any problems with having multiple gateways on the same subnet?
Is it a workable idea to use DHCP as a simple form of load sharing?
Any ideas on how to use a router, or PC with at least 5 ports, to fail over automatically from the leased line to the 3 ADSL connections. The ADSL routers can be put in Bridge mode so the router is dealing with a single primary Ethernet link, and 3 secondary Ethernet links which would need to be load shared. As the traffic is SIP and RTP, the solution would need to avoid double NAT.
How do routers with multiple Ethernet connection detect the WAN link has failed? The physical link will still be up. The router does not have a remote endpoint it can setup a VPN to. It can ping the SIP server used, but this is owned and managed by a separate company so no changes can be made to it.
The ideal solution would be that the SIP endpoint keeps its IP address on the private network, and the router/PC just routes the traffic out over the ADSL links if the leased line fails. As the endpoints re-resister with the SIP server every few minutes the change in the public IP used for the connection picked up by the SIP when it gets the re-register message.
Thanks in advance for any help.