Toolpack:Enabling VoIP Bonding A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Added step to verify changes)
Line 5: Line 5:
  
 
2- Access the telecom baseboard from the Tmedia using telnet.  
 
2- Access the telecom baseboard from the Tmedia using telnet.  
  telnet 172.31.1.1
+
telnet 172.31.1.1
  
 
3- In the baseboard prompt, use the set_voip0bonding shell command to enable VoIP Bonding.
 
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]
+
set_voip0bonding <0|1> [IP_To_Ping] [Ping_Timeout] [Retries]
  Where:
+
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.
+
  <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.
+
  [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.
+
  [Ping_Timeout] is the ICMP echo request timeout.
    [Retries] is the number of ICMP echo request retries to send before doing a switchover.
+
  [Retries] is the number of ICMP echo request retries to send before doing a switchover.
  Examples:
+
Examples:
    set_voip0bonding 1
+
  set_voip0bonding 1
    set_voip0bonding 1 10.3.10.187 1000 1
+
  set_voip0bonding 1 10.3.10.187 1000 1
    set_voip0bonding 1 123.45.67.89 2500 3
+
  set_voip0bonding 1 123.45.67.89 2500 3
  
 
4- Reboot the unit (note: this causes downtime).
 
4- Reboot the unit (note: this causes downtime).
  reboot
+
reboot
  
 
5- (optional) After the reboot, access the telecom baseboard again and verify that the VoIP Bonding was successfully enabled:
 
5- (optional) After the reboot, access the telecom baseboard again and verify that the VoIP Bonding was successfully enabled:
  print_bonding
+
print_bonding

Revision as of 12:05, 8 July 2013

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

5- (optional) After the reboot, access the telecom baseboard again and verify that the VoIP Bonding was successfully enabled:

print_bonding
Personal tools