Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BgpSession

Package version

The properties that define a BGP session.

Hierarchy

  • BgpSession

Index

Properties

Optional maxPrefixesAdvertisedV4

maxPrefixesAdvertisedV4: undefined | number

The maximum number of prefixes advertised over the IPv4 session.

Optional maxPrefixesAdvertisedV6

maxPrefixesAdvertisedV6: undefined | number

The maximum number of prefixes advertised over the IPv6 session.

Optional md5AuthenticationKey

md5AuthenticationKey: undefined | string

The MD5 authentication key of the session.

Optional microsoftSessionIPv4Address

microsoftSessionIPv4Address: undefined | string

The IPv4 session address on Microsoft's end. NOTE: This property will not be serialized. It can only be populated by the server.

Optional microsoftSessionIPv6Address

microsoftSessionIPv6Address: undefined | string

The IPv6 session address on Microsoft's end. NOTE: This property will not be serialized. It can only be populated by the server.

Optional peerSessionIPv4Address

peerSessionIPv4Address: undefined | string

The IPv4 session address on peer's end.

Optional peerSessionIPv6Address

peerSessionIPv6Address: undefined | string

The IPv6 session address on peer's end.

Optional sessionPrefixV4

sessionPrefixV4: undefined | string

The IPv4 prefix that contains both ends' IPv4 addresses.

Optional sessionPrefixV6

sessionPrefixV6: undefined | string

The IPv6 prefix that contains both ends' IPv6 addresses.

Optional sessionStateV4

sessionStateV4: SessionStateV4

The state of the IPv4 session. Possible values include: 'None', 'Idle', 'Connect', 'Active', 'OpenSent', 'OpenConfirm', 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate', 'PendingRemove' NOTE: This property will not be serialized. It can only be populated by the server.

Optional sessionStateV6

sessionStateV6: SessionStateV6

The state of the IPv6 session. Possible values include: 'None', 'Idle', 'Connect', 'Active', 'OpenSent', 'OpenConfirm', 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate', 'PendingRemove' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc