bgp¶
-
class
pytanga.components.Cisco.xe.bgp.bgp.bgpComponent(asn, aigp_rib_metric=None, always_compare_med=None, cluster_id=None, deterministic_med=None, enforce_first_as=None, enhanced_error=None, fast_external_fallover=None, log_neighbor_changes=None, maxas_limit=None, maxcommunity_limit=None, route_map_cache=None, update_delay=None, router_id=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(asn)¶
-
property
xmlns¶
-
-
class
pytanga.components.Cisco.xe.bgp.bgp.bgpConfigComponent(aigp_rib_metric=None, always_compare_med=None, cluster_id=None, deterministic_med=None, enforce_first_as=None, enhanced_error=None, fast_external_fallover=None, log_neighbor_changes=None, maxas_limit=None, maxcommunity_limit=None, route_map_cache=None, update_delay=None, router_id=None, advertise_best_external=None, dmzlink_bw=None, suppress_inactive=None, soft_reconfig_backup=None, scan_time=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(aigp_rib_metric, always_compare_med, cluster_id, deterministic_med, enforce_first_as, enhanced_error, fast_external_fallover, log_neighbor_changes, maxas_limit, maxcommunity_limit, route_map_cache, update_delay, router_id, advertise_best_external, dmzlink_bw, suppress_inactive, soft_reconfig_backup, scan_time)¶
-
property
xmlns¶
-