bgpPeerRemotePort
CUMULUS-BGPVRF-MIB ·
.1.3.6.1.4.1.40310.7.3.1.1.8
Object
column
Integer32
The remote port for the TCP connection between the BGP peers. Note that the objects bgpPeerLocalAddr, bgpPeerLocalPort, bgpPeerRemoteAddr and bgpPeerRemotePort provide the appropriate reference to the standard MIB TCP connection table.
Context
- MIB
- CUMULUS-BGPVRF-MIB
- OID
.1.3.6.1.4.1.40310.7.3.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpPeerEntry
- Table
- bgpPeerTable
- Siblings
- 26
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-65535
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| bgpPeerIdentifier The BGP Identifier of this entry's BGP
peer. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.40310.7.3.1.1.1 |
| bgpPeerInUpdates The number of BGP UPDATE messages
received on this connection. This object
should be initialized to zero (0) when the
connection is established. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.40310.7.3.1.1.10 |
| bgpPeerOutUpdates The number of BGP UPDATE messages
transmitted on this connection. This
object should be initialized to zero (0)
when the connection is established. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.40310.7.3.1.1.11 |
| bgpPeerInTotalMessages The total number of messages received
from the remote peer on this connection.
This object should be initialized to zero
when the connection is established. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.40310.7.3.1.1.12 |
| bgpPeerOutTotalMessages The total number of messages transmitted to
the remote peer on this connection. This
object should be initialized to zero when
the connection is established. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.40310.7.3.1.1.13 |
| bgpPeerLastError The last error code and subcode seen by this
peer on this connection. If no error has
occurred, this field is zero. Otherwise, the
first byte of this two byte OCTET STRING
conta… | column | OctetString | .1.3.6.1.4.1.40310.7.3.1.1.14 |
| bgpPeerFsmEstablishedTransitions The total number of times the BGP FSM
transitioned into the established state. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.40310.7.3.1.1.15 |
| bgpPeerFsmEstablishedTime This timer indicates how long (in
seconds) this peer has been in the
Established state or how long
since this peer was last in the
Established state. It is set to zero when
a new… | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.40310.7.3.1.1.16 |
| bgpPeerConnectRetryInterval Time interval in seconds for the
ConnectRetry timer. The suggested value
for this timer is 120 seconds. | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.17 |
| bgpPeerHoldTime Time interval in seconds for the Hold
Timer established with the peer. The
value of this object is calculated by this
BGP speaker by using the smaller of the
value in bgpPeerHold… | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.18 |
| bgpPeerKeepAlive Time interval in seconds for the KeepAlive
timer established with the peer. The value
of this object is calculated by this BGP
speaker such that, when compared with
bgpPeerHoldTi… | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.19 |
| bgpPeerState The BGP peer connection state. | column | Enumeration | .1.3.6.1.4.1.40310.7.3.1.1.2 |
| bgpPeerHoldTimeConfigured Time interval in seconds for the Hold Time
configured for this BGP speaker with this
peer. This value is placed in an OPEN
message sent to this peer by this BGP
speaker, and is c… | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.20 |
| bgpPeerKeepAliveConfigured Time interval in seconds for the
KeepAlive timer configured for this BGP
speaker with this peer. The value of this
object will only determine the
KEEPALIVE messages' frequency re… | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.21 |
| bgpPeerMinRouteAdvertisementInterval Time interval in seconds for the
MinRouteAdvertisementInterval timer.
The suggested value for this timer is 30
seconds. | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.23 |
| bgpPeerInUpdateElapsedTime Elapsed time in seconds since the last BGP
UPDATE message was received from the peer.
Each time bgpPeerInUpdates is incremented,
the value of this object is set to zero
(0). | column | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.40310.7.3.1.1.24 |
| bgpPeerIface For BGP unnumbered neighbors routes are
using interfaces as nexthop interfaces.
This is the inteface from which nexthop
route | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.40310.7.3.1.1.25 |
| bgpPeerDesc This is neighbour or peer description
field. It provides human readable info
about neighbour or peer | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.40310.7.3.1.1.26 |
| bgpPeerIfindex Kernel ifIndex for interface-based BGP
sessions. Value is 0 if not an
interface-based session. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.40310.7.3.1.1.27 |
| bgpPeerIdType BGP session type carrying IPv4 Unicast
address-family. | column | Enumeration | .1.3.6.1.4.1.40310.7.3.1.1.28 |
| bgpPeerAdminStatus The desired state of the BGP connection.
A stop state means the session is
administratively down, i.e. shutdown. | column | Enumeration | .1.3.6.1.4.1.40310.7.3.1.1.3 |
| bgpPeerNegotiatedVersion The negotiated version of BGP running
between the two peers. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.40310.7.3.1.1.4 |
| bgpPeerLocalAddr The local IP address of this entry's BGP
connection. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.40310.7.3.1.1.5 |
| bgpPeerLocalPort The local port for the TCP connection
between the BGP peers. | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.6 |
| bgpPeerRemoteAddr The remote IP address of this entry's BGP
peer. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.40310.7.3.1.1.7 |
| bgpPeerRemoteAs The remote autonomous system number. | column | Integer32 | .1.3.6.1.4.1.40310.7.3.1.1.9 |