ospfv2Global

class pytanga.components.OpenConfig.routing.ospfv2.ospfv2Global.ospfv2GlobalComponent(router_id=None, summary_route_cost_mode=None, igp_shortcuts=None, log_adjacency_changes=None, hide_transit_only_networks=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(router_id, summary_route_cost_mode, igp_shortcuts, log_adjacency_changes, hide_transit_only_networks)
property xmlns