All MIBs › BGP4-MIB › bgpPeerKeepAliveConfigured
bgpPeerKeepAliveConfigured
Module: BGP4-MIB
OID (symbolic): BGP4-MIB::bgpPeerKeepAliveConfigured
OID (numeric): 1.3.6.1.2.1.15.3.1.21
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
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 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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.15.3.1.21 snmpwalk -v2c -c public <target> BGP4-MIB::bgpPeerKeepAliveConfigured
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.15.3.1.21.1 snmpget -v2c -c public <target> BGP4-MIB::bgpPeerKeepAliveConfigured.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.15.3.1.21.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> bgpPeerKeepAliveConfigured.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.15 | bgp | BGP-MIB |
| 1.3.6.1.2.1.15.3 | bgpPeerTable | BGP4-MIB |
| 1.3.6.1.2.1.15.3.1 | bgpPeerEntry | BGP4-MIB |
| 1.3.6.1.2.1.15.3.1.21 | bgpPeerKeepAliveConfigured | BGP4-MIB |