BGP4 MIB control data
| Column Name | Column Datatype | Column Null Option | Column Comment |
| bgppeeridentifier | integer | not null | The BGP Identifier of this entry's BGP peer. Binary representation. |
| bgplocalas | integer | not null | The local autonomous system number. |
| bgppeerremoteas | integer | not null | The remote autonomous system number. |
| bgpidentifier | integer | not null | The BGP Identifier of local system. Binary representation. |
| server_addr | integer | not null | Server IP address |
| probe_addr | integer | not null | SNMP/RMON agent IP address |
| bgpidentifierip | varchar(16) | not null | The BGP Identifier of local system. Dotted representation. |
| bgppeeridentifierip | varchar(16) | not null | The BGP Identifier of this entry's BGP peer. Dotted representation. |
| bgpversion | varchar(255) | not null | Vector of supported BGP protocol version numbers. Each peer negotiates the version from this vector. Versions are identified via the string of bits contained within this object. The first octet contains bits 0 to 7, the second octet contains bits 8 to 15, and so on, with the most significant bit referring to the lowest bit number in the octet (for example, the MSB of the first octet refers to bit 0). If a bit, i, is present and set, then the version (i+1) of the BGP is supported. |
| bgppeernegotiatedversion | integer | not null | The negotiated version of BGP running between the two peers. |
| bgppeerlocaladdr | integer | not null | The local IP address of this entry's BGPconnection. |
| bgppeerlocaladdrrip | varchar(16) | not null | |
| bgppeerlocalport | integer | not null | The local port for the TCP connection between the BGP peers. |
| bgppeerremoteaddr | integer | not null | The remote IP address of this entry's BGP peer. |
| bgppeerremoteaddrip | varchar(16) | not null | |
| bgppeerremoteport | integer | not null | 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. |
| bgppeerconnectretryinterval | integer | not null | Time interval in seconds for the ConnectRetry timer. The suggested value for this timer is 120 seconds. |
| bgppeerholdtimeconfigured | integer | not null | 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 compared with the Hold Time field in an OPEN message received from the peer when determining the Hold Time (bgpPeerHoldTime) with the peer. This value must not be less than three seconds if it is not zero (0) in which case the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds. |
| bgppeerkeepaliveconfigured | integer | not null | 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 relative to the value specified in bgpPeerHoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be configured to be one third of that of bgpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodical KEEPALIVE messages are sent to the peer after the BGP connection has been established. The suggested value for this timer is 30 seconds. |
| bgppeerminasoriginationintval | integer | not null | Time interval in seconds for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds. |
| bgppeerminrouteadinterval | integer | not null | Time interval in seconds for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds. |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| resourcenamebgp4asview | server_addr rsrcindex rsrcotherindex |