HP Virtual Connect Enterprise Manager 6.3 CLI Guide

Examples
Add a new server port to dedicated network mapping:
vcemcli -add server-port-map profilename MyProfile portnumber 1
network Network1 vlanid 100
Add a new server port to shared network mapping:
vcemcli -add server-port-map profilename MyProfile portnumber 2
network RedNetwork uplinkset MyUplinkSet1
Add a new server port to shared network and label it as untagged:
vcemcli -add server-port-map profilename MyProfile portnumber 3
network GreenNetwork uplinkset MyUplinkset1 untagged true
Minimum Required Role Based Security
VCEM Group Operator
Remarks
The job status for the jobid can be obtained by executing VCEMCLI with the show job command
and providing the associated job ID. For more information see show job (page 67).
add server-port-map 59