InternalNetworkBgpConfiguration 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 InternalNetworkBgpConfiguration : Azure.ResourceManager.ManagedNetworkFabric.Models.BgpConfiguration
type InternalNetworkBgpConfiguration = class
inherit BgpConfiguration
Public Class InternalNetworkBgpConfiguration
Inherits BgpConfiguration
- Inheritance
Constructors
InternalNetworkBgpConfiguration() |
Initializes a new instance of InternalNetworkBgpConfiguration. |
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. (Inherited from BgpConfiguration) |
AllowASOverride |
Enable Or Disable state. (Inherited from BgpConfiguration) |
Annotation |
Switch configuration description. (Inherited from AnnotationResourceProperties) |
BfdConfiguration |
BFD configuration properties. (Inherited from BgpConfiguration) |
DefaultRouteOriginate |
Originate a defaultRoute. Ex: "True" | "False". (Inherited from BgpConfiguration) |
FabricAsn |
ASN of Network Fabric. Example: 65048. (Inherited from BgpConfiguration) |
IPv4ListenRangePrefixes |
List of BGP IPv4 Listen Range prefixes. (Inherited from BgpConfiguration) |
IPv4NeighborAddress |
List with stringified IPv4 Neighbor Addresses. (Inherited from BgpConfiguration) |
IPv6ListenRangePrefixes |
List of BGP IPv6 Listen Ranges prefixes. (Inherited from BgpConfiguration) |
IPv6NeighborAddress |
List with stringified IPv6 Neighbor Address. (Inherited from BgpConfiguration) |
PeerAsn |
Peer ASN. Example: 65047. (Inherited from BgpConfiguration) |
Applies to
Azure SDK for .NET