cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
761
Views
0
Helpful
2
Replies

DHCP Radius accounting

barzog
Level 1
Level 1

We've trying to implement DHCP accounting using RADIUS. All configuration made as in http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a00801543c7.html

but it seems that named accounting lists not work att all.

I.e.

aaa accounting network RADIUS-GROUP1 start-stop group RGROUP-1

ip dhcp pool WIRELESS-POOL

accounting RADIUS-GROUP1

not working. How can I configure DHCP accounting properly? Any working example?

PS: 7206, c7200-is-mz.123-16.bin

1 Accepted Solution

Accepted Solutions

umedryk
Level 5
Level 5

In this command aaa accounting network RADIUS-GROUP1 start-stop group RGROUP-1 try with various options in place of the word network .Refer the following URL for more information

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t15/ftdhcpac.htm#wp1086397

View solution in original post

2 Replies 2

umedryk
Level 5
Level 5

In this command aaa accounting network RADIUS-GROUP1 start-stop group RGROUP-1 try with various options in place of the word network .Refer the following URL for more information

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t15/ftdhcpac.htm#wp1086397

Thanks for the link, I've missed following prereq: DHCP accounting can be configured only for DHCP network pools in which bindings are created automatically and destroyed upon lease termination or when the client sends a DHCPRELEASE message.