FIREBRICK-BGP-MIB
19 objects
Firebrick-specific structures for BGP
Imported Objects
| FIREBRICK-MIB | firebrickNewStyle |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-SMI | enterprises Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.24693.100.179 | IdentityfbBgpMib | Firebrick-specific structures for BGP | ||
| 1.3.6.1.4.1.24693.100.179.1 | TablefbBgpPeerTable | not-accessible | current | The list of BGP peers for this Firebrick |
| 1.3.6.1.4.1.24693.100.179.1.1 | RowfbBgpPeerEntry | not-accessible | current | An entry in the BGP Peer Names Table |
| 1.3.6.1.4.1.24693.100.179.1.1.1 | ColumnfbBgpPeerAddressType | read-only | current | The address type of fbBgpPeerAddressAddr. |
| 1.3.6.1.4.1.24693.100.179.1.1.2 | ColumnfbBgpPeerAddress | read-only | current | The internet address for the peer. The type of the address is determined by the value of the fbBgpPeerAddressType object. |
| 1.3.6.1.4.1.24693.100.179.1.1.3 | ColumnfbBgpPeerName | read-only | current | The name of the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.4 | ColumnfbBgpPeerState | read-only | current | The current state of the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.5 | ColumnfbBgpPeerRemoteAS | read-only | current | The remote AS of the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.6 | ColumnfbBgpPeerReceivedIpv4Prefixes | read-only | current | The number of IPv4 prefixes received from the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.7 | ColumnfbBgpPeerSecondsSinceLastChange | read-only | current | The number of seconds since the last state change for the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.8 | ColumnfbBgpPeerReceivedIpv6Prefixes | read-only | current | The number of IPv6 prefixes received from the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.9 | ColumnfbBgpPeerExported | read-only | current | The number of prefixes exported to the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.10 | ColumnfbBgpPeerLocalAddressType | read-only | current | The address type of fbBgpPeerLocalAddress. |
| 1.3.6.1.4.1.24693.100.179.1.1.11 | ColumnfbBgpPeerLocalAddress | read-only | current | The local internet address used for this peer. The type of the address is determined by the value of the fbBgpPeerAddressType object. |
| 1.3.6.1.4.1.24693.100.179.1.1.12 | ColumnfbBgpPeerLocalAS | read-only | current | The local AS number for the BGP Peer |
| 1.3.6.1.4.1.24693.100.179.1.1.13 | ColumnfbBgpPeerTableId | read-only | current | The routing table number for this BGP Peer. |
| 1.3.6.1.4.1.24693.100.179.1.1.14 | ColumnfbBgpPeerMaxPrefixes | read-only | current | Max prefixes accepted from this peer. |
| 1.3.6.1.4.1.24693.100.179.1.1.15 | ColumnfbBgpPeerMaxPrefixesHit | read-only | current | Prefix limit was hit, so prefixes from this peer have been dropped. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| FbBgpPeerState | INTEGER { idle(0), active(1), openWait(2), openSent(3), openConfirm(4), established(5), closed(6), preshutdown(7), shutdown(8) } FbBgpPeerEntry ::= SEQUENCE { fbBgpPeerAddressType InetAddressType, fbBgpPeerAddress InetAddress, fbBgpPeerName DisplayString, fbBgpPeerState FbBgpPeerState, fbBgpPeerRemoteAS Integer32, fbBgpPeerReceivedIpv4Prefixes Integer32, fbBgpPeerSecondsSinceLastChange Integer32, fbBgpPeerReceivedIpv6Prefixes Integer32, fbBgpPeerLocalAddressType InetAddressType, fbBgpPeerLocalAddress InetAddress, fbBgpPeerLocalAS Integer32, fbBgpPeerExported Integer32, fbBgpPeerTableId Integer32, fbBgpPeerMaxPrefixes Integer32, fbBgpPeerMaxPrefixesHit TruthValue } | current | The state of a BGP peer |