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,

}

Properties

  • echo_interface

    Loopback interface used for echo frames. Valid values are string (e.g. ‘loopback42’), or keyword ‘default’.

  • echo_rx_interval

    Echo receive interval in msec. Valid values are integer, keyword ‘default’.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • fabricpath_interval

    Valid values are an array of [fabricpath_interval, fabricpath_min_rx, fabricpath_multiplier] or keyword ‘default’

  • fabricpath_slow_timer

    Fabricpath slow rate timer in msec. Valid values are integer, keyword ‘default’.

  • fabricpath_vlan

    Fabricpath control vlan. Valid values are integer, keyword ‘default’.

  • interval

    Valid values are an array of [interval, min_rx, multiplier] or keyword ‘default’

  • ipv4_echo_rx_interval

    Ipv4 session echo receive interval in msec. Valid values are integer, keyword ‘default’.

  • ipv4_interval

    Valid values are an array of [ipv4_interval, ipv4_min_rx, ipv4_multiplier] or keyword ‘default’

  • ipv4_slow_timer

    Ipv4 session slow rate timer in msec. Valid values are integer, keyword ‘default’.

  • ipv6_echo_rx_interval

    Ipv6 session echo receive interval in msec. Valid values are integer, keyword ‘default’.

  • ipv6_interval

    Valid values are an array of [ipv6_interval, ipv6_min_rx, ipv6_multiplier] or keyword ‘default’

  • ipv6_slow_timer

    Ipv6 session slow rate timer in msec. Valid values are integer, keyword ‘default’.

  • slow_timer

    Slow rate timer in msec. Valid values are integer, keyword ‘default’.

  • startup_timer

    Delayed startup timer in sec. Valid values are integer, keyword ‘default’.

Parameters

  • name (namevar)
  • provider

    The specific backend to use for this ‘cisco_bfd_global` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.