Enabling VoIP Bonding
From TBwiki
Revision as of 11:36, 8 July 2013 by Alexandre Tremblay (Talk | contribs)
Applies to version(s): v2.7.
1- Access the Tmedia unit using SSH.
2- Access the telecom baseboard from the Tmedia using telnet.
telnet 172.31.1.1
3- In the baseboard prompt, use the set_voip0bonding shell command to enable VoIP Bonding.
set_voip0bonding <0|1> [IP_To_Ping] [Ping_Timeout] [Retries] Where: <0|1> selects if the feature is enabled (1 to enable). When the feature is enabled, the Ethernet PHY states are polled periodically to discover which port is available. [IP_To_Ping] is the IP address to send ICMP echo requests to verify if a logical path is available. When no response is received within the requested timeout after the specified number of retries, the port is considered temporarly unusable and the other VoIP port is used instead. [Ping_Timeout] is the ICMP echo request timeout. [Retries] is the number of ICMP echo request retries to send before doing a switchover. Examples: set_voip0bonding 1 set_voip0bonding 1 10.3.10.187 1000 1 set_voip0bonding 1 123.45.67.89 2500 3
4- Reboot the unit (note: this causes downtime).
reboot