Resource Type: cisco_fabricpath_topology
- Defined in:
- lib/puppet/type/cisco_fabricpath_topology.rb
- Providers:
-
cisco
Overview
Manages a Cisco fabricpath Topology.
cisco_fabricpath_topology
..attributes..
<topo_id> is the id of the topology.
Example:
cisco_fabricpath_topology {'1':
ensure => present,
topo_name => 'Topo-1',
member_vlans => ['101-200', '250']
member_vnis => ['5000-5010', '10000']
}