PDN-IFMAP-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 pdn-interfaces FROM PDN-HEADER-MIB; -- =============================================================== -- -- Expansion of the ifTable defined in rfc1213/MIB-II, Version 1.0.0, -- 1994 -- ifMap OBJECT IDENTIFIER ::= { pdn-interfaces 1} ifMapTable OBJECT-TYPE SYNTAX SEQUENCE OF IfMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of interface entries that correspond to ifTable (rfc1213/MIB-II). The number of entries is given by the value of ifNumber (rfc1213/MIB-II)." ::= { ifMap 1} ifMapEntry OBJECT-TYPE SYNTAX IfMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A continuation of the objects in ifTable (rfc1213/MIB-II)." INDEX { ifMapIndex } ::= { ifMapTable 1} IfMapEntry ::= SEQUENCE { ifMapIndex INTEGER, ifMapPort INTEGER, ifMapOperStatus INTEGER, ifMapRs232PortIndex INTEGER } ifMapIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each interface that corresponds to ifIndex (rfc1213/MIB-II)." ::= { ifMapEntry 1 } ifMapPort OBJECT-TYPE SYNTAX INTEGER { other(1), aux(2), com(3), modem(4), dteT1(5), netT1(6), data1(7), data2(8), data3(9), data4(10), edl1(11), edl2(12), edl3(13), edl4(14), fdl(15), asciiBus(16), snmpBus(17) } ACCESS read-only STATUS deprecated DESCRIPTION "The logical purpose of the interface." ::= { ifMapEntry 2 } ifMapOperStatus OBJECT-TYPE SYNTAX INTEGER { not-used(1), -- interface never used in this device disabled(2), -- interface is inactive testing(3), -- corresponds to ifOperStatus = testing normal(4), -- corresponds to ifOperStatus = up warning(5), -- may face a potential problem (= up) minor(6), -- does not impede the normal use (= up) major(7), -- impedes the normal use (= up or down) critical(8) -- corresponds to ifOperStatus = down } ACCESS read-only STATUS mandatory DESCRIPTION "Levels of operational status." ::= { ifMapEntry 3 } ifMapRs232PortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique index that corresponds to rs232PortIndex (rfc1317/rs-232-like)." ::= { ifMapEntry 4 } END