PANDATEL-MODEM-MIB: View SNMP OID List / Download MIB

VENDOR: PAN DACOM TELEKOMMUNIKATIONS


 Home MIB: PANDATEL-MODEM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pandatel 1.3.6.1.4.1.760
         mibs 1.3.6.1.4.1.760.1
             products 1.3.6.1.4.1.760.1.1
                 wan_products 1.3.6.1.4.1.760.1.1.2
                     mdm_mgmt 1.3.6.1.4.1.760.1.1.2.1
                         mdmGroup 1.3.6.1.4.1.760.1.1.2.1.1
                             mdmInstalledRacks 1.3.6.1.4.1.760.1.1.2.1.1.1 integer read-only
This is the number of currently installed modem racks.
                             mdmInstalledModems 1.3.6.1.4.1.760.1.1.2.1.1.2 integer read-only
This is the number of currently installed modems
                             mdmLoopModeTraps 1.3.6.1.4.1.760.1.1.2.1.1.3 integer read-write
This enables or disables traps generated by a Loop Mode status change at any local modem port of one of the installed modems (values: disable, enable). Enumeration: 'enable': 3, 'disable': 2.
                             mdmCurrentDate 1.3.6.1.4.1.760.1.1.2.1.1.13 displaystring read-write
This indicate the current date as 'mm/dd/yy'. The date will be used for local management.
                             mdmCurrentTime 1.3.6.1.4.1.760.1.1.2.1.1.14 displaystring read-write
This indicate the current time as 'hh:mm:ss'. The time will be used for local management.
                         mdmRackTable 1.3.6.1.4.1.760.1.1.2.1.2 no-access
Table which contains information about the installed racks.
                             rackEntry 1.3.6.1.4.1.760.1.1.2.1.2.1 no-access
The index of the table.
                                 rackRack 1.3.6.1.4.1.760.1.1.2.1.2.1.1 integer read-only
The index of this particular modem rack in the stack. The index of the rack which contains the agent should have the number 1.
                                 rackType 1.3.6.1.4.1.760.1.1.2.1.2.1.2 integer read-only
This entry shows the type number of the rack. Enumeration: 'rack-3s-1c-1h': 13, 'rack-6s-9s-6h': 5, 'rack-12s-3h': 3, 'hs-rack-3s-1c-3h': 11, 'rack-8s-2c-6h': 10, 'rack-10s-3h': 2, 'device-stack-15s': 6, 'rack-10s-2c-6h': 8, 'rack-10s-6h': 4, 'other': 1, 'hs-rack-10s-3h': 9, 'rack-8s-4h': 7, 'rack-1s-1c-1h': 12.
                                 rackDescription 1.3.6.1.4.1.760.1.1.2.1.2.1.3 displaystring read-only
A verbal description of the modem rack.
                                 rackModemSlots 1.3.6.1.4.1.760.1.1.2.1.2.1.4 integer read-only
This entry shows the number of slots for modem cards in the rack.
                                 rackModems 1.3.6.1.4.1.760.1.1.2.1.2.1.5 integer read-only
This entry shows the number of modems currently installed in the rack.
                                 rackPowerSupplySlots 1.3.6.1.4.1.760.1.1.2.1.2.1.6 integer read-only
This entry shows the number of slots for power supplies in the rack. Enumeration: 'unknown': 999.
                                 rackPowerSupplies 1.3.6.1.4.1.760.1.1.2.1.2.1.7 integer read-only
This entry shows the number of power supplies currently installed in the rack. Enumeration: 'unknown': 999.
                         mdmModemTable 1.3.6.1.4.1.760.1.1.2.1.3 no-access
Table which contains general information about the installed modems.
                             modemEntry 1.3.6.1.4.1.760.1.1.2.1.3.1 no-access
The index of the table.
                                 mdmRack 1.3.6.1.4.1.760.1.1.2.1.3.1.1 integer read-only
The index of the rack where the modem is installed.
                                 mdmModem 1.3.6.1.4.1.760.1.1.2.1.3.1.2 integer read-only
The index of this particular modem in the rack. The value corresponds with the slot where the modem is inserted.
                                 mdmDescription 1.3.6.1.4.1.760.1.1.2.1.3.1.3 displaystring read-only
A verbal description of the modem.
                                 mdmUserName 1.3.6.1.4.1.760.1.1.2.1.3.1.4 displaystring read-write
A verbal description of the modem which can be changed by the manager.
                                 mdmSelfTest 1.3.6.1.4.1.760.1.1.2.1.3.1.5 integer read-write
This entry enables the execution of a selftest. Write requests with values other than 'start' or 'cancel' will be rejected. The result will be found in mdmSelfTestResult. Enumeration: 'cancel': 2, 'start': 1.
                                 mdmSelfTestResult 1.3.6.1.4.1.760.1.1.2.1.3.1.6 integer read-only
This entry shows the result status of the last modem-dependent self test. After start, the status may change to 'running' before the first error that occured is displayed. If no error was detected the status changes to 'ok'. Enumeration: 'ok': 100, 'never-started': 98, 'started': 3, 'rom-error': 6, 'ram-error': 5, 'cancelled': 99, 'running': 4, 'other-error': 97, 'eeprom-error': 7, 'line-if-error': 8.
                                 mdmRemoteAccessStatus 1.3.6.1.4.1.760.1.1.2.1.3.1.7 integer read-only
This entry shows the access status to the remote counterpart of the modem. The standard value depends on the device. Some remote modems are always accessible, others are not accessible or can be switched to both modes (see 'mdmForcedRemoteAccess' in the specific modem MIB). Enumeration: 'access': 2, 'no-access': 3.
                                 mdmInterfacePorts 1.3.6.1.4.1.760.1.1.2.1.3.1.8 integer read-only
This entry indicates the number of interface ports of the modem. An interface port connects an external device.
                                 mdmLinePorts 1.3.6.1.4.1.760.1.1.2.1.3.1.9 integer read-only
This entry indicates the number of line ports of the modem. A line port connects a remote modem.
                         mdmVerInfoTable 1.3.6.1.4.1.760.1.1.2.1.4 no-access
Table which contains information about the installed modems' versions.
                             verInfoEntry 1.3.6.1.4.1.760.1.1.2.1.4.1 no-access
The index of the table.
                                 viRack 1.3.6.1.4.1.760.1.1.2.1.4.1.1 integer read-only
The index of the rack where the modem is installed.
                                 viModem 1.3.6.1.4.1.760.1.1.2.1.4.1.2 integer read-only
The index of this particular modem in the rack. The value corresponds with the slot where the modem is inserted.
                                 viType 1.3.6.1.4.1.760.1.1.2.1.4.1.3 integer read-only
This entry indicates the type of the modem. Enumeration: 'gm-h': 201, 'gm-d-f': 206, 'fobus': 501, 'gm-f': 202, 'gm-d': 203, 'gm-s': 204, 'inax': 701, 'fx-ig': 504, 'other': 1, 'fme': 601, 'fx-ih': 507, 'fhfl-s': 103, 'fx': 502, 'gm-s-f': 205, 'cmx-ie': 802, 'bm-p': 301, 'fhfl-f': 102, 'not-present': 0, 'bm-z': 302, 'gx': 401, 'fhfl': 101, 'etc': 901, 'fx-i': 503, 'fx-g': 506, 'os': 505, 'emx': 801.
                                 viFirmwVer 1.3.6.1.4.1.760.1.1.2.1.4.1.4 displaystring read-only
This entry indicates the firmware revision of the modem.
                                 viUnitRel 1.3.6.1.4.1.760.1.1.2.1.4.1.5 displaystring read-only
This entry indicates the hardware version and revision of the modem.
                                 viArtNo 1.3.6.1.4.1.760.1.1.2.1.4.1.6 displaystring read-only
This entry indicates the article number of the modem.
                                 viFrontVer 1.3.6.1.4.1.760.1.1.2.1.4.1.7 integer read-only
For factory purposes only. Enumeration: 'other': 1.
                                 viSerialNumber 1.3.6.1.4.1.760.1.1.2.1.4.1.8 displaystring read-only
This entry indicates the serial number of the modem.
                         mdmPortTable 1.3.6.1.4.1.760.1.1.2.1.5 no-access
Table which contains information about all ports.
                             portEntry 1.3.6.1.4.1.760.1.1.2.1.5.1 no-access
The index of the table.
                                 portRack 1.3.6.1.4.1.760.1.1.2.1.5.1.1 integer read-only
The index of the rack where the modem to which this port belongs is installed.
                                 portModem 1.3.6.1.4.1.760.1.1.2.1.5.1.2 integer read-only
The index of the modem to which this port belongs.
                                 portPort 1.3.6.1.4.1.760.1.1.2.1.5.1.3 integer read-only
The index of the port.
                                 portType 1.3.6.1.4.1.760.1.1.2.1.5.1.4 integer read-only
This entry indicates the type of the port. Enumeration: 'backup-port': 6, 'vt100-mgmt-port': 4, 'outband-mgmt-port': 5, 'other': 1, 'interface-port': 2, 'line-port': 3.
                                 portInterfaceType 1.3.6.1.4.1.760.1.1.2.1.5.1.5 integer read-only
This entry indicates the type of interface of the port. Enumeration: 'mm-fiber-1550nm': 135, 'mm-fiber-1300nm': 134, 'sm-fiber-1544-53nm': 154, 'sm-fiber-1546-92nm': 157, 'sm-fiber-1548-51nm': 159, 'sm-fiber-1564-68nm': 179, 'fo-e1t1': 13, 'g703-t1': 39, 'g703-t3': 20, 'g703-t2': 40, 'mm-820-1300nm': 183, 'g703-e2': 56, 'g703-e3': 19, 'sm-fiber-1558-98nm': 172, 'g703-e1': 55, 'stm-1': 67, 'sm-fiber-1551-72nm': 163, 'mm-1300-820nm': 184, 'sm-mm-fiber-1310nm': 189, 'sm-fiber-1480nm': 185, 'sm-fiber-1546-12nm': 156, 'sm-fiber-1541-35nm': 150, 'sm-fiber-1537-40nm': 145, 'sm-fiber-1539-77nm': 148, 'g703-e1t1': 7, 'sm-fiber-1558-17nm': 171, 'rs485': 6, 'sm-fiber-1538nm': 187, 'sm-fiber-1563-05nm': 177, 'hssi': 22, 'sm-1300-1550nm': 181, 'sts-3': 66, 'sm-fiber-1565-50nm': 180, 'sts-1': 21, 'sm-fiber-1559-79nm': 173, 'x21': 5, 'mm-fiber-820nm': 133, 'missing': 999, 'bm': 34, 'store-loop': 11, 'sm-fiber-1554-94nm': 167, 'sm-fiber-1532-68nm': 139, 'sm-fiber-1556-55nm': 169, 'i430': 10, 'g703-e2t2': 8, 'sm-fiber-1535-04nm': 142, 'sm-fiber-1531-12nm': 137, 'sm-fiber-1540-56nm': 149, 'sm-fiber-1300nm': 131, 'sm-fiber-820nm': 130, 'sm-fiber-1538-98nm': 147, 'sm-fiber-1538-19nm': 146, 'sm-1550-1300nm': 182, 'atm-26mb': 18, 'sm-fiber-1550-92nm': 162, 'g703-64k': 9, 'sm-fiber-1547-72nm': 158, 'sm-fiber-1563-86nm': 178, 'sm-fiber-1531-90nm': 138, 'sm-fiber-1550-12nm': 161, 'sm-fiber-1560-61nm': 174, 'v24': 2, 'sm-fiber-1555-75nm': 168, 'sm-fiber-1553-33nm': 165, 'eth-bridge': 48, 'no-module': 17, 'sm-fiber-1545-32nm': 155, 'sm-fiber-1552-52nm': 164, 'sm-fiber-1534-25nm': 141, 'sm-fiber-1542-14nm': 151, 'sm-fiber-1562-23nm': 176, 'sm-fiber-1535-82nm': 143, 'sm-fiber-1542-94nm': 152, 'sm-fiber-1536-61nm': 144, 'v35': 3, 'v36': 4, 'sm-fiber-1554-13nm': 166, 'sm-fiber-1533-47nm': 140, 'sm-fiber-1553nm': 188, 'hdsl': 15, 'sm-fiber-1543-73nm': 153, 's0': 14, 'sm-fiber-1510nm': 186, 'other': 1, 'intercom': 12, 'sm-fiber-1549-32nm': 160, 'sm-fiber-1561-42nm': 175, 'sm-fiber-1557-36nm': 170, 'sm-fiber-1550nm': 132, 'sm-fiber-1530-33nm': 136.
                                 portConnector 1.3.6.1.4.1.760.1.1.2.1.5.1.6 integer read-only
This entry indicates the connector type of the port. Enumeration: 'db-37-f': 16, 'single-sc-apc': 30, 'db-37-m': 17, 'single-fc': 25, 'mt-rj': 38, 'db-25-f': 14, 'rj45': 7, 'unknown': 997, 'mic': 9, 'not-installed': 999, 'db-25-m': 15, 'virtual': 998, 'single-lc-apc': 35, 'winch-f': 18, 'other': 1, 'single-fiber': 2, 'ics': 8, 'winch-m': 19, 'dual-fc': 28, 'dual-sc': 27, 'mini-c': 20, 'dual-fc-apc': 33, 'dual-sc-apc': 32, 'dual-sc-45': 40, 'db-9-m': 11, 'bnc': 4, 'db-15-f': 12, 'dual-st': 29, 'db-15-m': 13, 'db-9-f': 10, 'dual-fiber': 3, 'single-fc-apc': 31, 'single-sc-45': 39, 'single-sc': 24, 'e2000': 23, 'minimicro': 21, 'dual-lc': 36, 'dpc': 5, 'escon': 22, 'single-lc': 34, 'dual-lc-apc': 37, 'single-st': 26.
                                 portLoopMode 1.3.6.1.4.1.760.1.1.2.1.5.1.7 integer read-write
This entry indicates the loop mode of the port. Enumeration: 'off': 99, 'line': 4, 'other': 1, 'remote': 2, 'digital': 3.
                         mdmPortSignalTable 1.3.6.1.4.1.760.1.1.2.1.6 no-access
Table which contains information about all port status signals.
                             portSignalEntry 1.3.6.1.4.1.760.1.1.2.1.6.1 no-access
The index of the table.
                                 psignalRack 1.3.6.1.4.1.760.1.1.2.1.6.1.1 integer read-only
The index of the rack where the modem is installed to which the port belongs that provides the signal.
                                 psignalModem 1.3.6.1.4.1.760.1.1.2.1.6.1.2 integer read-only
The index of the modem to which the port belongs that provides the signal.
                                 psignalPort 1.3.6.1.4.1.760.1.1.2.1.6.1.3 integer read-only
The index of the port that provides the signal.
                                 psignalType 1.3.6.1.4.1.760.1.1.2.1.6.1.4 integer read-only
This entry indicates the signal type. Enumeration: 'laser-status': 13, 'laser-tx': 17, 'c': 7, 'fsync': 9, 'rd': 26, 'i': 8, 'dcd': 4, 'eclk': 16, 'dsr': 6, 'ais': 10, 'laser-temp': 18, 'other': 1, 'link': 2, 'rts': 3, 'lay1': 11, 'dtr': 5, 'td': 27, 'ta': 14, 'cr': 20, 'ca': 15, 'bond': 12.
                                 psignalStatus 1.3.6.1.4.1.760.1.1.2.1.6.1.5 integer read-only
This entry indicates the current status of the signal. Enumeration: 'on': 4, 'off': 5, 'no': 7, 'space': 12, 'up': 2, 'mark': 13, 'down': 3, 'active': 10, 'high': 14, 'other': 1, 'traffic': 11, 'low': 15, 'sync': 16, 'fail': 9, 'ok': 8, 'yes': 6.
                                 psignalTrap 1.3.6.1.4.1.760.1.1.2.1.6.1.6 integer read-write
This enables or disables traps. If Trap is enabled each transition of the signal status may cause a trap portSignalStatusGood/portSignalStatusBad. Enumeration: 'enable': 3, 'other': 1, 'disable': 2.
                         mdmBERTTable 1.3.6.1.4.1.760.1.1.2.1.7 no-access
Table which contains information about all performable bit error rate tests.
                             bertEntry 1.3.6.1.4.1.760.1.1.2.1.7.1 no-access
The index of thetable.
                                 bertRack 1.3.6.1.4.1.760.1.1.2.1.7.1.1 integer read-only
The index of the rack where the modem is installed.
                                 bertModem 1.3.6.1.4.1.760.1.1.2.1.7.1.2 integer read-only
The index of this particular modem in the rack. The value corresponds with the slot where the modem is inserted.
                                 bertPort 1.3.6.1.4.1.760.1.1.2.1.7.1.3 integer read-write
The index of the port where the BER test will be performed. The modem can only perform one test at a time. The test can only be performed on a subset of ports, usually the line ports. Write requests with different port numbers will be rejected. Write requests with valid line port numbers will be rejected while the BER test is running.
                                 bertBERTest 1.3.6.1.4.1.760.1.1.2.1.7.1.4 integer read-write
This entry enables the execution of a BER test. Write requests with values other than 'start' or 'stop' will be rejected. Enumeration: 'start': 3, 'stop': 5.
                                 bertStatus 1.3.6.1.4.1.760.1.1.2.1.7.1.5 integer read-only
This entry indicates the status of the BER test. Enumeration: 'start-failed': 7, 'never-started': 2, 'start': 3, 'running': 4, 'other': 1, 'stopped': 6.
                                 bertRunTime 1.3.6.1.4.1.760.1.1.2.1.7.1.6 counter read-only
This entry indicates the duration of the BER test in seconds.
                                 bertInErrorTime 1.3.6.1.4.1.760.1.1.2.1.7.1.7 counter read-only
This entry shows the duration of erroneous test transmission in seconds.
                                 bertErrorFreeTime 1.3.6.1.4.1.760.1.1.2.1.7.1.8 counter read-only
This entry shows the duration of error-free test transmission in seconds.
                                 bertKbitsRecWrapped 1.3.6.1.4.1.760.1.1.2.1.7.1.9 counter read-only
This is the number the bertKbitsReceived counter has wrapped.
                                 bertKbitsReceived 1.3.6.1.4.1.760.1.1.2.1.7.1.10 counter read-only
This entry indicates the number of Kbits received during the test. When the counter wraps the bertKbitRecWrapped increases by one.
                                 bertErrors 1.3.6.1.4.1.760.1.1.2.1.7.1.11 counter read-only
This entry indicates the number of errors detected during the test.
                                 bertSyncLosts 1.3.6.1.4.1.760.1.1.2.1.7.1.12 counter read-only
This entry indicates the number of pattern sync losts detected during the test.
                                 bertSyncStatus 1.3.6.1.4.1.760.1.1.2.1.7.1.13 integer read-only
This entry indicates the current pattern sync status. Enumeration: 'in-sync': 2, 'no-sync': 3, 'other': 1.
                                 bertBitErrorRate 1.3.6.1.4.1.760.1.1.2.1.7.1.14 displaystring read-only
This entry indicates the bit error rate. It is provided as a string in the format 'd.ddE+/-dd'. Float scanf routines are capable of interpreting the string in the correct manner.
                         mdmRemoteAccess 1.3.6.1.4.1.760.1.1.2.1.9
                             remModemTable 1.3.6.1.4.1.760.1.1.2.1.9.3 no-access
Table which contains general information about all counterparts of the installed modems.
                                 rmodemEntry 1.3.6.1.4.1.760.1.1.2.1.9.3.1 no-access
The index of the table.
                                     rmdmRack 1.3.6.1.4.1.760.1.1.2.1.9.3.1.1 integer read-only
This entry indicates the index of the rack where the modem is installed that the remote modem is linked to.
                                     rmdmModem 1.3.6.1.4.1.760.1.1.2.1.9.3.1.2 integer read-only
The index of the modem that the remote modem is linked to.
                                     rmdmDescription 1.3.6.1.4.1.760.1.1.2.1.9.3.1.3 displaystring read-only
A verbal description of the remote modem.
                                     rmdmUserName 1.3.6.1.4.1.760.1.1.2.1.9.3.1.4 displaystring read-write
A verbal description of the remote modem which can be changed by the manager.
                                     rmdmSelfTest 1.3.6.1.4.1.760.1.1.2.1.9.3.1.5 integer read-write
This entry enables the execution of a selftest. Write requests with values other than 'start' or 'cancel' will be rejected. The result will be found in SelfTestResult. Enumeration: 'cancel': 2, 'start': 1.
                                     rmdmSelfTestResult 1.3.6.1.4.1.760.1.1.2.1.9.3.1.6 integer read-only
This indicates the result status of the last modem-dependent self test. After start, the status may change to 'running' before the first error that occured displays. If no error was detected the status changes to 'ok'. Enumeration: 'ok': 100, 'never-started': 98, 'started': 3, 'rom-error': 6, 'ram-error': 5, 'cancelled': 99, 'running': 4, 'other-error': 97, 'eeprom-error': 7, 'line-if-error': 8.
                                     rmdmRemoteAccessStatus 1.3.6.1.4.1.760.1.1.2.1.9.3.1.7 integer read-only
This entry shows the access status of the modem. The standard value depends on the device. Some modems are always accessible, others are not accessible or can be switched to both modes (see 'mdmForcedRemoteAccess' in the specific modem MIB). Enumeration: 'access': 2, 'no-access': 3.
                                     rmdmInterfacePorts 1.3.6.1.4.1.760.1.1.2.1.9.3.1.8 integer read-only
This entry indicates the number of interface ports of the remote modem. An interface port connects an external device.
                                     rmdmLinePorts 1.3.6.1.4.1.760.1.1.2.1.9.3.1.9 integer read-only
This entry indicates the number of line ports of the modem. A line port connects the local counterpart of the remote modem.
                             remVerInfoTable 1.3.6.1.4.1.760.1.1.2.1.9.4 no-access
Table which contains information about the remote modems' versions.
                                 remVerInfoEntry 1.3.6.1.4.1.760.1.1.2.1.9.4.1 no-access
The index of the table.
                                     rviRack 1.3.6.1.4.1.760.1.1.2.1.9.4.1.1 integer read-only
The index of the rack where the modem is installed that the remote modem is linked to.
                                     rviModem 1.3.6.1.4.1.760.1.1.2.1.9.4.1.2 integer read-only
The index of the modem that the remote modem is linked to.
                                     rviType 1.3.6.1.4.1.760.1.1.2.1.9.4.1.3 integer read-only
This entry indicates the type of the remote modem. Enumeration: 'gm-h': 201, 'gm-d-f': 206, 'fobus': 501, 'gm-f': 202, 'gm-d': 203, 'gm-s': 204, 'inax': 701, 'fx-ig': 504, 'other': 1, 'fme': 601, 'fx-ih': 507, 'fhfl-s': 103, 'fx': 502, 'gm-s-f': 205, 'cmx-ie': 802, 'bm-p': 301, 'fhfl-f': 102, 'not-present': 0, 'bm-z': 302, 'gx': 401, 'fhfl': 101, 'etc': 901, 'fx-i': 503, 'fx-g': 506, 'emx': 801.
                                     rviFirmwVer 1.3.6.1.4.1.760.1.1.2.1.9.4.1.4 displaystring read-only
This entry indicates the firmware revision of the remote modem.
                                     rviUnitRel 1.3.6.1.4.1.760.1.1.2.1.9.4.1.5 displaystring read-only
This entry indicates the hardware version and revision of the remote modem.
                                     rviArtNo 1.3.6.1.4.1.760.1.1.2.1.9.4.1.6 displaystring read-only
This entry indicates the article number of the remote modem.
                                     rviFrontVer 1.3.6.1.4.1.760.1.1.2.1.9.4.1.7 integer read-only
For factory purposes only. Enumeration: 'other': 1.
                                     rviSerialNumber 1.3.6.1.4.1.760.1.1.2.1.9.4.1.8 displaystring read-only
This entry indicates the serial number of the remote modem.
                             remPortTable 1.3.6.1.4.1.760.1.1.2.1.9.5 no-access
Table which contains information about all ports of the remote modem.
                                 remPortEntry 1.3.6.1.4.1.760.1.1.2.1.9.5.1 no-access
The index of the table.
                                     rportRack 1.3.6.1.4.1.760.1.1.2.1.9.5.1.1 integer read-only
The index of the rack where the local counterpart of the remote modem is installed to which this port belongs.
                                     rportModem 1.3.6.1.4.1.760.1.1.2.1.9.5.1.2 integer read-only
The index of the local counterpart of the remote modem to which this port belongs.
                                     rportPort 1.3.6.1.4.1.760.1.1.2.1.9.5.1.3 integer read-only
The index of the port.
                                     rportType 1.3.6.1.4.1.760.1.1.2.1.9.5.1.4 integer read-only
This entry indicates the type of the port. Enumeration: 'backup-port': 6, 'vt100-mgmt-port': 4, 'outband-mgmt-port': 5, 'other': 1, 'interface-port': 2, 'line-port': 3.
                                     rportInterfaceType 1.3.6.1.4.1.760.1.1.2.1.9.5.1.5 integer read-only
This entry indicates the type of interface of the port. Enumeration: 'mm-fiber-1550nm': 135, 'mm-fiber-1300nm': 134, 'sm-fiber-1544-53nm': 154, 'sm-fiber-1546-92nm': 157, 'sm-fiber-1548-51nm': 159, 'sm-fiber-1564-68nm': 179, 'fo-e1t1': 13, 'g703-t1': 39, 'g703-t3': 20, 'g703-t2': 40, 'mm-820-1300nm': 183, 'g703-e2': 56, 'g703-e3': 19, 'sm-fiber-1558-98nm': 172, 'g703-e1': 55, 'stm-1': 67, 'sm-fiber-1551-72nm': 163, 'mm-1300-820nm': 184, 'sm-mm-fiber-1310nm': 189, 'sm-fiber-1480nm': 185, 'sm-fiber-1546-12nm': 156, 'sm-fiber-1541-35nm': 150, 'sm-fiber-1537-40nm': 145, 'sm-fiber-1539-77nm': 148, 'g703-e1t1': 7, 'sm-fiber-1558-17nm': 171, 'rs485': 6, 'sm-fiber-1538nm': 187, 'sm-fiber-1563-05nm': 177, 'hssi': 22, 'sm-1300-1550nm': 181, 'sts-3': 66, 'sm-fiber-1565-50nm': 180, 'sts-1': 21, 'sm-fiber-1559-79nm': 173, 'x21': 5, 'mm-fiber-820nm': 133, 'missing': 999, 'bm': 34, 'store-loop': 11, 'sm-fiber-1554-94nm': 167, 'sm-fiber-1532-68nm': 139, 'sm-fiber-1556-55nm': 169, 'i430': 10, 'g703-e2t2': 8, 'sm-fiber-1535-04nm': 142, 'sm-fiber-1531-12nm': 137, 'sm-fiber-1540-56nm': 149, 'sm-fiber-1300nm': 131, 'sm-fiber-820nm': 130, 'sm-fiber-1538-98nm': 147, 'sm-fiber-1538-19nm': 146, 'sm-1550-1300nm': 182, 'atm-26mb': 18, 'sm-fiber-1550-92nm': 162, 'g703-64k': 9, 'sm-fiber-1547-72nm': 158, 'sm-fiber-1563-86nm': 178, 'sm-fiber-1531-90nm': 138, 'sm-fiber-1550-12nm': 161, 'sm-fiber-1560-61nm': 174, 'v24': 2, 'sm-fiber-1555-75nm': 168, 'sm-fiber-1553-33nm': 165, 'eth-bridge': 48, 'no-module': 17, 'sm-fiber-1545-32nm': 155, 'sm-fiber-1552-52nm': 164, 'sm-fiber-1534-25nm': 141, 'sm-fiber-1542-14nm': 151, 'sm-fiber-1562-23nm': 176, 'sm-fiber-1535-82nm': 143, 'sm-fiber-1542-94nm': 152, 'sm-fiber-1536-61nm': 144, 'v35': 3, 'v36': 4, 'sm-fiber-1554-13nm': 166, 'sm-fiber-1533-47nm': 140, 'sm-fiber-1553nm': 188, 'hdsl': 15, 'sm-fiber-1543-73nm': 153, 's0': 14, 'sm-fiber-1510nm': 186, 'other': 1, 'intercom': 12, 'sm-fiber-1549-32nm': 160, 'sm-fiber-1561-42nm': 175, 'sm-fiber-1557-36nm': 170, 'sm-fiber-1550nm': 132, 'sm-fiber-1530-33nm': 136.
                                     rportConnector 1.3.6.1.4.1.760.1.1.2.1.9.5.1.6 integer read-only
This entry indicates the connector type of the port. Enumeration: 'db-37-f': 16, 'single-sc-apc': 30, 'db-37-m': 17, 'single-fc': 25, 'mt-rj': 38, 'db-25-f': 14, 'rj45': 7, 'unknown': 997, 'mic': 9, 'not-installed': 999, 'db-25-m': 15, 'virtual': 998, 'single-lc-apc': 35, 'winch-f': 18, 'other': 1, 'single-fiber': 2, 'ics': 8, 'winch-m': 19, 'dual-fc': 28, 'dual-sc': 27, 'mini-c': 20, 'dual-fc-apc': 33, 'dual-sc-apc': 32, 'dual-sc-45': 40, 'db-9-m': 11, 'bnc': 4, 'db-15-f': 12, 'dual-st': 29, 'db-15-m': 13, 'db-9-f': 10, 'dual-fiber': 3, 'single-fc-apc': 31, 'single-sc-45': 39, 'single-sc': 24, 'e2000': 23, 'minimicro': 21, 'dual-lc': 36, 'dpc': 5, 'escon': 22, 'single-lc': 34, 'dual-lc-apc': 37, 'single-st': 26.
                                     rportLoopMode 1.3.6.1.4.1.760.1.1.2.1.9.5.1.7 integer read-write
This entry indicates the loop mode of the port (remote, digital, line, off). Enumeration: 'off': 99, 'line': 4, 'other': 1, 'remote': 2, 'digital': 3.
                             remPortSignalTable 1.3.6.1.4.1.760.1.1.2.1.9.6 no-access
Table which contains information about all port status signals.
                                 remPortSignalEntry 1.3.6.1.4.1.760.1.1.2.1.9.6.1 no-access
The index of the table.
                                     rpsignalRack 1.3.6.1.4.1.760.1.1.2.1.9.6.1.1 integer read-only
The index of the rack where the local counterpart of the remote modem is installed.
                                     rpsignalModem 1.3.6.1.4.1.760.1.1.2.1.9.6.1.2 integer read-only
The index of the local counterpart of the remote modem.
                                     rpsignalPort 1.3.6.1.4.1.760.1.1.2.1.9.6.1.3 integer read-only
The index of the port at the remote modem that provides the signal.
                                     rpsignalType 1.3.6.1.4.1.760.1.1.2.1.9.6.1.4 integer read-only
This entry indicates the signal type. Enumeration: 'laser-status': 13, 'laser-tx': 17, 'c': 7, 'fsync': 9, 'rd': 26, 'i': 8, 'dcd': 4, 'eclk': 16, 'dsr': 6, 'ais': 10, 'laser-temp': 18, 'other': 1, 'link': 2, 'rts': 3, 'lay1': 11, 'dtr': 5, 'td': 27, 'ta': 14, 'cr': 20, 'ca': 15, 'bond': 12.
                                     rpsignalStatus 1.3.6.1.4.1.760.1.1.2.1.9.6.1.5 integer read-only
This entry indicates the current status of the signal. Enumeration: 'on': 4, 'off': 5, 'no': 7, 'space': 12, 'up': 2, 'mark': 13, 'down': 3, 'active': 10, 'high': 14, 'other': 1, 'traffic': 11, 'low': 15, 'sync': 16, 'fail': 9, 'ok': 8, 'yes': 6.
                         mdmSpecifics 1.3.6.1.4.1.760.1.1.2.1.10
                               mdm_oid 1.3.6.1.4.1.760.1.1.2.1.10.10000
                                           comp_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.1
                                               rack_other 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.1
                                               rack_10s_3hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.2
                                               rack_12s_3hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.3
                                               rack_10s_6hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.4
                                               rack_6s_9s_6hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.5
                                               device_stack_15s 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.6
                                               rack_8s_4hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.7
                                               rack_10s_2c_6hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.8
                                               hs_rack_10s_3hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.9
                                               rack_8s_2c_6hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.10
                                               hs_rack_3s_1c_3hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.11
                                               rack_1s_1c_1hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.12
                                               rack_3s_1c_1hu 1.3.6.1.4.1.760.1.1.2.1.10.10000.1.13
                                           device_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.2
                                               otherModem 1.3.6.1.4.1.760.1.1.2.1.10.10000.2.1
                                               cms_snmp_master 1.3.6.1.4.1.760.1.1.2.1.10.10000.2.10001
                                               cms_slave 1.3.6.1.4.1.760.1.1.2.1.10.10000.2.10002
                                               cms_intelligent_slave 1.3.6.1.4.1.760.1.1.2.1.10.10000.2.10003
                                               rc_control 1.3.6.1.4.1.760.1.1.2.1.10.10000.2.10004
                                           slot_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.3
                                               modemSlot 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.1
                                               mgmtSlot 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.2
                                               modemAddr 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.3
                                               mgmtAddr 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.4
                                               wdmSlot 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.5
                                               controlSlot 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.6
                                               psupplySlot 1.3.6.1.4.1.760.1.1.2.1.10.10000.3.10
                                           port_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.4
                                               otherPort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.1
                                               interfacePort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.2
                                               linePort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.3
                                               vt100mgmtPort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.4
                                               outbandmgmtPort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.5
                                               backupPort 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.6
                                               rs485Port 1.3.6.1.4.1.760.1.1.2.1.10.10000.4.7
                                           psupply_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.5
                                               ps_other 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.1
                                               p_ac_x_5v_20a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.2
                                               p_ac_x_5v_30a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.3
                                               p_dc_48v_5v_18a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.4
                                               p_dc_24v_5v_15a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.5
                                               p_dc_48v_5v_30a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.6
                                               b_ac_x_5v_6a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.7
                                               b_dc_48v_5v_lc 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.8
                                               b_dc_48v_5v_hc 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.9
                                               b_dc_24v_5v_su 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.10
                                               p_ac_x_3v_20a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.11
                                               p_dc_48v_5v_20a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.12
                                               p_dc_5v_3v_4a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.13
                                               p_dc_5v_5v_5a 1.3.6.1.4.1.760.1.1.2.1.10.10000.5.14
                                           psonoff_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.6
                                               pS1_PS2_other 1.3.6.1.4.1.760.1.1.2.1.10.10000.6.1
                                               pS1_on_PS2_off 1.3.6.1.4.1.760.1.1.2.1.10.10000.6.2
                                               pS1_on_PS2_on 1.3.6.1.4.1.760.1.1.2.1.10.10000.6.3
                                           fanonoff_id 1.3.6.1.4.1.760.1.1.2.1.10.10000.7
                                               fAN1_FAN2_other 1.3.6.1.4.1.760.1.1.2.1.10.10000.7.1
                                               fAN1_off_FAN2_off 1.3.6.1.4.1.760.1.1.2.1.10.10000.7.2
                                               fAN1_on_FAN2_off 1.3.6.1.4.1.760.1.1.2.1.10.10000.7.3
                                               fAN1_off_FAN2_on 1.3.6.1.4.1.760.1.1.2.1.10.10000.7.4
                                               fAN1_on_FAN2_on 1.3.6.1.4.1.760.1.1.2.1.10.10000.7.5
                         mdmMgmtIfGroup 1.3.6.1.4.1.760.1.1.2.1.20
                               mdmIfType 1.3.6.1.4.1.760.1.1.2.1.20.1 integer read-only
This variable shows the agent's interface type. Enumeration: 'v35': 4, 'missing': 999, 'v24': 2, 'other': 1, 'ethernet': 6, 'x21': 5.
                               mdmIfProtocol 1.3.6.1.4.1.760.1.1.2.1.20.2 integer read-only
This variable shows the agent's protocol type. Enumeration: 'ppp-sync': 4, 'ppp-async': 3, 'other': 1, 'ethernetII': 5, 'slip': 2.
                               mdmIfDataRate 1.3.6.1.4.1.760.1.1.2.1.20.3 integer read-only
This variable shows the agent's data rate in bps.
                               mdmIfDialEnable 1.3.6.1.4.1.760.1.1.2.1.20.4 integer read-write
This variable enables the initialization of a dial modem in case of alarm. The following variables (5 to 10) are active only if this variable is enabled. Enumeration: 'enable': 3, 'other': 1, 'disable': 2.
                               mdmIfInitString 1.3.6.1.4.1.760.1.1.2.1.20.5 displaystring read-write
This variable defines an init string which is generated in case of alarm to configure an external Hayes compatible modem.
                               mdmIfDialString 1.3.6.1.4.1.760.1.1.2.1.20.6 displaystring read-write
This variable defines a modem command which is generated in case of alarm to dial-up a remote NMS station. If the dial string is not defined neither the init string nor the dial string is generated.
                               mdmIfSendTTL 1.3.6.1.4.1.760.1.1.2.1.20.7 integer read-write
This variable defines the TTL (time to live) in seconds. After that time the generated traps will be deleted from the buffer. If the value is '0' the traps will remain in the buffer.
                               mdmIfDialTimeout 1.3.6.1.4.1.760.1.1.2.1.20.8 integer read-write
This variable defines a dial timeout for the modem in seconds.
                               mdmIfRedialPause 1.3.6.1.4.1.760.1.1.2.1.20.9 integer read-write
This variable defines the duration of a redial pause in seconds.
                               mdmIfIdlePeriodBeforeDisconnect 1.3.6.1.4.1.760.1.1.2.1.20.10 integer read-write
This variable defines the period of time before disconnecting in seconds. If the value is '0' the modem will remain connected.
                           rackAdded 1.3.6.1.4.1.760.1.1.2.10.1
This trap will be sent when a rack is added to the managed chassis. The rack index of the new rack is sent along with this trap.
                           rackRemoved 1.3.6.1.4.1.760.1.1.2.10.2
This trap will be sent when a rack is removed from the managed chassis. The rack index of the removed rack is sent along with this trap.
                           modemAdded 1.3.6.1.4.1.760.1.1.2.10.3
This trap will be sent when a modem is added. The rack number and the index of the new modem is sent along with this trap.
                           modemRemoved 1.3.6.1.4.1.760.1.1.2.10.4
This trap will be sent when a modem in one of the slots is removed. The rack number and the index of the removed modem is sent along with this trap.
                           portLoopEnabled 1.3.6.1.4.1.760.1.1.2.10.5
This trap will be sent when a modem in one of the slots enables a Loop. The rack number, index of the modem, and port number is sent along with this trap.
                           portLoopDisabled 1.3.6.1.4.1.760.1.1.2.10.6
This trap will be sent when a modem in one of the slots disables a Loop. The rack number, index of the modem, and port number is sent along with this trap.
                           portSignalStatusGood 1.3.6.1.4.1.760.1.1.2.10.7
This will be sent when a status signal of a modem port enters the 'good' status. The rack number, index of the modem, and port number is sent along with this trap.
                           portSignalStatusBad 1.3.6.1.4.1.760.1.1.2.10.8
This trap will be sent when a status signal of a modem port enters the 'bad' status. The rack number, index of the modem, and port number is sent along with this trap.
                           portBackupEnabled 1.3.6.1.4.1.760.1.1.2.10.9
This trap will be sent when a modem in one of the slots enters a backup status. The first port indicates the active data port, the second the inactive port. The rack number, index of the modem, and port number is sent along with this trap.
                           portBackupDisabled 1.3.6.1.4.1.760.1.1.2.10.10
This trap will be sent when a modem in one of the slots leaves a backup status. The first port indicates the active data port, the second the inactive port. The rack number, index of the modem, and port number is sent along with this trap.
                           portBackupAvailable 1.3.6.1.4.1.760.1.1.2.10.11
This trap will be sent when a second link can be used as backup. The rack number, index of the modem, and port number is sent along with this trap.
                           portBackupNotAvailable 1.3.6.1.4.1.760.1.1.2.10.12
This trap will be sent when there is no second link available as backup. The rack number, index of the modem, and port number is sent along with this trap.
                           portDataPortChanged 1.3.6.1.4.1.760.1.1.2.10.13
This trap will be sent when the line port used for data transmission is changed. The first port indicates the active data port, the second the inactive port. The rack number, index of the modem, and port number is sent along with this trap.