x25AdmnInterfaceMode
RFC1382-MIB ·
.1.3.6.1.2.1.10.5.1.1.2
Object
column mandatory
r/w
Enumeration
Identifies DCE/DTE mode in which the interface operates. A value of dxe indicates the mode will be determined by XID negotiation.
Context
- MIB
- RFC1382-MIB
- OID
.1.3.6.1.2.1.10.5.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- x25AdmnEntry
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 'RFC1382-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1382-MIB::x25AdmnInterfaceMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1382-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1382-MIB::x25AdmnInterfaceMode.<x25AdmnIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1382-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1382-MIB::x25AdmnInterfaceMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dte |
2 | dce |
3 | dxe |