Resource Type: cisco_encapsulation

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

Overview

Manages a Global VNI Encapsulation profile(dot1q).

cisco_bridge_domain

..attributes..

<encap> is the profile name of the encapsulation.

Example:

cisco_encapsulation {\"cisco\":
  ensure          => present,
  dot1q_map       => ['100-110', '5100-5110'],
}

Properties

  • dot1q_map
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • encap

    Profile name of the Encapsulation. Valid values are alphanumeric with special characters.

  • provider

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