eclidad
Technical User
- Jan 5, 2005
- 81
Hi,
I'd like to use aaa to keep track of usage on our VPN. I'm not seeing records go to our RADIUS server when users login and logout. I do get them when I telnet to the router to look at the config. This is what we have.
aaa new-model
aaa authentication login default local
aaa authentication login userauthen group radius local
aaa authorization exec default local
aaa authorization network groupauthor local
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
radius-server host 192.168.3.20 auth-port 1645 acct-port 1646
crypto map clientmap client authentication list userauthen
The VPN is on FastEthernet0/1 which goes to a cable modem. We do not need PPP, SLIP, etc. on this port. What's missing in my incantation to see these records?
Thanks,
- Joel
I'd like to use aaa to keep track of usage on our VPN. I'm not seeing records go to our RADIUS server when users login and logout. I do get them when I telnet to the router to look at the config. This is what we have.
aaa new-model
aaa authentication login default local
aaa authentication login userauthen group radius local
aaa authorization exec default local
aaa authorization network groupauthor local
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
radius-server host 192.168.3.20 auth-port 1645 acct-port 1646
crypto map clientmap client authentication list userauthen
The VPN is on FastEthernet0/1 which goes to a cable modem. We do not need PPP, SLIP, etc. on this port. What's missing in my incantation to see these records?
Thanks,
- Joel