Skip to content

set host interface channel

Chris Ladd edited this page Oct 11, 2019 · 3 revisions

set host interface channel

Usage

stack set host interface channel {host ...} {channel=string} [interface=string] [mac=string] [network=string]

Description

Sets the channel for a named interface.

Arguments

  • [host]

    One or more hosts.

Parameters

  • [channel=string]

  • {interface=string}

  • {mac=string}

  • {network=string}

    Network name of the interface.

Examples

  • stack set host interface channel backend-0-0 interface=eth1 channel="bond0"

    Sets the channel for eth1 to be "bond0" (i.e., it associates eth1 with the bonded interface named "bond0").

  • stack set host interface channel backend-0-0 interface=eth1 channel=NULL

    Clear the channel entry.

Clone this wiki locally