ActionLast modified on 2023-06-21 19:28 |
Submit Comment |
| ID | Type | Name | Description | Links | Access |
|---|---|---|---|---|---|
| Action-MIB-1 | comment | comment |
Action MIB Header
|
||
| Action-MIB-2 | mib | ISO26048-1-Action |
|
||
| Action-MIB-3 | module-identity | fdActionMIB |
This MIB defines a management information to configure actions to be performed when called (e.g., by a trigger firing). Copyright (C) International Organization for Standardization (ISO). This MIB module is part of ISO 26048-1; see ISO 26048-1 for full legal notices. |
||
| Action-MIB-4 | comment | comment |
Administrator Objects to Manage Actions
|
||
| Action-MIB-5 | object-identity | fdAdminAction |
A node defining management information related to the field device's Action table. |
||
| Action-MIB-6 | object-type | fdAdminActionsTotalTriggers |
1 Total triggersThe number of times any action group has been called since the last initialization of the SNMP engine. |
Satisfies:
26048_1-552 Retrieve summary action statistics
|
read-only |
| Action-MIB-7 | object-type | fdAdminActionsTotalFailures |
2 Total failuresThe number of times any action was called since the last initialization of the SNMP engine but was unsuccessful (e.g., the relative row pointer did not point to an existing row). |
Satisfies:
26048_1-552 Retrieve summary action statistics
|
read-only |
| Action-MIB-8 | object-type | fdOwnerActionTable |
3 Owner action tableA table containing management information about the actions associated with each owner. It is recommended that administrators are granted read- write access to the entire table while owners are only granted read-access to their specific row(s). |
not-accessible | |
| Action-MIB-9 | object-type | fdOwnerActionEntry |
A row in the fdOwnerActionTable. |
not-accessible | |
| Action-MIB-10 | row | FdOwnerActionEntry | |||
| Action-MIB-11 | object-type | fdOwnerActionMaxGroups |
4 Maximum action groups for ownerThe maximum number of rows that this owner is allowed to manage within the fdActionGroupTable at any point in time. |
Satisfies:
26048_1-553 Configure an action owner
26048_1-554 Confirm action owner configuration
|
read-create |
| Action-MIB-12 | object-type | fdOwnerActionActionsPerGroup |
5 Owner actions per groupThe maximum number of fdActionTable rows that this owner is allowed to manage within each action group at any point in time. |
Satisfies:
26048_1-553 Configure an action owner
26048_1-554 Confirm action owner configuration
|
read-create |
| Action-MIB-13 | object-type | fdOwnerActionTriggers |
6 Number of action triggers for ownerThe number of times any action group associated with this owner has been called since the last discontinuity, as defined by the fdOwnerTimeStamp. |
Satisfies:
26048_1-555 Retrieve action owner statistics
|
read-only |
| Action-MIB-14 | object-type | fdOwnerActionFailures |
7 Number of action failures for ownerThe number of times an action group for this owner was called but one or more actions within the group was unsuccessful (e.g., the relative row pointer did not point to an existing row). |
Satisfies:
26048_1-555 Retrieve action owner statistics
|
read-only |
| Action-MIB-15 | comment | comment |
Action objects
|
||
| Action-MIB-16 | object-type | fdActionGroupTable |
8 Action group tableA table that manages the actions that can be internally called by the device. |
not-accessible | |
| Action-MIB-17 | object-type | fdActionGroupEntry |
An action that can be performed by the device. The action table provides a way for a single trigger to call multiple specific actions. |
not-accessible | |
| Action-MIB-18 | row | FdActionGroupEntry | |||
| Action-MIB-19 | object-type | fdActionGroupIndex |
9 Action group indexThe unique index of the action group, within the scope of the fdOwnerIndex. |
not-accessible | |
| Action-MIB-20 | object-type | fdActionGroupDescription |
10 Action group descriptionThe human readable description of the purpose of this entry. |
Satisfies:
26048_1-544 Configure an action group
26048_1-545 Confirm action group configuration
|
read-create |
| Action-MIB-21 | object-type | fdActionGroupTriggers |
11 Action group triggersThe number of times this action group has been called by a triggering event when the entry was in the active and enabled state. Any discontinuity shall result in resetting this object to zero and updating the value of fdActionGroupTimeStamp. |
Satisfies:
26048_1-546 Retrieve action group statistics
|
read-only |
| Action-MIB-22 | object-type | fdActionGroupFailures |
12 Action group failuresThe number of times this action group has been called by a triggering event when the entry was in the active and enabled state and one or more of the associated actions experienced a failure. Any discontinuity shall result in resetting this object to zero and updating the value of fdActionGroupTimeMark. |
Satisfies:
26048_1-546 Retrieve action group statistics
|
read-only |
| Action-MIB-23 | object-type | fdActionGroupTimeStamp |
13 Action group time stampThe value sysUpTime at the last discontinuity of the counters associated with this row of the fdActionGroupTable. Discontinuities occur when the row is created. |
Satisfies:
26048_1-546 Retrieve action group statistics
|
read-only |
| Action-MIB-24 | object-type | fdActionGroupStorageType |
14 Action group storage typeThis object defines whether this action group and all of its component actions are kept in volatile storage and lost upon reboot or if this row is backed up by non-volatile or permanent storage. Conceptual rows having the value 'permanent' must allow write access to the fdActionGroupRowStatus and fdActionRowStatus columnar objects to disable the group and/or action. |
Satisfies:
26048_1-544 Configure an action group
26048_1-545 Confirm action group configuration
|
read-create |
| Action-MIB-25 | object-type | fdActionGroupRowStatus |
15 Action group row statusThe status of this action group. A control that allows entries to be added and removed from this table. A 'destroy' command for this object shall also destroy all fdActionEntires associated with this action group. fdActionGroupDescription can be modified independent of the current row status. All other read-create objects in this entry can only be modified when the value of this object is not 'active'. |
Satisfies:
26048_1-544 Configure an action group
26048_1-545 Confirm action group configuration
26048_1-550 Delete action group
26048_1-548 Toggle action group
|
read-create |
| Action-MIB-26 | object-type | fdActionTable |
16 Action tableA table that manages the actions that can be internally called by the device. |
not-accessible | |
| Action-MIB-27 | object-type | fdActionEntry |
An action that can be performed by the device. The action table provides a way for a single trigger to call multiple specific actions. |
not-accessible | |
| Action-MIB-28 | row | FdActionEntry | |||
| Action-MIB-29 | object-type | fdActionIndex |
17 Action indexThe index of this component within the scope of the fdOwnerIndex and fdActionIndex. When a trigger fires, it will call a specific fdOwnerIndex and fdActionGroupIndex; this third index allows multiple actions to be associated with a single trigger. |
not-accessible | |
| Action-MIB-30 | object-type | fdActionPointer |
18 Action pointerA pointer to an action to be performed when this action group is called. This shall point either to the first writable object within the row of a table that is associted with a specific action (e.g., fdNotificationFactory, fdLogFactory, fdCommandFactory) or to a specific object that has a defined action. Any object that is designed to allow this object to call it should explicitly indicate how the call to action should be interpreted. |
Satisfies:
26048_1-1077 Configure an action
26048_1-1078 Confirm action configuration
|
read-create |
| Action-MIB-31 | object-type | fdActionTriggers |
19 Action triggersThe number of times this action has been called by a triggering event. Any discontinuity shall result in resetting this object to zero and updating the fdActionTimeStamp object. |
Satisfies:
26048_1-1079 Retrieve action statistics
|
read-only |
| Action-MIB-32 | object-type | fdActionFailures |
20 Action failuresThe number of times this action has been called by a triggering event when this fdActionEntry was active but the referenced action could not be performed. Any discontinuity shall result in resetting this object to zero and updating the fdActionTimeStamp object. |
Satisfies:
26048_1-1079 Retrieve action statistics
|
read-only |
| Action-MIB-33 | object-type | fdActionTimeStamp |
21 Action time stampThe value sysUpTime at the last discontinuity of the counters associated with this row of the fdActionTable. Discontinuities occur when the row is created. |
Satisfies:
26048_1-1079 Retrieve action statistics
|
read-only |
| Action-MIB-34 | object-type | fdActionSecurityModel |
22 Action security modelThe security model used to activate this row of the fdActionTable and to call the object referenced by fdActionPointer. |
not-accessible | |
| Action-MIB-35 | object-type | fdActionSecurityLevel |
23 Action security levelThe security level used to activate this row of the fdActionTable and to call the object referenced by fdActionPointer. |
not-accessible | |
| Action-MIB-36 | object-type | fdActionSecurityName |
24 Action security nameThe security name used to activate this row of the fdActionTable and to call the object referenced by fdActionPointer. |
not-accessible | |
| Action-MIB-37 | object-type | fdActionRowStatus |
25 Action row statusThe status of this action. The row status shall indicate 'notReady' whenever the security model, level, and name do not provide write access to the object referenced by either fdActionPointer. At a minimum, these access rights shall be verified whenever (1) any configuration parameter in this conceptual row is changed and (2) any changes are made to the vacmSecurityToGroupTable, vacmAccessTable, or vacmViewTreeFamilyTable. fdActionPointer can only be modified when the value of this object is not 'active'. |
Satisfies:
26048_1-1077 Configure an action
26048_1-1078 Confirm action configuration
26048_1-551 Delete action
26048_1-549 Toggle action
|
read-create |
| Action-MIB-38 | comment | comment |
26 Conformance InformationConformance Information |
||
| Action-MIB-39 | object-identity | fdActionConformance |
A node containing conformance statements related to the fdActionMIB. |
||
| Action-MIB-40 | object-identity | fdActionCompliances |
A node for compliance statements for the fdActionMIB. |
||
| Action-MIB-41 | object-identity | fdActionGroups |
A node for group definitions related to fdActionMIB. |
||
| Action-MIB-42 | module-compliance | fdActionComplianceV1 |
The original conformance statement for actions for a device to perform when a trigger fires. |
||
| Action-MIB-43 | object-group | fdActionAdminGroupV1 |
Administrative information for actions. |
||
| Action-MIB-44 | object-group | fdActionGroupV1 |
Management information for actions. |
Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus, lacus eget hendrerit bibendum, urna est aliquam sem, sit amet imperdiet est velit quis lorem.