devConfigPortNumDisplayFormat
PDN-CONFIG-MIB ·
.1.3.6.1.4.1.1795.2.24.2.7.10.2
Object
scalar mandatory
r/w
Enumeration
This object is used to set display format for the port numbers. The default is unit/port number. sle(1) - this method is to use Single Logical Entity interface numbers. For example, if sle is confiugred the sle numbers range from 1 to 384 for a stack of 8 units with 48 ports each. unitport(2) - this method uses unitnumber/portnumber For previous example the numbers would be from 1/1 to 8/48. name(3) - This method allowes user to assign character strings (names) to each interface and to view the interfaces by names.
Context
- MIB
- PDN-CONFIG-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.7.10.2- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- devConfiguration
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-CONFIG-MIB::devConfigPortNumDisplayFormat.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-CONFIG-MIB::devConfigPortNumDisplayFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sle |
2 | unitport |
3 | name |