PeeringBgpSession Class

Definition

The properties that define a BGP session.

public class PeeringBgpSession
type PeeringBgpSession = class
Public Class PeeringBgpSession
Inheritance
PeeringBgpSession

Constructors

PeeringBgpSession()

Initializes a new instance of PeeringBgpSession.

Properties

MaxPrefixesAdvertisedV4

The maximum number of prefixes advertised over the IPv4 session.

MaxPrefixesAdvertisedV6

The maximum number of prefixes advertised over the IPv6 session.

Md5AuthenticationKey

The MD5 authentication key of the session.

MicrosoftSessionIPv4Address

The IPv4 session address on Microsoft's end.

MicrosoftSessionIPv6Address

The IPv6 session address on Microsoft's end.

PeerSessionIPv4Address

The IPv4 session address on peer's end.

PeerSessionIPv6Address

The IPv6 session address on peer's end.

SessionPrefixV4

The IPv4 prefix that contains both ends' IPv4 addresses.

SessionPrefixV6

The IPv6 prefix that contains both ends' IPv6 addresses.

SessionStateV4

The state of the IPv4 session.

SessionStateV6

The state of the IPv6 session.

Applies to