fabric-vnic-modify
Netvisor allows the creation of a management interface on a Virtual Network Interface Card (vNIC) for fabric communication. In the current fabric, Netvisor allows two subnets: one for out-of-band provisioning, and fabric, and one for in-band fabric. This feature allows three subnets per fabric:
- An out-of-band provisioning subnet
 - An out-of-band fabric subnet
 - An in-band fabric subnet
 
Each subnets uses a separate VLAN for traffic isolation purposes. When a vNIC is created for the management interface, fabric communication automatically switches to this vNIC, without additional configuration.
Syntax fabric-vnic-modify
| 
    ip ip-address  | 
  
    Specify the IP address of the vNIC.  | 
 
| 
    netmask netmask  | 
  
    Specify the netmask for the IP address.  | 
 
| 
    vlan vlan-id  | 
  
    Specify the VLAN ID for the vNIC. This must be unique to the vNIC.  | 
 
Defaults None
Access Network Administrator
History
| 
    Version 2.6.0  | 
  
    Command introduced.  | 
 
Usage Use this command to modify a vNIC for fabric management.
Examples To modify a vNIC with IP address, 20.1.1.1/24 on VLAN 32, use the following syntax:
CLI (network-admin@switch) > fabric-vnic-modify ip 20.1.1.1 netmask 255.255.255.0 vlan 32
