IBgpConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BgpConfigurationTypeConverter))]
public interface IBgpConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BgpConfigurationTypeConverter))>]
type IBgpConfiguration = interface
    interface IJsonSerializable
    interface IAnnotationResource
Public Interface IBgpConfiguration
Implements IAnnotationResource
Derived
Attributes
Implements

Properties

Name Description
AllowAs

Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.

AllowAsOverride

Enable Or Disable state.

Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
BfdConfigurationAdministrativeState

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

BfdConfigurationIntervalInMilliSecond

Interval in milliseconds. Example: 300.

BfdConfigurationMultiplier

Multiplier for the Bfd Configuration. Example: 5.

DefaultRouteOriginate

Originate a defaultRoute. Ex: "True" | "False".

FabricAsn

ASN of Network Fabric. Example: 65048.

Ipv4ListenRangePrefix

List of BGP IPv4 Listen Range prefixes.

Ipv4NeighborAddress

List with stringified IPv4 Neighbor Addresses.

Ipv6ListenRangePrefix

List of BGP IPv6 Listen Ranges prefixes.

Ipv6NeighborAddress

List with stringified IPv6 Neighbor Address.

PeerAsn

Peer ASN. Example: 65047.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to