I am unable to set up the device - I get the following error:
CCP encountered an error while executing the command :
yourname#term len 0
yourname#conf t
Enter configuration commands, one per line. End with CNTL/Z.
yourname(config)#username ccpuser privilege 15 secret 0 ccppasswd
yourname(config)#interface FastEthernet0
yourname(config-if)#ip address 192.168.1.1 255.255.255.0
% IP addresses may not be configured on L2 links.
yourname(config-if)#no shutdown
yourname(config-if)#exit
yourname(config)#ip http server
yourname(config)#ip http authentication local
yourname(config)#ip http timeout-policy idle 60 life 86400 requests 10000
yourname(config)#line vty 0 4
yourname(config-line)#login local
yourname(config-line)#transport input telnet
yourname(config-line)#exit
yourname(config)#line vty 5 15
yourname(config-line)#login local
yourname(config-line)#transport input telnet
yourname(config-line)#exit
yourname(config)#exit
Fix these errors and retry.