"1600(boot)(config)#" ... means you are working with the tiny IOS and not
the full IOS
ip route is not provided in tiny IOS
to solve you problem do:
1600(boot)#show flash
...... output .... "filename.bin"
1600(boot)(config)#boot system flash "filename.bin"
1600(boot)(config)#config-register 0x2102
1600(boot)(config)#end
1600(boot)#reload
....(save?)-> YES, (reload)?->confim
wait a litle and all should be there now

btw "filename.bin" needs to be replaced with what is stored on your flash
offcourse
"barrett bonden" <> wrote in message
news:tXe5e.357$...
> I have a 1600 and a 2500. They work; I can ping each other via a serial
> cable (back to back dte/dce)
> I can set up routing on the 2500, but I cant (at the risk of seeming
silly)
> find a whole set of commands
> on the 1600. for example :
>
> 1600(boot)(config)#ip route
> ^
> % Invalid input detected at '^' marker.
>
> Likewise "router rip" and "network" just don't seem to be there....
>
>
>
>
>
> Current configuration:
> !
> version 11.1
> service udp-small-servers
> service tcp-small-servers
> !
> hostname 1600
> !
> aaa new-model
> aaa authentication login vyt_m enable
> enable secret 5 $1$xFU8$DgDuZDb/PU.3alP4S1Gao1
> enable password ah
> !
> !
> interface Ethernet0
> ip address 192.168.0.44 255.255.255.0
> no ip route-cache
> !
> interface Serial0
> ip address 1.1.1.2 255.255.255.0
> !
> tacacs-server host 169.254.32.117
> line con 0
> exec-timeout 0 0
> line vty 0
> exec-timeout 0 0
> password ah
> login authentication vyt_m
> length 25
> line vty 1 4
> exec-timeout 0 0
> password ah
> login authentication vyt_m
> !
> end
>
>