cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
5
Helpful
3
Replies

Need to send accounting records on two different RADIUSs

kozharov
Level 1
Level 1

Hi all,

Think it's quite simple question but can't resolve it. I need to send accounting information on two different RADIUS servers both operating simultaneously. (need first for logging and second for accounting).

The following configuration does not work, accounting is sent only on the first server in the list. What I made wrong?

aaa accounting connection h323 stop-only group radius

radius-server host x.x.x.x auth-port 1645 acct-port 1646 key ***

radius-server host y.y.y.y auth-port 1645 acct-port 1646 key ***

Thanks,

Mike

3 Replies 3

4brown
Level 1
Level 1

Mike,

Try grouping the RADIUS Servers with the aaa group server command:

aaa group server radius

server x.x.x.x

server y.y.y.y

Let me know if this doesn't work.

Hope this helps.

Robert

gfullage
Cisco Employee
Cisco Employee

Grouping the servers will still only send the Accounting record to the first one in the group. You have to put the servers into two separate groups, and then use the keyword "broadcast" to send the record to the first server in EACH group. You want the following:

aaa group server radius radius1

server x.x.x.x

aaa group server radius radius2

server y.y.y.y

aaa accounting connetion h323 stop-only broadcast group radius1 group radius2

See http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/faaacr/srfacct.htm#xtocid2 for details.

Thanks a lot,

Mike

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: