DiameterIdentity
Every diameter address (Diameter Node Address) should follow the DiameterIdentity format. DiameterIdentity is used to uniquely identify a Diameter Node.DiameteIdentity has following format
DiameterIdentity=FQDN (DiameterURI)
DiameterURI MUST follow the URI syntax given below
aaa://FQDN [Port][Transport][Protocol] //No Transport security
or
aaas://FQDN [Port][Transport][Protocol] //Transport security used
FQDN = Fully Qualified Host Name
Port = :<1*digit>
Port Number of the port use for listen the incoming connection if Absent the default Diameter port 3868 is assumed.
Transport= ;transport=
Name of the transport used to listen. if Absent then default SCTP is assumed. we shall not mention the UDP when Protocol field is set to diameter.
Protocol = ;protocol=
If absent then by default diameter is assumed.
Example of Valid diameter host identities
1) aaa://host.example.com
on default port (3868), default transport(SCTP) and default protocol(diameter)
2)aaa://host.example.com:6666;transport=tcp;protocol=diameter
Port=6666, Transport=tcp , Protocol=diameter
3)aaa://host.example.com:1813;transport=udp;protocol=radius
Your Comments/Suggestions and Questions are always welcome. We would try to clarify doubts with best of our knowledge. So feel free to put Questions.
Every diameter address (Diameter Node Address) should follow the DiameterIdentity format. DiameterIdentity is used to uniquely identify a Diameter Node.DiameteIdentity has following format
DiameterIdentity=FQDN (DiameterURI)
DiameterURI MUST follow the URI syntax given below
aaa://FQDN [Port][Transport][Protocol] //No Transport security
or
aaas://FQDN [Port][Transport][Protocol] //Transport security used
FQDN = Fully Qualified Host Name
Port = :<1*digit>
Port Number of the port use for listen the incoming connection if Absent the default Diameter port 3868 is assumed.
Transport= ;transport=
Name of the transport used to listen. if Absent then default SCTP is assumed. we shall not mention the UDP when Protocol field is set to diameter.
Protocol = ;protocol=
If absent then by default diameter is assumed.
Example of Valid diameter host identities
1) aaa://host.example.com
on default port (3868), default transport(SCTP) and default protocol(diameter)
2)aaa://host.example.com:6666;transport=tcp;protocol=diameter
Port=6666, Transport=tcp , Protocol=diameter
3)aaa://host.example.com:1813;transport=udp;protocol=radius
Your Comments/Suggestions and Questions are always welcome. We would try to clarify doubts with best of our knowledge. So feel free to put Questions.