Resource Type: cisco_interface_ospf
- Defined in:
- lib/puppet/type/cisco_interface_ospf.rb
- Providers:
-
cisco
Overview
Manages configuration of an OSPF interface instance
cisco_interface_ospf <ospf>":
..attributes..
<interface> is the name of the interface where the ospf interface config is to be applied. <ospf> is the name of the ospf router instance.
Example:
cisco_interface_ospf {\"Ethernet1/8 green\":
ensure => present,
area => \"0.0.0.0\",
bfd => true,
cost => 10,
hello_interval => 10,
dead_interval => 40,
passive_interface => true,
message_digest => true,
message_digest_key_id => 5,
message_digest_algorithm_type => md5,
message_digest_encryption_type => \"clear\",
message_digest_password => \"xxxxx\",
mtu_ignore => true,
network_type => 'p2p',
priority => 100,
shutdown => true,
transmit_delay => 300,
}