MIB Viewer

BLUECOAT-SG-USAGE-MIB

16 objects
The usage MIB is used to monitor resource usage of the device.
Imported Objects
BLUECOAT-MIBblueCoatMgmt
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TimeStamp TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.3417.2.4IdentitydeviceUsageMIBThe usage MIB is used to monitor resource usage of the device.
1.3.6.1.4.1.3417.2.4.1NodedeviceUsageMIBObjects
1.3.6.1.4.1.3417.2.4.1.1TabledeviceUsageTablenot-accessiblecurrentThis table lists the various resources that are available.
1.3.6.1.4.1.3417.2.4.1.1.1RowdeviceUsageEntrynot-accessiblecurrentA deviceUsage entry describes the present usage of a resource.
1.3.6.1.4.1.3417.2.4.1.1.1.1ColumndeviceUsageIndexnot-accessiblecurrentAn arbitrary value which uniquely identifies a resource.
1.3.6.1.4.1.3417.2.4.1.1.1.2ColumndeviceUsageTrapEnabledread-onlycurrentThis variable controls generation of deviceUsageTrap for this resource. When this variable is true(1), generation of deviceUsageTrap is enabled. When this vari…
1.3.6.1.4.1.3417.2.4.1.1.1.3ColumndeviceUsageNameread-onlycurrentThe textual name of the resource e.g. Disk.
1.3.6.1.4.1.3417.2.4.1.1.1.4ColumndeviceUsagePercentread-onlycurrentPercent of resource in use.
1.3.6.1.4.1.3417.2.4.1.1.1.5ColumndeviceUsageHighread-onlycurrentPercent usage which a notification will be sent when the value is reached. For example, if deviceUsageHigh is set to 79 then notification will be send when the…
1.3.6.1.4.1.3417.2.4.1.1.1.6ColumndeviceUsageStatusread-onlycurrentComparison of deviceUsagePercent with deviceUsageHigh.
1.3.6.1.4.1.3417.2.4.1.1.1.7ColumndeviceUsageTimeread-onlycurrentValue of 'sysUpTime.0' at last resource reading.
1.3.6.1.4.1.3417.2.4.2NodedeviceUsageMIBNotifications
1.3.6.1.4.1.3417.2.4.2.0NodedeviceUsageMIBNotificationsPrefix
1.3.6.1.4.1.3417.2.4.2.0.1NotificationdeviceUsageTrapdeprecatedA notification is sent when the deviceUsagePercent exceeds a threshold. This is no longer functional. Use health monitoring instead.
Type Definitions
NameSyntaxStatusDescription
PercentInteger32 ( 0..100)currentPercent value.
UsageStatusINTEGER { ok(1), high(2) }currentCurrent status of the deviceUsagePercent. ok - value within limit. high - value surpassed high limit.