bgpEndPoint

The bgpEndPoint table represents a logical BGP end point and includes relevant BGP data. This endpoint is implemented by a physical interface, as modeled in the protocolEndPoint table

The following table describes the bgpEndPoint table:

Table 1. bgpEndPoint Table
Column name Type Constraints Description
entityId 32-bit integer

Foreign key

Not null

The identifier of a BGP AS from the entityData table.
isEBGP 8-bit integer   Indicates whether this is an instance of the external version of BGP (eBGP).
isEBGPMultiHop 8-bit integer   Normally, two routers running eBGP must be physically connected. This field indicates whether there is a logical connection between two routers that are running eBGP. For example, there might be an intermediate router or interface between them.
localIdentifier 15-character string   The unique identifier of the BGP peer router. This is often the router identifier, for example, an IP address. Corresponds to the bgpIdentifier MIB variable in BGP4-MIB.
peerIdentifier 15-character string   The unique identifier of the peer BGP router. This is often the router identifier, for example, an IP address. Corresponds to the bgpIdentifier MIB variable in BGP4-MIB.
peerState 20-character string   The BGP state of the connection, as stored in the bgpPeerState MIB variable in BGP4-MIB.
adminStatus 5-character string Not null The required state of the BGP connection.
localAddress 15-character string   The local IP address of the BGP connection for this router. Corresponds to the bgpPeerLocalAddr MIB variable in BGP4-MIB.
localPort 32-bit integer   The local port number for the TCP connection of the BGP connection of the router. Corresponds to the bgpPeerLocalPort MIB variable in BGP4-MIB.
remoteAddress 15-character string   The remote IP address of the BGP connection for this router. Corresponds to the bgpPeerRemoteAddress MIB variable in BGP4-MIB.
remotePort 32-bit integer   Remote port number for the TCP connection the BGP connection of this router. Corresponds to the bgpPeerRemotePort MIB variable in BGP4-MIB.
remoteAS 32-bit integer   Remote AS number of the BGP peer connected to this router. The AS number can be a value between 1 and 65535; the range 64512 to 65535 is reserved for private use. Every AS has a unique AS number, which is assigned to it by an Internet Registry or a service provider. Corresponds to the bgpPeerRemoteAS MIB variable in BGP4-MIB.
connectRetryInterval 32-bit integer   Time interval, in seconds, for the ConnectRetry timer. Corresponds to the bgpConnectRetryInterval MIB variable in BGP4-MIB.
holdTime 32-bit integer   Maximum amount of time elapsed in seconds between receipt of successive KEEPALIVE or UPDATE messages.
holdTimeConfigured 32-bit integer   Time interval in seconds for the hold time configured for this BGP speaker with a peer. Corresponds to the bgpHoldTimeConfigured MIB variable in BGP4-MIB.
keepAlive 32-bit integer   Time in seconds for the KEEPALIVE timer established with the BGP peer.
keepAliveConfigured 32-bit integer   Time interval in seconds for the KeepAlive timer configured for this BGP speaker with a peer. Corresponds to the bgpPeerKeepAliveConfigured MIB variable in BGP4-MIB.
minASOrigInterval 32-bit integer   Time interval in seconds for the MinASOriginationInterval timer. Corresponds to the bgpPeerMinASOriginationInterval MIB variable in BGP4-MIB.
minASRouteAdvInterval 32-bit integer   Time interval in seconds for the MinRouteAdvertisementInterval timer. Corresponds to the bgpPeerMinRouteAdvertiseMentInterval MIB variable in BGP4-MIB.