neighbor

class pytanga.components.Cisco.xe.bgp.neighbor.neighborComponent(address=None, name=None, remote_as=None, cluster_id=None, description=None, disable_connected_check=None, ebgp_multihop=None, password=None, peer_group=None, shutdown=None, keepalive_interval=None, holdtime=None, minimum_neighbor_hold=None, ttl_security=None, update_source=None, version=None, activate=None, advertisement_interval=None, allow_policy=None, allowas_in=None, default_originate=None, default_originate_route_map=None, dmzlink_bw=None, maximum_prefix_n=None, maximum_prefix_threshold=None, maximum_prefix_restart=None, maximum_prefix_warning=None, next_hop_self=None, next_hop_self_all=None, next_hop_unchanged=None, route_reflector_client=None, send_community=None, send_label=None, soft_reconfiguration=None, weight=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(address, name, remote_as, cluster_id, description, disable_connected_check, ebgp_multihop, password, peer_group, shutdown, keepalive_interval, holdtime, minimum_neighbor_hold, ttl_security, update_source, version, activate, advertisement_interval, allow_policy, allowas_in, default_originate, default_originate_route_map, dmzlink_bw, maximum_prefix_n, maximum_prefix_threshold, maximum_prefix_restart, maximum_prefix_warning, next_hop_self, next_hop_self_all, next_hop_unchanged, route_reflector_client, send_community, send_label, soft_reconfiguration, weight)
property xmlns
exception pytanga.components.Cisco.xe.bgp.neighbor.neighborSyntaxError

Bases: Exception