How to assign a dedicated network interface to a non-global zone?

We got a network card(e1000g0) with 1gb of speed and working with global zone. We got a new network interface card, we have to place that in slot and we have to use that card as dedicated network interface to the non-global zone(hyd_app) in V890.

As i never done this before, please explain me the steps from placing the nic in slot to dedicating it to the non-global zone.

Thanks.

all you need can be found here:
Browse Product Documentation - Sun Microsystems

and more precisely, what you want is an exclusive IP zone, something like:

zonecfg:my-zone> set ip-type=exclusive
zonecfg:my-zone> add net
zonecfg:my-zone:net> set physical=e1000g1
zonecfg:my-zone:net> end