[c-nsp] RADIUS accounting configuration

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Wed Jul 18 00:33:05 EDT 2007


Prit Patel <> wrote on Tuesday, July 17, 2007 2:11 PM:

> Hello All,
> 
> i need to config the Cisco 10K in such a way that it should send
> accounting start request to Primary RADIUS server and  Primary BPM
> server simultaneously.
> 
> In case of failure of either primary server 10K should send the
> accounting request to respective server i.e. if primary radius fails
> then account record should go sec radius and primary BPM. Below is
> the architecture. 
> 
> ----->>>> Cisco 10K <<<<<<<-----
> 
> Pri Radius server               Pri BPM Server
> Sec Radius Server             Sec BPM server.
> 

the following config should do the trick ("AAA Broadcast Accouting"
feature). When one of the servers fail, failover occurs within the
server group.

aaa group server radius radserver
 server 10.0.0.1
 server 10.0.0.2
aaa group server radius bpmserver
 server 10.0.0.3
 server 10.0.0.4

aaa accounting network default start-stop broadcast group radserver
group bpmserver

with appropriate "radius-server host ..." definitions.

	oli


More information about the cisco-nsp mailing list