Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
stylenone

Overview:

Feature F-1675 Ethernet Link Redundancy via Smart-Probing enhances the IMG’s ability to initiate a switchover due to a failure in the IMG’s network. Currently the IMG employs a link based Ethernet Redundancy scheme. In the current scheme, the IMG would initiate a switch-over such as from interface Data 0 to Data 1 located on the rear of the IMG. With the addition of this feature the IMG can be configured to employ a probe-based detection scheme. In this scheme, the IMG would ‘probe’ a set of pre-configured endpoints (send an ARP request packet). The endpoints would then reply with a Gratuitous ARP packet. These packets inform the IMG that the endpoints are still ‘alive’. If the IMG sends out an ARP Request Packet and does not receive a Gratuitous ARP in return it will continue to send ARP Requests until the pre-configured number of requests is met. If at that time no Gratuitous ARP’s are sent back then the IMG will initiate a 'switchover’ to its ‘Hot Standby’ Port (Data 1 in this case). If the switchover solves the problem, then the IMG will continue processing calls on the new ‘switched-over’ port. However, if the issue is not solved, the IMG would continue to switch back and forth between Data 0 and Data 1 (ping pong effect) until the issue in the network is solved. The feature is enabled through ClientView and can be enabled on any of the network interfaces (CTRL, DATA, SIGNALING) located on the rear of the IMG.

...

  • Create a Logical IMG object. See IMG 1010 - Logical IMG for more information.

  • Create a Physical IMG object. See IMG 1010 - Physical IMG for more information.

  • Right Click on ‘IMG Name:’ and select New Network. A network pane will appear. No configuration needs to be accomplished here. This object will allow for multiple IP objects to get created below it. See IMG 1010 - IP Network (Interface) for more information.

  • Right Click on IP Network and select New Logical Interface. The following ClientView Object Pane will appear. Configure the Data interface. See IMG 1010 - Logical Interface for more information.

    Image RemovedImage Added
    • Interface- In this example Data was selected from drop down menu.

    • Probe Detection (Default = Disabled)- To enable Smart Probing feature on the DATA 0/1 select Enabled from drop down list.

    • Probe Interval – Select from drop down menu number of seconds.

    • Probe Threshold – Select from drop down menu number ARP requests IMG will send before initiating a switchover from interface Data 0 to Data 1

  • Right Click on Logical Interface and select New Probe Endpoint. In the object pane that appears, click in the IP address field and enter the IP address of the endpoint that the IMG will sent ARP request packets to. Up to three separate endpoints can be configured. See IMG 1010 - Probe Endpoint for more information.

  • To give the Data Port an IP address, right click on IP Network again and select New IP Address. See IMG 1010 - IP Address for more information.

    Image RemovedImage Added
    • Physical Interface – Select ‘CPU’ from drop down menu.

    • Logical Interface – Select the interface that the Ethernet Link Redundancy Via Smart Probe will be configured on. In this example, Data was selected.

    • Address Type – IMG supports IPV4 only.

    • IP Address- IP address that will be assigned to this port. Click in the IP address field and enter IP address in box that appears.

    • Subnet Mask (Default 255.255.255.0)- Enter subnet mask. Click in the Subnet field and enter IP address in box that appears.

    • Default Gateway – IP address of the Default Gateway this interface will connect to.

    • Gratuitous ARP and ARP Responses – Leave as enabled
       

...