genEquipInterfacesAuxUserChanType
MWRM-NETWORK-MIB ·
.1.3.6.1.4.1.2281.10.9.3.2.1.1
Object
column r/w
Enumeration
User channel type. The asynchronous modes allow two channels, one in each port. The twin asynchronous mode uses port 1 for v.11 and port 2 for RS-232. The Synchronous modes use two ports each
Context
- MIB
- MWRM-NETWORK-MIB
- OID
.1.3.6.1.4.1.2281.10.9.3.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- genEquipInterfacesAuxUserChanEntry
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 'MWRM-NETWORK-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-NETWORK-MIB::genEquipInterfacesAuxUserChanType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MWRM-NETWORK-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-NETWORK-MIB::genEquipInterfacesAuxUserChanType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWRM-NETWORK-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWRM-NETWORK-MIB::genEquipInterfacesAuxUserChanType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | asynchronous-rs232 |
2 | asynchronous-v-11 |
3 | twin-asynchronous-rs232-and-v-11 |
4 | synchronous-v-11-codirectional |
5 | synchronous-v-11-contradirectional |