top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I have a doubt in Failover and Fallback mechanisms present under DIAMETER.

+4 votes
467 views

Failover and Fallback procedures we know very well.

Suppose initial message was supposed to send to primary peer, but peer went down and message has been forwarded to Secondary peer i.e. Failover. Now suppose if Primary Peer has come up and according to DIAMETER theory the message should go to primary peer. So the next message will be Update message. Which will have the same session id which was used with the initial message.

Now my doubt is how the primary peer will recognize the session-id of update message. Because it has no info for that session. The session was created with the secondary peer.

posted Feb 17, 2014 by Hiteshwar Thakur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Hi Hiteshwar,
                      Can you explain me how to did this and what you changed in code . Please explain me i will implement same ...

1 Answer

+1 vote

If your server is stateful the next message will have to include a Destination-Host AVP which will prevent the issue you described.

It is probably a better idea to share the session states between all your servers anyway.

answer Feb 20, 2014 by anonymous
I got your point but i am partially disagree with the solution because the same thing can be happen in case of failover and if destination host AVP's are present in the messages then these feature has no point to be there.
Similar Questions
+2 votes

As per my understanding both are same but could not confirm the same from internet so asking this question.

+3 votes

3GPP 29.210 section 6 talks about Gx over Gy application. My question is about the use case, i.e. in what practical scenario one will require to have Gx over Gy support.

+1 vote

Probably I know the part of the answer, still want to understand and debate the full role on Diameter Protocol in IMS. Diameter is used in all interfaces where AAA service is required in LTE may be more then 50+ interfaces are there where diameter is required. Now the question is - can we say similar thing about the IMS too or still Radius rules in IMS.

...