QuestionQ303
Infrastructure and AutomationDrag the code snippets onto the blanks to manage an OSPF router area range by using the Puppet module. Not every option is used.
Drag & Drop
route_list
cisco_ospf_area
not_advertise
cisco_nexus_ospf
cost
range
{ 'devnet_ospf_instance default 10': ensure => 'present', => [ ['10.3.0.0/16', '', '30'], ['10.3.3.0/24', '450'] ], }
Community Discussion