PDN-STACKABLE-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-STACKABLE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
pdnStackable | 1.3.6.1.4.1.1795.2.24.2.36 |
This MIB contains objects that are used for configuration and statistics reporting things that are unique to a stackable product. |
||
pdnStackableNotifications | 1.3.6.1.4.1.1795.2.24.2.36.0 | |||
pdnStackUnitAdded | 1.3.6.1.4.1.1795.2.24.2.36.0.1 |
This trap signifies that a new unit has been added to a stack. |
||
pdnStackUnitComFailure | 1.3.6.1.4.1.1795.2.24.2.36.0.2 |
This trap signifies that a loss of communication has occured with a unit that was part of a stack. |
||
pdnStackUnitComRestored | 1.3.6.1.4.1.1795.2.24.2.36.0.3 |
This trap signifies that communication to a unit that was part of the stack has occured. |
||
pdnStackableObjects | 1.3.6.1.4.1.1795.2.24.2.36.1 | |||
wanInterface | 1.3.6.1.4.1.1795.2.24.2.36.1.1 | bits | read-write |
This object allows the WAN interface to be selected. Given that the syntax for this object is BITS, it is intented that the implementation could support multiple-simulatneous uplinks. There is no default value suggested or specified with a DEFVAL directive. The intent is that the particular project using this MIB object will specify its own default value. It seems like projects using this MIB object may be different enough that it would not be a good idea to specify a default here. Bits: 'stackLink2': 1, 'stackLink3': 3, 'stackLink12': 12, 'stackLink1': 0, 'stackLink6': 6, 'stackLink7': 7, 'stackLink4': 4, 'stackLink5': 5, 'stackLink18': 18, 'stackLink8': 8, 'stackLink9': 9, 'stackLink17': 17, 'stackLink16': 16, 'stackLink13': 13, 'stackLink14': 14, 'plugInModule': 2, 'stackLink11': 11, 'stackLink10': 10, 'stackLink15': 15. |
pdnStackMethod | 1.3.6.1.4.1.1795.2.24.2.36.1.2 | integer | read-only |
This object identifies the method by which units are interconnected. Enumeration: 'daisyChain': 1, 'star': 2. |
pdnStackConfigurationTable | 1.3.6.1.4.1.1795.2.24.2.36.1.3 | no-access |
This table is used to display the stack configuration. Implementation details regarding units becoming attached to or removed from the Stack should be covered in the implementation's Operational Specification. |
|
1.3.6.1.4.1.1795.2.24.2.36.1.3.1 | no-access |
Each entry represents a unit in the stack. |
||
pdnUnitExternalID | 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.1 | unsigned32 | no-access |
This object is the External ID used to refer to a particular unit. The value of this External ID will typically be indicated on the unit by some means such as a LED. |
pdnUnitEntPhysicalIndex | 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.2 | integer32 | read-only |
This object serves to map the table row to an entry into the entPhysicalTable. This object will contain the entPhysicalIndex associated with the unit. |
pdnUnitAssigned | 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.3 | truthvalue | read-write |
This object indicates if the External ID has been assigned to a particular Globally Unique Identifier (GUID). Writing a false(2) is a mechanism to delete a unit from a stack. When a unit is deleted from a stack, all data that the Stack knows about the unit is purged. On read operations: true(1) - indicates that the External ID has been assigned to a unit false(2) - indicates that the External ID has not been assigned to a unit |
pdnUnitGUID | 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.4 | displaystring | read-only |
This object is the representation of the units' Globally Unique Identifier (GUID). The requirement for this identifier is that is something that makes the unit uniquely identifiable. A MAC addresses is an example of something that could be used as a GUID. The particular implementation's Operational Specification should clarify what is used as the implementation's GUID. |
pdnUnitPresent | 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.5 | truthvalue | read-only |
This object identifies if the unit is present in the stack. Note that when a unit is removed from a stack, its stack and configuration information is retained. true(1) - indicates that the unit is present false(2) - indicates that the unit is no present |
pdnMoveUnitCmdTable | 1.3.6.1.4.1.1795.2.24.2.36.1.4 | no-access |
This table contains the objects necessary to support a command to move a unit in a stack. This command only applies when singleManagementEntity is enabled. |
|
1.3.6.1.4.1.1795.2.24.2.36.1.4.1 | no-access |
The table has a single row supporting a command to move a unit in a stack. |
||
pdnMoveUnitSrcNumber | 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.1 | unsigned32 | no-access |
This object is used as a table index and serves as the identifier for the source unit in the move command. The implementation's Operational Specification should clearly specify what this object represents. For example, this object could be what is refered to as the unit's External ID. |
pdnMoveUnitDestNumber | 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.2 | unsigned32 | no-access |
This object is used as a table index and serves as the identifier for the destination unit in the move command.The implementation's Operational Specification should clearly specify what this object represents. For example, this object could be what is refered to as the unit's External ID. |
pdnMoveUnitCmd | 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.3 | integer | read-write |
Writing the value move(2) will cause the stack and configuration related information for the source unit to be moved to the destination unit. This object always returns a noOp(1) on a read operation. Enumeration: 'move': 2, 'noOp': 1. |
pdnStackUnitAddedTrapEnable | 1.3.6.1.4.1.1795.2.24.2.36.1.5 | switchstate | read-write |
Indicates whether the pdnStackUnitAdded trap should be generated. The following values are defined for this object: enabled(1) - Generates the trap disabled(2) - Does not generate the trap |
pdnStackUnitComFailureTrapEnable | 1.3.6.1.4.1.1795.2.24.2.36.1.6 | switchstate | read-write |
Indicates whether the pdnStackUnitComFailure trap should be generated. The following values are defined for this object: enabled(1) - Generates the trap disabled(2) - Does not generate the trap |
pdnStackUnitComRestoredTrapEnable | 1.3.6.1.4.1.1795.2.24.2.36.1.7 | switchstate | read-write |
Indicates whether the pdnStackUnitComRestored trap should be generated. The following values are defined for this object: enabled(1) - Generates the trap disabled(2) - Does not generate the trap |
pdnStackableAFNs | 1.3.6.1.4.1.1795.2.24.2.36.2 | |||
pdnStackableConformance | 1.3.6.1.4.1.1795.2.24.2.36.3 | |||
pdnStackableCompliances | 1.3.6.1.4.1.1795.2.24.2.36.3.1 | |||
pdnStackableConmpliance | 1.3.6.1.4.1.1795.2.24.2.36.3.1.1 |
The compliance statement for elements implementing stackable units. |
||
pdnStackableGroups | 1.3.6.1.4.1.1795.2.24.2.36.3.2 | |||
pdnStackableObjGroups | 1.3.6.1.4.1.1795.2.24.2.36.3.2.1 | |||
wanInterfaceGroup | 1.3.6.1.4.1.1795.2.24.2.36.3.2.1.1 |
Objects related to the WAN. |
||
singleManagementEntityGroup | 1.3.6.1.4.1.1795.2.24.2.36.3.2.1.2 |
Objects related to the Single Management Entity. |
||
pdnStackableAfnGroups | 1.3.6.1.4.1.1795.2.24.2.36.3.2.2 | |||
pdnStackableNtfyGroups | 1.3.6.1.4.1.1795.2.24.2.36.3.2.3 | |||
singleManagementEntityNotificationGroup | 1.3.6.1.4.1.1795.2.24.2.36.3.2.3.1 |
Notifications that must be implemented for Single Management Entity implementations. |