Ok, I must really be missing something on this one.
Based on the information on the doc site, I would have configured the solution like this:
access 102 permit udp any any
access 102 deny ip any any
aaa new-model
aaa authen eou default enable group radius
aaa autoriz network default group radius
radius-server host 173.1.137.252
radius-server key cisco
ip radius source-interface lo0
ip addmission name cisco eapoudp
int e0
ip addmission cisco
ip access 102 in
Obviously, from the solution guide my configuration is incorrect. Unfortunately, there is no explanation and the solution example is missing the acl. Can someone please give an explanation of the configuration provided in the solution guide? I've read through the NAC section of the doc site twice now and I don't understand how anyone would know to configure the inactivity timeout or the auth and acct ports.
Also, if someone does manage to authenticate to the radius server, wouldn't acl 102 still block traffic? In other words, if someone authenticates, how does the router know to let traffic pass instead of blocking it with acl 102?
I might be making this a lot more complicated than it is, but it would be very helpful if the solution guide actually had an explanation.
-Bobby