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

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • member_vlans

    ID of the member VLAN(s). Valid values are integer /integer ranges.

  • member_vnis

    ID of the member VNI(s). Valid values are integer /integer ranges. This property is dependent on Cisco_bridge_domain

  • topo_name

    Descriptive name of the topology. Valid values are string

Parameters

  • provider

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

  • topo_id

    ID of the fabricpath topology. Valid values are integer in the range 1-63. Value of 0 is reserved for default topology.