Hi, using a Cisco 7206VXR as PDSN with IOS 12.3(4) it does send within the accounting stop packet an attribute:
Acct-Terminate-Cause = none
Since this is a non-standard, RFC value, the Radius does not send the response.
Looking in the IS-835, the PDSN should send a F13 attribute instead of the acct-terminate-cause one.
The question is how do I configure the Cisco to send F13 attribute instead of acct-terminate-cause ?.
Is there any example configuration I could use for that?
Here's my current AAA config:
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default group radius
aaa authorization network default group radius
aaa accounting update periodic 30
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
aaa accounting network pdsn start-stop group radius
aaa accounting system default start-stop group radius
aaa session-id common
.
.
.
radius-server host x.x.x.x auth-port 1645 acct-port 1646
radius-server timeout 20
radius-server key 7 <removed>
cdma pdsn accounting send start-stop
cdma pdsn virtual-template 1
cdma pdsn maximum sessions 511
cdma pdsn a10 max-lifetime 28800
cdma pdsn timeout a11-update 2
cdma pdsn ingress-address-filtering
cdma pdsn secure pcf default spi 100 key ascii YYY
cdma pdsn compliance is835a esn-optional
Many thanks in advance!