MIB Viewer

FIREBRICK-BGP-MIB

19 objects
Firebrick-specific structures for BGP
OIDNameAccessStatusDescription
1.3.6.1.4.1.24693.100.179IdentityfbBgpMibFirebrick-specific structures for BGP
1.3.6.1.4.1.24693.100.179.1TablefbBgpPeerTablenot-accessiblecurrentThe list of BGP peers for this Firebrick
1.3.6.1.4.1.24693.100.179.1.1RowfbBgpPeerEntrynot-accessiblecurrentAn entry in the BGP Peer Names Table
1.3.6.1.4.1.24693.100.179.1.1.1ColumnfbBgpPeerAddressTyperead-onlycurrentThe address type of fbBgpPeerAddressAddr.
1.3.6.1.4.1.24693.100.179.1.1.2ColumnfbBgpPeerAddressread-onlycurrentThe 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.3ColumnfbBgpPeerNameread-onlycurrentThe name of the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.4ColumnfbBgpPeerStateread-onlycurrentThe current state of the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.5ColumnfbBgpPeerRemoteASread-onlycurrentThe remote AS of the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.6ColumnfbBgpPeerReceivedIpv4Prefixesread-onlycurrentThe number of IPv4 prefixes received from the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.7ColumnfbBgpPeerSecondsSinceLastChangeread-onlycurrentThe number of seconds since the last state change for the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.8ColumnfbBgpPeerReceivedIpv6Prefixesread-onlycurrentThe number of IPv6 prefixes received from the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.9ColumnfbBgpPeerExportedread-onlycurrentThe number of prefixes exported to the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.10ColumnfbBgpPeerLocalAddressTyperead-onlycurrentThe address type of fbBgpPeerLocalAddress.
1.3.6.1.4.1.24693.100.179.1.1.11ColumnfbBgpPeerLocalAddressread-onlycurrentThe 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.12ColumnfbBgpPeerLocalASread-onlycurrentThe local AS number for the BGP Peer
1.3.6.1.4.1.24693.100.179.1.1.13ColumnfbBgpPeerTableIdread-onlycurrentThe routing table number for this BGP Peer.
1.3.6.1.4.1.24693.100.179.1.1.14ColumnfbBgpPeerMaxPrefixesread-onlycurrentMax prefixes accepted from this peer.
1.3.6.1.4.1.24693.100.179.1.1.15ColumnfbBgpPeerMaxPrefixesHitread-onlycurrentPrefix limit was hit, so prefixes from this peer have been dropped.
Type Definitions
NameSyntaxStatusDescription
FbBgpPeerStateINTEGER { 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 }currentThe state of a BGP peer