You are on page 1of 3

GPON-OLT-TC DEFINITIONS ::= BEGIN IMPORTS TEXTUAL-CONVENTION,DisplayString FROM SNMPv2-TC enterprises FROM SNMPv2-SMI;

ocsOlt

OBJECT IDENTIFIER ::= { enterprises 6771 10 }

AdminState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Adminstrative State of a resource" SYNTAX INTEGER { unlock(1), lock(2) } OperState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Operational State of a resource" SYNTAX INTEGER { enabled(1), disabled(2), unknown(3) } SlotNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Slot ID of the GPON Interface on the OLT System." SYNTAX Unsigned32 (1..12) PortNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Port ID of the GPON Interface on the OLT System." SYNTAX Unsigned32 (1..4) LogicalPortNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the LogicalPort ID of the GPON Interface on the OLT System." SYNTAX Unsigned32 (1..128) PhysicalPortNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the PhysicalPort ID of the GPON Interface on the OLT System. " SYNTAX Unsigned32 (1..128) VirtualPortNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the VirtualPort ID of the GPON Interface on the OLT System." SYNTAX INTEGER (1..40) ProfileName ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Profile Name of the GPON Interface on the OLT System."

SYNTAX DisplayString(SIZE(0..48)) MacAddress ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Mac Address of the GPON Interface on the OLT System." SYNTAX OCTET STRING(SIZE(6)) VlanID ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates the Vlan ID of the GPON Interface on the OLT System." SYNTAX Unsigned32 AlarmSeverity ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The textual convention for alarm severity level: alarmLevelClear t alarmLevelCritical e most severe service affecting condition has o ccurred, and the whole system may not be function ing properly. Urgent and immediate corrective action i s required. alarmLevelMajor ce affecting condition has occurred. Immedi ate alarmLevelMinor ce not affecting condition has occurred. Co rrective action should be taken to avoid more ser ious service affecting fault. alarmLevelTca - . alarmLevelInfo - ." SYNTAX INTEGER { alarmLevelClear (0), alarmLevelTca (1), alarmLevelInfo (2), alarmLevelMinor (3), alarmLevelMajor (4), alarmLevelCritical (5), alarmLevelIndeterminate (6) } AlarmCondition ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The textual convention for alarm condition level: alarmConditionClear - . corrective action is required. - The Minor severity level indicates servi - The Major severity level indicates servi the fault has been cleared. - The Critical severity level indicates th - The Cleared severity level indicates tha

alarmConditionAlarm - ." SYNTAX INTEGER { alarmConditionClear (0), alarmConditionAlarm (1), alarmConditionIndeterminate (2) } END

You might also like