-- RA Series Private MIB -- Copyright (c) 2007 by Century Systems Inc. -- All rights reserved. -- Update history -- -- 2007/06/20 v1.0 -- 2007/07/20 v1.1 - CS-PRODUCT-RA-MIB -> CS-RA-PRODUCT-MIB CS-RA-PRODUCT-MIB DEFINITIONS ::= BEGIN IMPORTS Integer32, Gauge32, OBJECT-TYPE, NOTIFICATION-TYPE, enterprises FROM SNMPv2-SMI TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC ifIndex, ifDescr, ifAdminStatus, ifOperStatus FROM IF-MIB; -- -- Definitions of significant branches -- -- org OBJECT IDENTIFIER ::= { iso 3 } -- dod OBJECT IDENTIFIER ::= { org 6 } -- internet OBJECT IDENTIFIER ::= { dod 1 } -- private OBJECT IDENTIFIER ::= { internet 4 } -- enterprises OBJECT IDENTIFIER ::= { private 1 } centurysys OBJECT IDENTIFIER ::= { enterprises 20376 } -- -- sysObjectID -- csProduct OBJECT IDENTIFIER ::= { centurysys 1 } csPdRA-Series OBJECT IDENTIFIER ::= { csProduct 2 } csPdRA-630 OBJECT IDENTIFIER ::= { csPdRA-Series 1 } csPdRA-1100 OBJECT IDENTIFIER ::= { csPdRA-Series 2 } -- -- RA Product Depend MIB -- csMtRA OBJECT IDENTIFIER ::= { centurysys 3 } csRASystem OBJECT IDENTIFIER ::= { csMtRA 1 } -- -- RA System MIB -- csRASystemNotifications OBJECT IDENTIFIER ::= { csRASystem 0 } csRASystemObjects OBJECT IDENTIFIER ::= { csRASystem 1 } -- -- CPU -- csRASystemCPU OBJECT IDENTIFIER ::= { csRASystemObjects 1 } csRASystemCPUUser OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "percentages of user CPU time." ::= { csRASystemCPU 1 } csRASystemCPUSystem OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "percentages of system CPU time." ::= { csRASystemCPU 2 } csRASystemCPUIdle OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "percentages of idle CPU time." ::= { csRASystemCPU 3 } -- -- Memory -- csRASystemMemory OBJECT IDENTIFIER ::= { csRASystemObjects 2 } csRASystemMemoryTotal OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total Real/Physical Memory Size on the RA-Series." ::= { csRASystemMemory 1 } csRASystemMemoryFree OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Available Real/Physical Memory Space on the RA-Series." ::= { csRASystemMemory 2 } -- -- Notifications -- csRASystemCPUThOverTrap NOTIFICATION-TYPE OBJECTS { csRASystemCPU } STATUS current DESCRIPTION "trap of cpu is exceeded threshold." ::= { csRASystemNotifications 1 } csRASystemCPUThUnderTrap NOTIFICATION-TYPE OBJECTS { csRASystemCPU } STATUS current DESCRIPTION "trap of cpu is under threshold." ::= { csRASystemNotifications 2 } csRAFreeMemoryThOverTrap NOTIFICATION-TYPE OBJECTS { csRASystemMemoryFree } STATUS current DESCRIPTION "trap of free memory are fully." ::= { csRASystemNotifications 3 } csRAFreeMemoryThUnderTrap NOTIFICATION-TYPE OBJECTS { csRASystemMemoryFree } STATUS current DESCRIPTION "trap of free memory are few." ::= { csRASystemNotifications 4 } csRAIfLinkDown NOTIFICATION-TYPE OBJECTS { ifIndex, ifDescr, ifAdminStatus, ifOperStatus } STATUS current DESCRIPTION "trap of interface link down." ::= { csRASystemNotifications 5 } csRAIfLinkUp NOTIFICATION-TYPE OBJECTS { ifIndex, ifDescr, ifAdminStatus, ifOperStatus } STATUS current DESCRIPTION "trap of interface link up." ::= { csRASystemNotifications 6 } END