<?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: Is it possible to send Radius accounting packets to two diff in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554195#M312057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the reply I must rate! Thanks a lot JG!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 21:59:40 GMT</pubDate>
    <dc:creator>Difan Zhao</dc:creator>
    <dc:date>2010-09-17T21:59:40Z</dc:date>
    <item>
      <title>Is it possible to send Radius accounting packets to two different servers?</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554193#M312021</link>
      <description>&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dilemma that I need to send Radius accounting info to two different servers for dot1x authentication. The following is the relevent config. However the switch is only sending one copy to the first server in the server group...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;aaa group server radius Acct&lt;BR /&gt; server 172.17.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt; server 172.17.1.2 auth-port 1812 acct-port 1813&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;aaa accounting dot1x default start-stop &lt;SPAN style="color: #ff0000;"&gt;broadcast&lt;/SPAN&gt; group Acct&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;radius-server host 172.17.1.1 auth-port 1812 acct-port 1813 key xxxxxx&lt;BR /&gt;radius-server host 172.17.1.2 auth-port 1812 acct-port 1813 key xxxxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to send two copies to two different servers? I tried the keyword "broadcast" in the aaa accounting command but it doesn't make a difference. What does it do? I can't find it in the manual...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Difan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554193#M312021</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2019-03-11T00:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send Radius accounting packets to two diff</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554194#M312036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;Difan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;You need to create two aaa server groups to make it work. Enables sending accounting records to multiple AAA servers.&amp;nbsp; Simultaneously sends accounting records to the first server in each&amp;nbsp; group. If the first server is unavailable, failover occurs using the&amp;nbsp; backup servers defined within that group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;Configuring AAA Broadcast Accounting&lt;BR /&gt;The following example shows turning on broadcast accounting using the global aaa accounting command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;aaa group server radius isp&lt;BR /&gt;server 1.0.0.1&lt;BR /&gt;server 1.0.0.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;aaa group server radius isp_customer&lt;BR /&gt;server 3.0.0.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;aaa accounting network default start-stop broadcast group isp group isp_customer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;radius-server host 1.0.0.1&lt;BR /&gt;radius-server host 1.0.0.2&lt;BR /&gt;radius-server key key1&lt;BR /&gt;radius-server host 3.0.0.1 key key2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;The broadcast keyword causes start and stop accounting records for dot1x connections to be sent simultaneously to server 1.0.0.1 in the group isp and to server 3.0.0.1 in the group isp_customer. If server 1.0.0.1 is unavailable, fail over to server 1.0.0.2 occurs. If server 3.0.0.1 is unavailable, no fail over occurs because backup servers are not configured for the group isp_customer. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;~JG&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;SPAN style="font-family: verdana,geneva; color: #0000ff;"&gt;Do rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 09:23:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554194#M312036</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2010-09-17T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send Radius accounting packets to two diff</title>
      <link>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554195#M312057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the reply I must rate! Thanks a lot JG!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 21:59:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/is-it-possible-to-send-radius-accounting-packets-to-two/m-p/1554195#M312057</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2010-09-17T21:59:40Z</dc:date>
    </item>
  </channel>
</rss>

