-- ----------------------------------------------------------------------------- -- -- Title: PFA System MIB -- -- Doc Number: EBC/C/00435 -- -- Revision: B -- -- Author: Clive Jarvis (clive@terminus.ericsson.se) -- -- Date: 9th December 1997 -- -- Approved: Satish Popat -- -- Description -- -- This MIB covers box-wide aspects of the PFA system which do not -- fit into the existing PFA MIBs. -- -- ****NOTES: -- -- 1. The PFA660 FAN and PSU status objects are only relevant -- to the PFA 660 enclosure. -- -- ----------------------------------------------------------------------------- Ericsson-Eripax-Access-System-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 pfaSys FROM Ericsson-Eripax-Access-MIB; Pfa660FanPsuStatus ::= INTEGER { ok (1), faulty (2) } -- ----------------------------------------------------------------------------- -- PFA System Objects -- ----------------------------------------------------------------------------- pfaNodeID OBJECT-TYPE SYNTAX INTEGER (0..9999) ACCESS read-only STATUS mandatory DESCRIPTION "An ID number used to identify the PFA. This value is configured using the NANOS:NODEID parameter. If the parameter value is set to NONE then the agent will return the value zero." REFERENCE "NANOx NODEID" ::= { pfaSys 1 } -- ----------------------------------------------------------------------------- -- PFA 660-specific Objects -- ----------------------------------------------------------------------------- pfa660FanStatus OBJECT-TYPE SYNTAX Pfa660FanPsuStatus ACCESS read-only STATUS mandatory DESCRIPTION "The current operational status of the PFA660 cooling fan, as indicated by the FANFAIL hardware signal." REFERENCE "NAHWx FANSTATUS" ::= { pfaSys 2 } pfa660PsuStatus OBJECT-TYPE SYNTAX Pfa660FanPsuStatus ACCESS read-only STATUS mandatory DESCRIPTION "The current operational status of the PFA660 power supply unit, as indicated by the PSUFAIL hardware signal." REFERENCE "NAHWx PSUSTATUS" ::= { pfaSys 3 } -- ----------------------------------------------------------------------------- -- END OF PFA 660-specific Objects -- ----------------------------------------------------------------------------- END