add host interface
Usage
stack add host interface {host} [channel=string] [default=boolean] [interface=string] [ip=string] [mac=string] [module=string] [name=string] [network=string] [vlan=string]
Description
Adds an interface to a host and sets the associated values.
Arguments
-
[host]
Host name of machine
Parameters
{channel=string}
{default=boolean}
{interface=string}
{ip=string}
{mac=string}
{module=string}
{name=string}
{network=string}
-
{vlan=string}
The VLAN ID to assign the interface
Examples
-
stack add host interface backend-0-0 interface=eth1 ip=192.168.1.2 network=private name=fast-0-0
Add interface “eth1” to host “backend-0-0” with the given IP address, network assignment, and name.
Edited by: Chris Ladd on Fri Oct 11 12:15:23 2019 -0700
Commit: 3a71eaf