Resource Type: cisco_evpn_vni
- Defined in:
- lib/puppet/type/cisco_evpn_vni.rb
- Providers:
-
cisco
Overview
%(Manages a Cisco Evpn Vni.
cisco_evpn_vni
..attributes..
<vni> is the id of the vni.
Example:
$both = ['1.2.3.4:55', '2:2', '55:33', 'auto']
$export = ['1.2.3.4:55', '2:2', '55:33', 'auto']
$import = ['1.2.3.4:55', '2:2', '55:33', 'auto']
cisco_evpn_vni {'4096':
ensure => present,
route_distinguisher => 'auto',
route_target_both => $both,
route_target_export => $export,
route_target_import => $import,
}
)