No, it means that you need to go to the Cisco site and find out what was the earliest version that supported AAA. The 2500s can do it, I'm running it on a couple of 2511s and using a free Linux TACACS+ server for the authentication.
Here is the config I'm using:
!
version 12.2
service nagle
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
no service dhcp
!
hostname packetattack-ts
!
logging buffered 16384 debugging
aaa new-model
aaa authentication login default group tacacs+ enable
aaa authentication login old_way none
aaa authorization commands 1 default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ if-authenticated
aaa accounting exec default start-stop group tacacs+
aaa accounting connection default start-stop group tacacs+
aaa accounting system default start-stop group tacacs+
::snip::
This is the version that I'm running:
packetattack-ts uptime is 19 weeks, 12 hours, 14 minutes
System returned to ROM by power-on
System restarted at 19:08:04 pst Thu Jul 31 2003
System image file is "flash:c2500-io-l.122-17a.bin"
MikeS
Find me at
"Take advantage of the enemy's unreadiness, make your way by unexpected routes, and attack unguarded spots."
Sun Tzu