zhoneDs1ProtocolEmulation
ZHONE-Wan-MIB ·
.1.3.6.1.4.1.5504.5.2.2.1.25
Object
column r/w
Enumeration
Indicates whether the device is acting as Network-side or CPE with respect to this DS1. For example, if the system is configured with a PBX on the network side of the device, then the device will act as a CPE with respect to the DS1. If the device is on the network side of a PBX, then this leaf should be set to network, as the PBX would be acting as a CPE.
Context
- MIB
- ZHONE-Wan-MIB
- OID
.1.3.6.1.4.1.5504.5.2.2.1.25- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneDs1Entry
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 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-Wan-MIB::zhoneDs1ProtocolEmulation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-Wan-MIB::zhoneDs1ProtocolEmulation.<zhoneLineIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-Wan-MIB::zhoneDs1ProtocolEmulation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | network |
2 | cpe |