Go to main content
Oracle® Fabric OS 1.0.2 Administration Guide

Exit Print View

Updated: November 2016
 
 

Edit a vNIC

You can change the properties of a vNIC. You can perform this task using either the CLI or the GUI. For the GUI procedure, refer to Managing VNICs on a Physical Server in Oracle Fabric Manager 5.0.2 Administration Guide. This procedure is for the CLI.

  1. Change the properties of the vNIC.

    For example, you can change the address type to DHCP.

    [OFOS] set vnic vinc1.server1 -addr-type=dhcp -IP-address=10.1.1.1/32
  2. Verify the change to the vNIC.
    [OFOS] show vnic vnic1.server1
    name           state  mac-addr  ipaddr         if   if-state    type    vlans 
    -----------------------------------------------------------------------------
    vnic1.server1  up/up            10.1.1.1/32         up          dhcp    none 

Related Information