Resource Type: cisco_hsrp_global

Defined in:
lib/puppet/type/cisco_hsrp_global.rb
Providers:
cisco

Overview

Manages the Cisco Hsrp Global configuration resource. cisco_hsrp_global

..attributes..

‘default’ is only acceptable name for this global config object.

Example: cisco_hsrp_global { ‘default’:

bfd_all_intf           => true,
extended_hold          => 200,

}

Properties

  • bfd_all_intf

    Enables BFD for all HSRP sessions on all interfaces

    Supported values:
    • true
    • false
    • default
  • extended_hold

    Configures extended hold on global timers. Valid values are integer, keyword ‘default’

Parameters

  • name (namevar)

    ID of the hsrp global config. Valid values are default.

  • provider

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