Resource Type: cisco_bridge_domain

Defined in:
lib/puppet/type/cisco_bridge_domain.rb
Providers:
cisco

Overview

%a Cisco Bridge Domain (BD).

cisco_bridge_domain {“<bd>”:

..attributes..

<bd> is the id of the bridge domain.

Example:

cisco_bridge_domain {"1000":
  ensure          => present,
  bd_name         => 'red',
  fabric_control  => 'false',
  shutdown        => 'false',
}

}

Properties

  • bd_name

    The bridge-domain name. Valid values are String or keyword ‘default’.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • fabric_control

    %(Specifies this bridge-domain as the fabric control bridge-domain. Only one bridge-domain or VLAN can be configured as fabric-control. Valid values are true, false, ‘default’.)

    Supported values:
    • true
    • false
    • default
  • shutdown

    Specifies the shutdown state of the bridge-domain. Valid values are true, false, ‘default’.

    Supported values:
    • true
    • false
    • default

Parameters

  • bd

    ID of the Bridge Domain. Valid values are integer.

  • provider

    The specific backend to use for this ‘cisco_bridge_domain` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.