ospf

class pytanga.components.Cisco.xe.ospf.ospf.ospfComponent(process_id, vrf=None, router_id=None, nsr=None, maximum_paths=None, domain_tag=None, ispf=None, prefix_suppression=None, priority=None, shutdown=None, cost=None, flood_reduction=None, hello_interval=None, mtu_ignore=None, resync_timeout=None, retransmit_interval=None, transmit_delay=None)

Bases: pytanga.components.AbstractComponent.AbstractComponent

add(component) → None

This should method add a subComponent.

getXMLNS()
is_composite() → bool
parse(serializer)

This method should call the parse method for all childrens passing the serializer.

remove(component) → None

This should method remove a subComponent.

setAttributes(process_id, vrf, router_id, nsr, maximum_paths, domain_tag, ispf, prefix_suppression, priority, shutdown, cost, flood_reduction, hello_interval, mtu_ignore, resync_timeout, retransmit_interval, transmit_delay)
property xmlns