PANDATEL-FHFLF-MODEM-MIB DEFINITIONS ::= BEGIN -- This is the private mib group section for the FHFL-F modems. -- Because these modems must be installed in the PANDATEL modem rack -- the PANDATEL-MODEM-MIB also applies. -- Ver.1.08 Sep.13.1999 IMPORTS enterprises, Gauge FROM RFC1155-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 mdmSpecifics, device-id FROM PANDATEL-MODEM-MIB; -- ********************** THE MDM-FHFLF SUBTREE ****************************** -- the specific identifier is identical to the modem type integer -- of the FHFL-F modem entries in the PANDATEL-MODEM-MIB mdmModemTable. fhflf-modem OBJECT IDENTIFIER ::= { device-id 102 } -- chassis-mib fhflf OBJECT IDENTIFIER ::= { mdmSpecifics 102 } -- this subtree fhflfModemTable OBJECT-TYPE SYNTAX SEQUENCE OF FhflfTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains information about all FH/FL-F modems in all racks." ::= { fhflf 1 } fhflfTableEntry OBJECT-TYPE SYNTAX FhflfTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The index of the table." INDEX { mdmRack, mdmModem, mdmPosition } ::= { fhflfModemTable 1 } FhflfTableEntry ::= SEQUENCE { mdmRack INTEGER, mdmModem INTEGER, mdmPosition INTEGER, mdmModemName DisplayString, mdmInterfaceEmulationMode INTEGER, mdmModemProperty INTEGER, mdmClockSystem INTEGER, mdmClockSource INTEGER, mdmDataRate INTEGER, mdmStartTimeslot INTEGER, mdmTimeslotSize INTEGER, mdmTimeslot16 INTEGER, mdmCRC4Generation INTEGER, mdmFramingMode INTEGER, mdmLocalCarrierDetect INTEGER, mdmFOPower INTEGER, mdmCRC6Test INTEGER, mdmCRC6Status INTEGER, mdmCRC6Error Gauge } mdmRack OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index of the rack where the modem is installed." ::= { fhflfTableEntry 1 } mdmModem OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This entry displays the slot number where the corresponding modem is installed in the rack." ::= { fhflfTableEntry 2 } mdmPosition OBJECT-TYPE SYNTAX INTEGER { local (1), remote (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This entry displays the location of the corresponding modem: 'local' or 'remote'. The modem which is plugged into a managed rack is 'local', the counterpart is 'remote'." ::= { fhflfTableEntry 3 } mdmModemName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The verbal name of this modem." ::= { fhflfTableEntry 5 } mdmInterfaceEmulationMode OBJECT-TYPE SYNTAX INTEGER { other (1), dte (2), dce (3), te (4), nt (5), unknown (99) } ACCESS read-only STATUS mandatory DESCRIPTION "Interface mode of the unit: 'dte', 'dce', 'te' or 'nt'." ::= { fhflfTableEntry 6 } mdmModemProperty OBJECT-TYPE SYNTAX INTEGER { other (1), e1 (2), t1 (3), unknown (99) } ACCESS read-only STATUS mandatory DESCRIPTION "This entry displays the speed class of the FH/FL-F: 'e1' or 't1'." ::= { fhflfTableEntry 7 } mdmClockSystem OBJECT-TYPE SYNTAX INTEGER { other (1), dual (2), single (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The clock system of the link: 'dual' or 'single'." ::= { fhflfTableEntry 23 } mdmClockSource OBJECT-TYPE SYNTAX INTEGER { other (1), internal (2), remote (3), external (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The clock source of the link: 'internal', 'external', or 'remote'." ::= { fhflfTableEntry 24 } mdmDataRate OBJECT-TYPE SYNTAX INTEGER { other (1) } ACCESS read-write STATUS mandatory DESCRIPTION "The data rate at the interface in bits per seconds. The data rate at the remote counterpart changes simultaneously. A data rate of 2.048 Mbps (E1) automatically disables CRC4, sets mdmStartTimeslot to 'unframed', enables time slot 16. A data rate of 1.984 Mbps (E1) automatically sets mdmStartTimeslot to 'timeslot-1', enables time slot 16. A data rate of 1.544 Mbps (T1) automatically sets mdmStartTimeslot to 'unframed'." ::= { fhflfTableEntry 25 } mdmStartTimeslot OBJECT-TYPE SYNTAX INTEGER { timeslot-1 (1), timeslot-2 (2), timeslot-3 (3), timeslot-4 (4), timeslot-5 (5), timeslot-6 (6), timeslot-7 (7), timeslot-8 (8), timeslot-9 (9), timeslot-10 (10), timeslot-11 (11), timeslot-12 (12), timeslot-13 (13), timeslot-14 (14), timeslot-15 (15), timeslot-16 (16), timeslot-17 (17), timeslot-18 (18), timeslot-19 (19), timeslot-20 (20), timeslot-21 (21), timeslot-22 (22), timeslot-23 (23), timeslot-24 (24), timeslot-25 (25), timeslot-26 (26), timeslot-27 (27), timeslot-28 (28), timeslot-29 (29), timeslot-30 (30), timeslot-31 (31), unframed (98), other (99), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "This entry determines the start time slot for framing. Start time slot and data rate must match. A start time slot which is too high will be ignored. The remote unit's configuration changes simultaneously." ::= { fhflfTableEntry 26 } mdmTimeslotSize OBJECT-TYPE SYNTAX INTEGER { other (1), nx64k (2), nx56k (3), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "This entry determines the size of the time slots: 'nx64k' or 'nx56k'. 'nx56k' is valid for T1 units only. The remote unit's configuration changes simultaneously." ::= { fhflfTableEntry 27 } mdmTimeslot16 OBJECT-TYPE SYNTAX INTEGER { other (1), disable (2), enable (3), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "This entry enables or disables time slot 16. If it is disabled, it will not be used for data transmission but for framing. Valid for E1 units only." ::= { fhflfTableEntry 40 } mdmCRC4Generation OBJECT-TYPE SYNTAX INTEGER { other (1), disable (2), enable (3), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "This entry enables or disables the generation of a CRC4 check sum. The remote unit's configuration changes simultaneously. Valid for E1 units only." ::= { fhflfTableEntry 41 } mdmFramingMode OBJECT-TYPE SYNTAX INTEGER { other (1), d4 (2), esf (3), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "The T1 framing mode: 'd4' or 'esf'. The remote unit's configuration changes simultaneously. Valid for T1 units only." ::= { fhflfTableEntry 50 } mdmLocalCarrierDetect OBJECT-TYPE SYNTAX INTEGER { other (1), fo-link-and-remote-handshake (2), fo-link (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The data carrier detect mode at the interface: if set to 'fo-link-and-remote-handshake' the DCD signal (resp. I for X.21, etc.) follows link status and remote RTS (resp. C for X.21, etc.), if set to 'fo-link' the DCD signal follows link status only." ::= { fhflfTableEntry 60 } mdmFOPower OBJECT-TYPE SYNTAX INTEGER { other (1), low (2), high (3), unknown (99) } ACCESS read-only STATUS mandatory DESCRIPTION "The fiber optic transmit power at the line port" ::= { fhflfTableEntry 71 } mdmCRC6Test OBJECT-TYPE SYNTAX INTEGER { other (1), start (3), stop (4), not-available (100) } ACCESS read-write STATUS mandatory DESCRIPTION "This entry enables the execution of a CRC6 test. Write requests with values other than 'start' or 'stop' will be rejected. Valid for T1 units only." ::= { fhflfTableEntry 100 } mdmCRC6Status OBJECT-TYPE SYNTAX INTEGER { other (1), never-started (2), running (5), stopped (6), start-failed (7), not-available (100) } ACCESS read-only STATUS mandatory DESCRIPTION "This entry indicates the status of the CRC6 test. Valid for T1 units only." ::= { fhflfTableEntry 101 } mdmCRC6Error OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This entry indicates the number of errors detected during the last 60 seconds." ::= { fhflfTableEntry 102 } END