Here are a few problems I found with the System Management Beta:
12.8 Logging with Access-Lists - RIP is not running on interface fa0/1
12.11 Conditional Debugging - RIP is not running on interface fa0/0.67 (EIGRP is)
This may or may not be an issue, as I am not very familiar with this feature:
12.10 Generating Exception Core Dumps
"The router should also reload in the case that memory fragmentation prohibits a process from allocating more that 64Kbytes of memory."
Your answer is:
exception memory fragment 64000
However, does this trigger a reload? Wouldn't this be the answer:
exception memory fragment 64000 reboot
From the DOCCD (http://www.cisco.com/en/US/docs/ios/netmgmt/command/reference/nm_04.html#wp1046694):
reboot
(Optional) Reloads the router when a memory size threshold is violated. If the reboot keyword is not configured, the router will not reload when a memory size threshold is violated.
12.15 SNMPv2c Server - not an error but maybe a mention should be made that the 'snmp-server file-transfer access-group' command is replacing the 'snmp-server tftp-server-list' command.
http://www.cisco.com/en/US/docs/ios/netmgmt/command/reference/nm_14.html#wp1011621
This command was replaced with the snmp-server file-transfer access-group command in Cisco IOS Release 12.4(12). Use the snmp-server file-transfer access-group command in Cisco IOS Release 12.4(12) and in later releases.
The snmp-server tftp-server-list command is still supported in Cisco IOS software, but if it is configured as snmp-server tftp-server-list 10, it will be substituted with the snmp-server file-transfer access-group 10 protocol tftp command.