BLUECOAT-SG-USAGE-MIB
16 objects
The usage MIB is used to monitor resource usage of the device.
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.4 | IdentitydeviceUsageMIB | The usage MIB is used to monitor resource usage of the device. | ||
| 1.3.6.1.4.1.3417.2.4.1 | NodedeviceUsageMIBObjects | |||
| 1.3.6.1.4.1.3417.2.4.1.1 | TabledeviceUsageTable | not-accessible | current | This table lists the various resources that are available. |
| 1.3.6.1.4.1.3417.2.4.1.1.1 | RowdeviceUsageEntry | not-accessible | current | A deviceUsage entry describes the present usage of a resource. |
| 1.3.6.1.4.1.3417.2.4.1.1.1.1 | ColumndeviceUsageIndex | not-accessible | current | An arbitrary value which uniquely identifies a resource. |
| 1.3.6.1.4.1.3417.2.4.1.1.1.2 | ColumndeviceUsageTrapEnabled | read-only | current | This 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.3 | ColumndeviceUsageName | read-only | current | The textual name of the resource e.g. Disk. |
| 1.3.6.1.4.1.3417.2.4.1.1.1.4 | ColumndeviceUsagePercent | read-only | current | Percent of resource in use. |
| 1.3.6.1.4.1.3417.2.4.1.1.1.5 | ColumndeviceUsageHigh | read-only | current | Percent 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.6 | ColumndeviceUsageStatus | read-only | current | Comparison of deviceUsagePercent with deviceUsageHigh. |
| 1.3.6.1.4.1.3417.2.4.1.1.1.7 | ColumndeviceUsageTime | read-only | current | Value of 'sysUpTime.0' at last resource reading. |
| 1.3.6.1.4.1.3417.2.4.2 | NodedeviceUsageMIBNotifications | |||
| 1.3.6.1.4.1.3417.2.4.2.0 | NodedeviceUsageMIBNotificationsPrefix | |||
| 1.3.6.1.4.1.3417.2.4.2.0.1 | NotificationdeviceUsageTrap | deprecated | A notification is sent when the deviceUsagePercent exceeds a threshold. This is no longer functional. Use health monitoring instead. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| Percent | Integer32 ( 0..100) | current | Percent value. |
| UsageStatus | INTEGER { ok(1), high(2) } | current | Current status of the deviceUsagePercent. ok - value within limit. high - value surpassed high limit. |