Hi,
If you want to make a static route you should enter into bcc, then into config mode entering the "config" command, then you should enter this:
static-route 192.168.0.0/24/200.44.32.4 cost 2
where (in this example):
192.168.0.0/24 its the destination network address with a subnet mask of 24 bits (255.255.255.0)
/200.44.32.4 cost 2 its the next hop address and the cost of this route, if you does not put the cost i think it works with the default static route cost of 1.
Please note, i can't remember if you have to enter into the interface cofiguration mode or into the ip mode to declare the static, you should try it in the config mode (box), if it does not works, you could enter into ip just typing IP or into the interfaces doing the following:
ethernet 1/1 where the first "1"is the ARN slot and the following "1" its the port number.
You should check your routes with the BCC command
sh ip routes.
Hope it helps