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',
}
}