PDN-STACKABLE-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
8
.1.3.6.1.4.1.1795.2.24.2.36.1.3 · 1 row entry · 5 columns
Uses the paradyne variant from /opt/observium/mibs/paradyne.
Command help
Walk pdnStackConfigurationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PDN-STACKABLE-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-STACKABLE-MIB::pdnStackConfigurationTable'
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.
pdnStackConfigurationEntry row .1.3.6.1.4.1.1795.2.24.2.36.1.3.1
Each entry represents a unit in the stack.
Column Syntax OID
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.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1795.2.24.2.36.1.3.1.1
This object serves to map the table row to
an entry into the entPhysicalTable. This object
will contain the entPhysicalIndex associated with
the unit.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.1795.2.24.2.36.1.3.1.2
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
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1795.2.24.2.36.1.3.1.3
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 so…
SNMPv2-TCDisplayString
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.1795.2.24.2.36.1.3.1.4
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
fals…
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.1795.2.24.2.36.1.3.1.5
.1.3.6.1.4.1.1795.2.24.2.36.1.4 · 1 row entry · 3 columns
Uses the paradyne variant from /opt/observium/mibs/paradyne.
Command help
Walk pdnMoveUnitCmdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PDN-STACKABLE-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-STACKABLE-MIB::pdnMoveUnitCmdTable'
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.
pdnMoveUnitCmdEntry row .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.
Column Syntax OID
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, …
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.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 destination unit in the move command.The implementation's Operational
Specification should clearly specify what this object represents.
For examp…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1795.2.24.2.36.1.4.1.2
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.
Enumerationr/w
Enumerated Values:
1noOp
2move
.1.3.6.1.4.1.1795.2.24.2.36.1.4.1.3