BgpSettings.PeerWeight Property

Definition

Gets or sets the weight added to routes learned from this BGP speaker.

[Newtonsoft.Json.JsonProperty(PropertyName="peerWeight")]
public int? PeerWeight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="peerWeight")>]
member this.PeerWeight : Nullable<int> with get, set
Public Property PeerWeight As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to