KC-1300-V105 DEFINITIONS ::= BEGIN IMPORTS enterprises, OBJECT-TYPE, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks FROM RFC1155-SMI; -- via specific objects KC-1300 OBJECT IDENTIFIER ::= { enterprises 867 } KC-1300_Converter OBJECT IDENTIFIER ::= { KC-1300 36 } slot1ledmodule OBJECT IDENTIFIER ::= { KC-1300_Converter 1 } slot2and3cpumodule OBJECT IDENTIFIER ::= { KC-1300_Converter 2 } convertslots OBJECT IDENTIFIER ::= { KC-1300_Converter 3 } -- object types -- the slot1ledmodule group ssPowerStatus OBJECT-TYPE SYNTAX INTEGER { Power_1_Bad_Power_2_Bad(1), Power_1_Bad_Power_2_Good(2), Power_1_Good_Power_2_Bad(3), Power_1_Good_Power_2_Good(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the power modules's operational status." ::= { slot1ledmodule 1 } ssFanStatus OBJECT-TYPE SYNTAX INTEGER { Fan_Good(1), Fan_Bad(2), } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the Fan modules's operational status." ::= { slot1ledmodule 2 } -- the slot2and3cpumodule group cputype OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The CPU Type of Convert Center." ::= { slot2and3cpumodule 1 } flashRomSize OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The number of disks in the Flash Rom Size." ::= { slot2and3cpumodule 2 } memorySize OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The size of mem used." ::= { slot2and3cpumodule 3 } softwareVer OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The version of the Convert Center MIB software." ::= { slot2and3cpumodule 4 } mibFileVer OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The version of the MIB file software." ::= { slot2and3cpumodule 5 } -- the convertslots group slotNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ports in the Convert Center." ::= { convertslots 1 } slotTable OBJECT-TYPE SYNTAX SEQUENCE OF SlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of port mibs on the Convert Center." ::= { convertslots 2 } slotEntry OBJECT-TYPE SYNTAX SlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry contains a set of statistics for one port." INDEX { SlotIndex } ::= { slotTable 1 } SlotEntry ::= SEQUENCE { slotIndex INTEGER, slotIndexDescription OCTET STRING, slotModuleDescription OCTET STRING, slotModuleType INTEGER, slotModuleStatus_PortA_Media INTEGER, slotModuleStatus_PortA_LineSpeed INTEGER, slotModuleStatus_PortA_Duplex INTEGER, slotModuleStatus_PortA_LinkStatus INTEGER, slotModuleStatus_PortB_Media INTEGER, slotModuleStatus_PortB_LineSpeed INTEGER, slotModuleStatus_PortB_Duplex INTEGER, slotModuleStatus_PortB_LinkStatus INTEGER, slotModuleStatus_RTP_LinkStatus INTEGER, slotModuleName OCTET STRING } slotIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each service used by SNMP to keep track of service table entries. This value may vary if the table changes." ::= { slotEntry 1 } slotIndexDescription OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The Description of slot module's." ::= { slotEntry 2 } slotModuleDescription OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The Description of slot module's." ::= { slotEntry 3 } slotModuleType OBJECT-TYPE SYNTAX INTEGER { N/A(1), _10and100To100FX_Fiber(2), _Giga_CopperToFiber(3), _10To10FL_Fiber(4), _MMFtoSMF(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the slot module's." ::= { slotEntry 4 } slotModuleStatus_PortA_Media OBJECT-TYPE SYNTAX INTEGER { N/A(1), TX(2), FX(3), T(4), X(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_a media status of the slot module's." ::= { slotEntry 5 } slotModuleStatus_PortA_LineSpeed OBJECT-TYPE SYNTAX INTEGER { N/A(0), _100Mbps(1), _10Mbps(2), _1000Mbps(3), _100/10Mbps(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_a linespeed status of the slot module's." ::= { slotEntry 6 } slotModuleStatus_PortA_Duplex OBJECT-TYPE SYNTAX INTEGER { FullDuplex(1), HalfDuplex(2), N/A(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_a duplex status of the slot module's." ::= { slotEntry 7 } slotModuleStatus_PortA_LinkStatus OBJECT-TYPE SYNTAX INTEGER { LinkUp(1), LinkDown(2), N/A(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_a link status of the slot module's." ::= { slotEntry 8 } slotModuleStatus_PortB_Media OBJECT-TYPE SYNTAX INTEGER { N/A(1), TX(2), FX(3), T(4), X(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_b media status of the slot module's." ::= { slotEntry 9 } slotModuleStatus_PortB_LineSpeed OBJECT-TYPE SYNTAX INTEGER { N/A(0), _100Mbps(1), _10Mbps(2), _1000Mbps(3), _100/10Mbps(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_b linespeed status of the slot module's." ::= { slotEntry 10 } slotModuleStatus_PortB_Duplex OBJECT-TYPE SYNTAX INTEGER { FullDuplex(1), HalfDuplex(2), N/A(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_b duplex status of the slot module's." ::= { slotEntry 11 } slotModuleStatus_PortB_LinkStatus OBJECT-TYPE SYNTAX INTEGER { LinkUp(1), LinkDown(2), N/A(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The port_b link status of the slot module's." ::= { slotEntry 12 } slotModuleStatus_RTP_LinkStatus OBJECT-TYPE SYNTAX INTEGER { LinkUp(1), LinkDown(2), N/A(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The RTP link status of the slot module's." ::= { slotEntry 13 } slotModuleName OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The Name of slot module's." ::= { slotEntry 14 } END