<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSS and Keepalive Script for Radius in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477786#M8992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you could do is capture a sniffer file a querry going to the radius server.&lt;/P&gt;&lt;P&gt;Then, convert the querry to hexadecimal and create a script to send raw data using the hexadecimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the same thing with the response to the same querry. and in your script verify that the response you received is a match again using raw data and hex data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2005 12:58:51 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-12-09T12:58:51Z</dc:date>
    <item>
      <title>CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477781#M8987</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone implemented, a keepalive script, to query a radius server via UDP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2005 09:24:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477781#M8987</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2005-09-09T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477782#M8988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sven,&lt;/P&gt;&lt;P&gt;I guess this will be sort of a problem as you have to implement the security of radius shared secret. Therefor I think only probing the port will be available no real radius probing except you do it via a dummy service on a server triggering a real radius request. The dummy service needs to be triggerd by the CSS/CSM.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2005 12:08:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477782#M8988</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-09-09T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477783#M8989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i probe a UDP Port, where Radius is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2005 12:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477783#M8989</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2005-09-09T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477784#M8990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sven,&lt;/P&gt;&lt;P&gt;Did you ever figure out how to do probe the Radius UPD port?  I now have to do the same thing..  Any help would be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 05:54:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477784#M8990</guid>
      <dc:creator>lindacitron</dc:creator>
      <dc:date>2005-12-09T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477785#M8991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Linda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not really. I think the only pussible thing is, to send data to the UDP Port an see if an icmp unreachable will be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, the application should be running.&lt;/P&gt;&lt;P&gt;But i am not sure, how to detect a icmp unreachable, so we did change to a simple icmp request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 08:22:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477785#M8991</guid>
      <dc:creator>Sbutzek</dc:creator>
      <dc:date>2005-12-09T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: CSS and Keepalive Script for Radius</title>
      <link>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477786#M8992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you could do is capture a sniffer file a querry going to the radius server.&lt;/P&gt;&lt;P&gt;Then, convert the querry to hexadecimal and create a script to send raw data using the hexadecimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the same thing with the response to the same querry. and in your script verify that the response you received is a match again using raw data and hex data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 12:58:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-and-keepalive-script-for-radius/m-p/477786#M8992</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-12-09T12:58:51Z</dc:date>
    </item>
  </channel>
</rss>

