cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
747
Views
0
Helpful
2
Replies

PoD / session context not removable

amzyamzyz
Level 1
Level 1

when receiving a Radius Disconnect Request (pod), the PDSN replies with a "session context not removable".

In the aaa pod debug, i can see that the server found a matching session and issued a kill request. but then the debug shows the mentioned message.

P.S. The radius sends only the username attribute with the PoD packet.

the disconnect packet has been properly enabled using

cdma pdsn radius disconnect

aaa pod server auth-type any server-key xxxxxx

2 Replies 2

owillins
Level 6
Level 6

"Session Context Not Removable" is a fatal error sent in response to a Disconnect-Request if the NAS was able to locate the session context, but could not remove it for some reason. It MUST NOT be sent within a CoA-ACK, CoA-NAK or Disconnect-ACK, only within a Disconnect-NAK.

http://www.faqs.org/rfcs/rfc3576.html

thanks,

but my concern was in what case will the pdsn behave this way. why would it be unable to terminate a ppp session if everything is configured correctly