zxAnEponMduCardAdminStatus
ZXANEPON-ONUMGMT-MIB ·
.1.3.6.1.4.1.3902.1015.1010.1.1.1.39.1.2
Object
column r/w
Enumeration
This MIB is defined for the card admin status on the card.
For example:reset(1),switch(2)
reset(1) -- reset the card.
switch(2) -- switch card between master and slave status.
stopService(3) -- stop service normally.
active(4) -- activate this card and enable the service.
deactive(5) -- deactivate this card and disable the
service forcedly.
Context
- MIB
- ZXANEPON-ONUMGMT-MIB
- OID
.1.3.6.1.4.1.3902.1015.1010.1.1.1.39.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxAnEponMduCardEntry
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 'ZXANEPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXANEPON-ONUMGMT-MIB::zxAnEponMduCardAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXANEPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXANEPON-ONUMGMT-MIB::zxAnEponMduCardAdminStatus.<zxAnEponOnuIfIndex>.<zxAnEponOnuCardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXANEPON-ONUMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXANEPON-ONUMGMT-MIB::zxAnEponMduCardAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | reset |
2 | switch |
3 | stopService |
4 | active |
5 | deactive |