var fDesc=new Array(); fDesc[0] = "RADIUS test client is an easy to use tool to simulate, debug and monitor most RADIUS and Network Access Servers (NAS).
As a test client simulate RADIUS authentication, accounting and CoA/Disconnect requests for multiple devices and usage scenarios.
As a debugging tool raw RADIUS attribute packet information from your NAS or RADIUS server is decoded into an easy to read display or stored for later use in a profile.
As a monitoring tool track hundreds of RADIUS servers, keep uptime statistics and send email/SMS pager notifications should a server become unreachable."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }