zxAnCardOperStatus

OBS ✓
ZTE-AN-CHASSIS-MIB · .1.3.6.1.4.1.3902.1082.10.1.2.4.1.5

Object

column Enumeration
This MIB is defined for the card status.
              
inService(1)   --  card plugged in,running normally and service is 
                   being provided normally.
notInService(2)--  card plugged in,running normally but service is 
                   stopped. It is not supported by C600 series NE.
hwOnline(3)    --  card plugged in and card communication is ok, but 
                   software isn't running now.
hwOffline(4)   --  card is pulled out or card not plugged in, but 
                   added to agent's database only.
configuring(5) --  card plugged in, but it is configuring.
configFailed(6)--  card plugged in, but configuration failed.
                   It is not supported by C600 series NE.
typeMismatch(7)--  card plugged in, but it's type is mismatch.
deactived(8)   --  card plugged in, but it is deactivated by a 
                   manager. It is not supported by C600 series NE.
faulty(9)      --  fault occurs when card is running normally.
                   It is not supported by C600 series NE.
invalid(10)    --  invalid card instance, such as adding card failed.
                   It is not supported by C600 series NE.
noPower(11)    --  power card plugged in, but no power input.
unauthorized(12) --  card plugged in, but it's bugsell and the 
                     software of the card doesn't run now.
                     It is not supported by C600 series NE.
adminDown(13)    --  card plugged in, running normally, but the 
                     administrative status of the card is deactive.
                     It is only supported by C600 series NE.
powerSaving(34)  --  card plugged in, but it's power saving status.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in: Status
Explore Observium network monitoring

Context

MIB
ZTE-AN-CHASSIS-MIB
OID
.1.3.6.1.4.1.3902.1082.10.1.2.4.1.5
Type
column
Access
readonly
Status
current
Parent
zxAnCardEntry
Groups
1

Walk 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 'ZTE-AN-CHASSIS-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CHASSIS-MIB::zxAnCardOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-CHASSIS-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CHASSIS-MIB::zxAnCardOperStatus.<zxAnRack>.<zxAnShelf>.<zxAnSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-CHASSIS-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-CHASSIS-MIB::zxAnCardOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inService
2notInService
3hwOnline
4hwOffline
5configuring
6configFailed
7typeMismatch
8deactived
9faulty
10invalid
11noPower
12unauthorized
13adminDown
34powerSaving

Conformance