Main page
OID Repository
https://oid-base.com
Display OID:

alarmIndex(1)


Navigating the OID tree

OID description



 
OID: (ASN.1 notation)
(dot notation)
(OID-IRI notation)

Description:

alarmIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies an entry in the
alarm table. Each such entry defines a
diagnostic sample at a particular interval
for an object on the device.
alarmIndex of huawei optix devices can be described as following,
alarmIndex consists of SLOT_ID,PORT_ID and SUB_PORT_ID.
alarmIndex = SUB_PORT_ID<<31 + SLOT_ID<<24 + PORT_ID;
1) bit31(1bit) SUB_PORT_ID:
0 - SUB_PORT_1(east), 1 - SUB_PORT_2(west),
for sonet,this para is 0 ,no other means;
2) 24bit~30bit(7bits) SLOT_ID: slot id;
3) 0bit~15bit(16bits) PORT_ID: mac port id;
For example:
1:alarmIndex.83886081.122 (gauge) 83886081
83886081 = 0x05000001 can be translated as Slot-5, Port-1;
2:alarmIndex.83886082.122 (gauge) 83886082
83886082 = 0x05000002 can be translated as Slot-5, Port-2;"



Classification:

MIB object for network management

See classes of OIDs
Short link:


Parent OID: alarmEntry(1) Next sibling OID: alarmVariable(2) Last sibling OID: alarmStatus(12)