Options

Configuring AAA accounting with RADIUS on IOS 12.4

stochasticstochastic Member Posts: 1 ■□□□□□□□□□
I want to configure my Cisco AS5400 to keep track of the inbound and outbound SIP calls with a RADIUS server.

If I "debug aaa accounting", I see things happening for each call, but I never see any packets sent to the RADIUS server. "debug radius" shows nothing.
aaa new-model
!
!
aaa group server radius radgroup1
 server 192.168.1.81 auth-port 1645 acct-port 1646
!
aaa accounting network default stop-only group radgroup1
!
gw-accounting aaa
 acct-template callhistory-detail
!
radius-server host 192.168.1.81 auth-port 1645 acct-port 1646

Comments

Sign In or Register to comment.