Resource Type: cisco_ospf_area
- Defined in:
- lib/puppet/type/cisco_ospf_area.rb
- Providers:
-
cisco
Overview
Manages an area for an OSPF router.
cisco_ospf_area <vrf> <area>":
..attributes..
<ospf> is the name of the ospf router instance. <vrf> is the name of the ospf vrf. <area> is the name of the ospf area instance.
Examples: cisco_ospf_area vrf1 1.1.1.1’:
ensure => 'present',
authentication => 'md5',
default_cost => 1000,
filter_list_in => 'fin',
filter_list_out => 'fout',
range => [['10.3.0.0/16', true, '23'],
['10.3.3.0/24', false, '450']],
stub_no_summary => true,
cisco_ospf_area vrf2 2002’:
ensure => 'present',
nssa => true,
nssa_default_originate => true,
nssa_no_redistribution => true,
nssa_no_summary => true,
nssa_route_map => 'rmap',
nssa_translate_type7 => 'always_supress_fa',