Questions tagged [diameter-protocol]

Diameter is an authentication, authorization and accounting protocol for computer networks, and an alternative to RADIUS

Diameter is an authentication, authorization and accounting protocol for computer networks, and an alternative to RADIUS

102 questions
0
votes
1 answer

Specify freeDiameter source port

I'm getting started with freeDiameter. I have gone through docs over and over but didn't find any configuration variable to set the source port for when connection as a client. My goal is to connect to HSS which requires the source port of my…
ivcode
  • 235
  • 2
  • 14
0
votes
1 answer

NAT (Redirect) outgoing traffic to a specific port

I'm trying to establish a connection with a diameter server. That server has a restriction parameter of "peer port" Which means source port of my outgoing traffic should be restricted to a specific port. Since I'm using an erlang diameter client, I…
ivcode
  • 235
  • 2
  • 14
0
votes
0 answers

socket programming with valgrind

getpeername() is getting failed only when i run the code with valgrind. If i run normally, getpeername is not getting failed. Argument "in" will be having socket related information and "out" will not be having garbage(not…
0
votes
1 answer

Diameter receiving response from different Host for request

Diameter: Let us consider one server sent one diameter request to the host1.com(for eg: AA over Rx) Can i receive a response from another host say host2.com. Is this a valid scenario ?
Ram
  • 1
  • 1
0
votes
1 answer

How do I know which peer is the primary peer and which peer is the secondary peer in a realm?

RFC6733 say that "At a minimum, a Diameter node SHOULD have an established connection with two peers per realm, known as the primary and secondary peers.the mechanisms (manual configuration and DNS)are used to discovery remote peer. " How do I…
43h
  • 33
  • 5
0
votes
0 answers

freeradius request proxy to freediameter

I am looking to proxy EAP-SIM request from freeRADIUS to freeDiameter, the process involves: Set proxy on freeRADIUS (my status is requested is not being proxied) Set NAS on freeDiameter (due to lack of documentation I am not able to understand…
0
votes
1 answer

freeDiameter and multi threading

Well, I want to use freeDiameter with threads :) I need some advice on using the library in multi-threading environment. Let me review a use-case: Lets say I've implemented several member functions in a class to simply provide wrapper methods on…
atari83
  • 489
  • 1
  • 5
  • 15
0
votes
2 answers

Has anyone tried IPVS as a load balancer for diameter protocol?

I want to know if IPVS can be used as a load balancer for diameter protocol which has TCP base.
LakshayK
  • 162
  • 2
  • 8
0
votes
1 answer

Diameter - Encoding of IPAddress type and Wireshark

I was looking at some Diameter traces in Wireshark from one of my tests and noticed that the Framed-IP-Address AVP was encoded incorrectly. The type of this AVP in Wireshark Diameter dictionary is :
0
votes
1 answer

DRA (Diameter Routing Agent) server

How the DRA (Diameter Routing Agent) server works ? .On what basis it is routing the traffic to the network nodes like OCS ,GGSN and PCRF.
Midhunlal
  • 333
  • 2
  • 11
0
votes
2 answers

Can we use Credit-Control-Failure-Handling AVP in Gx interface

Will it be possible to use Credit-Control-Failure-Handling AVP in Gx interface. If PCRF goes down or due to network problem, so will it be possible that PCEF can use a Credit-Control-Failure-Handling AVP to try the failover. Is this an allowed…
Chinmoy
  • 493
  • 1
  • 5
  • 16
0
votes
1 answer

Wireshark filter syntax needed

I would like to filter requests in Wireshark. I have Diameter request which is for example SLR and has concrete session ID and is sent to specified IP destination address. Like SLR - send to 10.44.190.40 I would like to filter every request where…
0
votes
0 answers

How do I apply a filter in Wireshark so I can trace a session in which more than one Final-Unit-Indication AVPs have been sent?

I have a capture with some Diameter traffic, my question is if there is any way in which this filtering can be done?
0
votes
2 answers

what is Notif-Eff feature in diameter protocol?

I have recently started working on diameter protocol Sh interface. In TS 29.328, Section 6.1.1.1, it is given as 5. The HSS shall include the data pertinent to the requested Data Reference in the User-Data AVP and if the HSS supports the Notif-Eff…
vijayashankard
  • 721
  • 1
  • 7
  • 23
0
votes
2 answers

Diameter protocol testing using Jmeter

Is there any opensource plugin available for diameter protocol testing using JMeter? I found "Computaris Top Testing Suite" which is based on JMeter and supports diameter protocol testing, but it is paid.
Kavan
  • 569
  • 4
  • 21