Method: Cisco::RouterOspf#ospf_router

Defined in:
lib/cisco_node_utils/router_ospf.rb

#ospf_router(name, state = "") ⇒ Object



64
65
66
# File 'lib/cisco_node_utils/router_ospf.rb', line 64

def ospf_router(name, state="")
  @@node.config_set("ospf", "router", state, name)
end