Currently we have VPN setup on an ASA 5510. I have it set to use NPS for RADIUS authentication, but I've never really configured much as far as accounting. I'm wanting to set this up to be able to tell more of what people are doing/accessing when they are telecommuting. I just have it set up pretty basic right now:
aaa-server VPN protocol radius
aaa-server VPN host 10.10.4.25
timeout 3
key “password”
authentication-port 1812
accounting-port 1813
radius-common-pw “password”
On NPS, under NPS (Local) > Accounting, I see "Configure Accounting", is it that straight forward??
Is there anything else needing done for accounting to be sent to the host 10.10.4.25? It looks way too straight forward.
Thanks for your input.