Something like this?
Code:
mount -F nfs nfs_server_name:/remote_filesystem /local_filesystem
You can look at the man page of mount_nfs on a Solaris system. That should give you more details on the other options available (other options are things like mounting readonly, disabling suid programs and such).