29 Aug
2013
29 Aug
'13
11:36 a.m.
On Thu, Aug 29, 2013 at 02:56:44PM +0000, Robert Roll wrote:
I guess I assumed the id: in the TCP dump below was the "EAP Response Identifier" maybe not ? Is there a different EAP response identifier ?
That is the id of the radius packet. EAP lives insided radius packet AVPs called EAP-Message. You can see the AVPs when you run tcpdump -vv. What is worth noting is that radius Access-Request carries EAP-Response from the client to the server and Access-Challenge carries EAP-Request from the server to the client. mk