State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Bgp.Global.DefaultRouteDistance.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolBgpGlobalDefaultRouteDistanceStateThis class represents state data.
State information relating to the default route distance
-
external_route_distance¶ Administrative distance for routes learned from external BGP (eBGP)
type: int
range: 1..255config: False
-
internal_route_distance¶ Administrative distance for routes learned from internal BGP (iBGP)
type: int
range: 1..255config: False
-