pdnRedunCommand
PDN-ENTITY-REDUNDANCY-MIB ·
.1.3.6.1.4.1.1795.2.24.2.41.1.1.4.1.1
Object
This object allows users to command an entity module,
configured for redundancy to perform an action such as
switch (2).
Reading this object should return the last command
issued on this interface or noCmd (1) if no command
has been issued since last reset.
Context
- MIB
- PDN-ENTITY-REDUNDANCY-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.41.1.1.4.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pdnRedunCmdEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PDN-ENTITY-REDUNDANCY-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-ENTITY-REDUNDANCY-MIB::pdnRedunCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-ENTITY-REDUNDANCY-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-ENTITY-REDUNDANCY-MIB::pdnRedunCommand.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-ENTITY-REDUNDANCY-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-ENTITY-REDUNDANCY-MIB::pdnRedunCommand'
Syntax
- Source
- PdnRedunCmd
- Base type
Enumeration
Values & Constraints
Type Values
1 | noCmd |
2 | switch |
3 | forcedswitch |
Conformance
Member of
Compliance refinements
pdnEntityRedundancyCompliance
readonly
Write access is not required.