zxGponSIPAgentConfigDataSIPStatus
ZXGPON-ONTMGMT-MIB ·
.1.3.6.1.4.1.3902.1012.3.50.17.3.1.11
Object
column Enumeration
This attribute is used to show the current status of the SIP Agent. Values are as follows: 0: ok/initial, 1: Connected, 2: Failed-ICMP Error, 3: Failed-Malformed-response, 4: Failed-Inadequate Info Response, 5: Failed-Timeout. (R) (mandatory) (1 byte)
Context
- MIB
- ZXGPON-ONTMGMT-MIB
- OID
.1.3.6.1.4.1.3902.1012.3.50.17.3.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxGponSIPAgentConfigDataEntry
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 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXGPON-ONTMGMT-MIB::zxGponSIPAgentConfigDataSIPStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXGPON-ONTMGMT-MIB::zxGponSIPAgentConfigDataSIPStatus.<zxGponOltIndex>.<zxGponONTIndex>.<zxGponSIPAgentConfigDataId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXGPON-ONTMGMT-MIB::zxGponSIPAgentConfigDataSIPStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok-initial |
2 | connected |
3 | failed-icmpErr |
4 | failed-malformedRsp |
5 | failed-inadequateRsp |
6 | failed-timeout |