Use the following syntax to configure a system interface.
config>router
interface interface-name
address {[ip-address/mask] | [ip-address] [netmask]}
A:ALA-A>config>router# info
#------------------------------------------
# IP Configuration
#--------------------------------------------------------
interface "system"
address 10.10.0.4/32
exit
#------------------------------------------------