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