BgpConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BGP configuration properties.
public class BgpConfiguration : Azure.ResourceManager.ManagedNetworkFabric.Models.AnnotationResourceProperties
type BgpConfiguration = class
inherit AnnotationResourceProperties
Public Class BgpConfiguration
Inherits AnnotationResourceProperties
- Inheritance
- Derived
Constructors
BgpConfiguration() |
Initializes a new instance of BgpConfiguration. |
Properties
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 AnnotationResourceProperties) |
BfdConfiguration |
BFD configuration properties. |
DefaultRouteOriginate |
Originate a defaultRoute. Ex: "True" | "False". |
FabricAsn |
ASN of Network Fabric. Example: 65048. |
IPv4ListenRangePrefixes |
List of BGP IPv4 Listen Range prefixes. |
IPv4NeighborAddress |
List with stringified IPv4 Neighbor Addresses. |
IPv6ListenRangePrefixes |
List of BGP IPv6 Listen Ranges prefixes. |
IPv6NeighborAddress |
List with stringified IPv6 Neighbor Address. |
PeerAsn |
Peer ASN. Example: 65047. |
Applies to
Azure SDK for .NET