BeyondTrust Appliance B Series Supported MIB Objects

The complete listing of MIB objects that are made available on the B Series Appliance can be discovered by performing an SNMP walk against the B Series Appliance by specifying ".1" as the OID to start walking.

Executing an SNMP walk at this level will show both the MIB-2 and UCD MIB objects that are available. An example command line SNMP walk would look like the following:

# usage:
# snmpwalk [options] <host> [OID]

$ snmpwalk -v2c -cMyCommunity appliance.host.name.or.IP .1

Or, if you are interested only in the UCD portion of the tree, specify ".1.3.6.1.4.1.2021" as the root OID:

$ snmpwalk -v2c -cMyCommunity appliance.host.name.or.IP .1.3.6.1.4.1.2021

If you perform a full SNMP walk you will see a large set of available MIBs that are made available. The following SNMP parent MIB OIDs will yield the most useful information concerning your B Series Appliance. If you would like to retrieve all of the available child OIDs for each of the parent MIBs listed below, modify your SNMP walk to start at the parent MIB. For example, to SNMP walk the parent "interfaces" MIB, specify the OID ".1.3.6.1.2.1.2", and it will list all of the child OIDs available:

$ snmpwalk -v2c -cMyCommunity appliance.host.name.or.IP .1.3.6.1.2.1.2

SNMP Parent MIB Information

network:
    interfaces: .1.3.6.1.2.1.2
    ethers: .1.3.6.1.2.1.3
    IP: .1.3.6.1.2.1.4
    ICMP: .1.3.6.1.2.1.5
    TCP: .1.3.6.1.2.1.6
    UDP: .1.3.6.1.2.1.7
memory: .1.3.6.1.4.1.2021.4
disk:
    devices: .1.3.6.1.4.1.2021.9
cpu:
    load average: .1.3.6.1.4.1.2021.10
    other vm stats: .1.3.6.1.4.1.2021.11