Resource Type: cisco_ip_multicast

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

Overview

%(Manages a Cisco IP Multicast configuration.

cisco_ip_multicast

..attributes..

Example:

cisco_ip_multicast {'default':
  ensure                       => present,
  overlay_distributed_dr       => 'true',
  overlay_spt_only             => 'true',
}

)

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • overlay_distributed_dr

    Configure node as Distributed-DR. Valid values are true, false or keyword ‘default’

    Supported values:
    • true
    • false
    • default
  • overlay_spt_only

    Enable L3-overlay shortest path tree only. Valid values are true, false or keyword ‘default’

    Supported values:
    • true
    • false
    • default

Parameters

  • name (namevar)

    Instance of IP Multicast, only allow the value ‘default’

  • provider

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