Resource Type: cisco_overlay_global
- Defined in:
- lib/puppet/type/cisco_overlay_global.rb
- Providers:
-
cisco
Overview
Manages the global overlay configuration of a Cisco device.
~~~puppet cisco_overlay_global { <title>:
..attributes..
} ~~~
There can only be one instance of the cisco_overlay_global. Example:
~~~puppet
cisco_overlay_global { 'default':
dup_host_ip_addr_detection_host_moves => 200,
dup_host_ip_addr_detection_timeout => 20,
anycast_gateway_mac => '1223.3445.5668',
dup_host_mac_detection_host_moves => 100,
dup_host_mac_detection_timeout => 10,
}
~~~