zxAnPonRmOnuRetrieveCmdTable
ZTE-AN-PON-REMOTE-ONU-MIB ·
.1.3.6.1.4.1.3902.1082.500.3.2.5.3
Object
table
EMS can send zxAnPonRmOnuRetrieveCmd to retrieve ONU monitoring
metrics which are not defined by ME of OMCI or OAM.
Otherwise, EMS can retrieve error messages of excution of
zxAnPonRmOnuConfCmd in ONU.
The action is divided into two steps.
Step one:
EMS sends zxAnPonRmOnuRetrieveCmdSessionId and
zxAnPonRmOnuRetrieveCmd to OLT.
The format of zxAnPonRmOnuRetrieveCmd is:
'command head::[parameter 1]=P1,[parameter 2]=P2,
...[parameter n]=Pn;'
the command head represents a configuration function
which is defined by EMS and ONU.
parameters are followed by '::' and separated by ',',
the end of the command must be ';'.
Example:
GET_WAN_CONF::WANID=1;
Step two:
The result is saved in zxAnPonRmOnuRetrieveCmdReply.
EMS can retrieve result by zxAnPonRmOnuRetrieveCmdSessionId.
The format of zxAnPonRmOnuRetrieveCmdReply is:
'command head::[parameter 1]=P1,[parameter 2]=P2,
...[parameter n]=Pn;'
the command head represents a configuration function
which is defined by EMS and ONU.
parameters are followed by '::' and separated by ',',
the end of the command must be ';'.
Example:
GET_WAN_CONF_RESULT::WANID=1,HOST=1,MODE=1,PPPUser=test,
PPPPassword=test;
Context
- MIB
- ZTE-AN-PON-REMOTE-ONU-MIB
- OID
.1.3.6.1.4.1.3902.1082.500.3.2.5.3- Type
- table
- Status
- current
- Parent
- zxAnPonRmOnuCliOverSnmpObjects
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-PON-REMOTE-ONU-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-PON-REMOTE-ONU-MIB::zxAnPonRmOnuRetrieveCmdTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-PON-REMOTE-ONU-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-PON-REMOTE-ONU-MIB::zxAnPonRmOnuRetrieveCmdTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.