Skip to content

set host interface channel

Anoop Rajendra edited this page May 15, 2017 · 1 revision

set host interface channel

Usage

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

Description

Sets the channel for a named interface.

Arguments

  • {host}

    One or more hosts.

Parameters

  • [channel=string]

  • {interface=string}

  • {mac=string}

    MAC address 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