Resource Type: cisco_bfd_global
- Defined in:
- lib/puppet/type/cisco_bfd_global.rb
- Providers:
-
cisco
Overview
Manages the Cisco Bfd Global configuration resource. cisco_bfd_global
..attributes..
‘default’ is only acceptable name for this global config object. Example: cisco_bfd_global { ‘default’:
ensure => 'present',
echo_interface => 'loopback10',
echo_rx_interval => 300,
fabricpath_interval => ['750', '350', '45'],
fabricpath_slow_timer => 15000,
fabricpath_vlan => 100,
interval => ['100', '100', '25'],
ipv4_echo_rx_interval => 100,
ipv4_interval => ['200', '200', '50'],
ipv4_slow_timer => 10000,
ipv6_echo_rx_interval => 200,
ipv6_interval => ['500', '500', '30'],
ipv6_slow_timer => 25000,
slow_timer => 5000,
startup_timer => 25,
}