Resource Type: cisco_ospf_vrf
- Defined in:
- lib/puppet/type/cisco_ospf_vrf.rb
- Providers:
-
cisco
Overview
Manages a VRF for an OSPF router.
cisco_ospf_vrf <vrf>":
..attributes..
<ospf> is the name of the ospf router instance. <vrf> is the name of the ospf vrf.
Example:
cisco_ospf_vrf {\"green test\":
ensure => present,
router_id => \"192.168.1.1\",
bfd => true,
default_metric => 2,
log_adjancency => log,
timer_throttle_lsa_start => 0,
timer_throttle_lsa_hold => 5000,
timer_throttle_lsa_max => 5000,
timer_throttle_spf_start => 200,
timer_throttle_spf_hold => 1000,
timer_throttle_spf_max => 5000,
auto_cost => 40000,
}