PDN-STACKABLE-MIB

File: PDN-STACKABLE-MIB.mib (16785 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
PDN-HEADER-MIB PDN-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
NOTIFICATION-TYPE Integer32 OBJECT-GROUP
NOTIFICATION-GROUP MODULE-COMPLIANCE DisplayString
TruthValue pdn-common SwitchState

Defined Types

PdnStackConfigurationEntry  
SEQUENCE    
  pdnUnitExternalID Unsigned32
  pdnUnitEntPhysicalIndex INTEGER
  pdnUnitAssigned TruthValue
  pdnUnitGUID DisplayString
  pdnUnitPresent TruthValue

PdnMoveUnitCmdEntry  
SEQUENCE    
  pdnMoveUnitSrcNumber Unsigned32
  pdnMoveUnitDestNumber Unsigned32
  pdnMoveUnitCmd INTEGER

Defined Values

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.
MODULE-IDENTITY    

pdnStackableNotifications 1.3.6.1.4.1.1795.2.24.2.36.0
OBJECT IDENTIFIER    

pdnStackableObjects 1.3.6.1.4.1.1795.2.24.2.36.1
OBJECT IDENTIFIER    

pdnStackableAFNs 1.3.6.1.4.1.1795.2.24.2.36.2
OBJECT IDENTIFIER    

pdnStackableConformance 1.3.6.1.4.1.1795.2.24.2.36.3
OBJECT IDENTIFIER    

wanInterface 1.3.6.1.4.1.1795.2.24.2.36.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stackLink1(0), stackLink2(1), plugInModule(2), stackLink3(3), stackLink4(4), stackLink5(5), stackLink6(6), stackLink7(7), stackLink8(8), stackLink9(9), stackLink10(10), stackLink11(11), stackLink12(12), stackLink13(13), stackLink14(14), stackLink15(15), stackLink16(16), stackLink17(17), stackLink18(18)  

pdnStackMethod 1.3.6.1.4.1.1795.2.24.2.36.1.2
This object identifies the method by which units are interconnected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER daisyChain(1), star(2)  

pdnStackConfigurationTable 1.3.6.1.4.1.1795.2.24.2.36.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnStackConfigurationEntry

pdnStackConfigurationEntry 1.3.6.1.4.1.1795.2.24.2.36.1.3.1
Each entry represents a unit in the stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnStackConfigurationEntry  

pdnUnitExternalID 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

pdnUnitEntPhysicalIndex 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.2
This object serves to map the table row to an entry into the entPhysicalTable. This object will contain the entPhysicalIndex associated with the unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

pdnUnitAssigned 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.3
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
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

pdnUnitGUID 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

pdnUnitPresent 1.3.6.1.4.1.1795.2.24.2.36.1.3.1.5
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
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pdnMoveUnitCmdTable 1.3.6.1.4.1.1795.2.24.2.36.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnMoveUnitCmdEntry

pdnMoveUnitCmdEntry 1.3.6.1.4.1.1795.2.24.2.36.1.4.1
The table has a single row supporting a command to move a unit in a stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnMoveUnitCmdEntry  

pdnMoveUnitSrcNumber 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

pdnMoveUnitDestNumber 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

pdnMoveUnitCmd 1.3.6.1.4.1.1795.2.24.2.36.1.4.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), move(2)  

pdnStackUnitAddedTrapEnable 1.3.6.1.4.1.1795.2.24.2.36.1.5
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
Status: current Access: read-write
OBJECT-TYPE    
  SwitchState  

pdnStackUnitComFailureTrapEnable 1.3.6.1.4.1.1795.2.24.2.36.1.6
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
Status: current Access: read-write
OBJECT-TYPE    
  SwitchState  

pdnStackUnitComRestoredTrapEnable 1.3.6.1.4.1.1795.2.24.2.36.1.7
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
Status: current Access: read-write
OBJECT-TYPE    
  SwitchState  

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

pdnStackableCompliances 1.3.6.1.4.1.1795.2.24.2.36.3.1
OBJECT IDENTIFIER    

pdnStackableGroups 1.3.6.1.4.1.1795.2.24.2.36.3.2
OBJECT IDENTIFIER    

pdnStackableConmpliance 1.3.6.1.4.1.1795.2.24.2.36.3.1.1
The compliance statement for elements implementing stackable units.
Status: current Access: read-write
MODULE-COMPLIANCE    

pdnStackableObjGroups 1.3.6.1.4.1.1795.2.24.2.36.3.2.1
OBJECT IDENTIFIER    

pdnStackableAfnGroups 1.3.6.1.4.1.1795.2.24.2.36.3.2.2
OBJECT IDENTIFIER    

pdnStackableNtfyGroups 1.3.6.1.4.1.1795.2.24.2.36.3.2.3
OBJECT IDENTIFIER    

wanInterfaceGroup 1.3.6.1.4.1.1795.2.24.2.36.3.2.1.1
Objects related to the WAN.
Status: current Access: read-write
OBJECT-GROUP    

singleManagementEntityGroup 1.3.6.1.4.1.1795.2.24.2.36.3.2.1.2
Objects related to the Single Management Entity.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
NOTIFICATION-GROUP