Resource Type: cisco_vtp
- Defined in:
- lib/puppet/type/cisco_vtp.rb
- Providers:
-
cisco
Overview
Manages the VTP (VLAN Trunking Protocol) configuration of a Cisco device.
cisco_vtp { <title>:
..attributes..
}
There can only be one instance of the cisco_vtp. Example:
cisco_vtp { default:
ensure => present,
domain => 'mydomain',
password => 'xxxxx',
version => 2,
filename => 'bootflash:/vlan.dat',
}