|
|
Description:
|
cmpaErrorLastEcode OBJECT-TYPE
SYNTAX INTEGER {invalid-network(1),
-- No such Network(domain) in the Database
invalid-node(2),
-- No such Node in the Database
invalid-shelf(3),
-- No such Nhelf for the given node
invalid-release(4),
-- Unsupported release fot the given Node/Shelf
node-timeout(5),
-- Timeout from the given Node/Shelf
node-busy(6),
-- Node is busy processing other requests
no-snmpcomm(7),
-- The demon process snmpcomm is not running
snmpcomm-error(8),
-- Internal error at the demon process snmpcomm
node-error(9),
-- Error at the embedded Agent
bad-value(10),
-- Bad value for the given Object
port-not-found(11),
-- The specified port does not exists
slot-is-full(12),
-- AddConn error, no more conns on this slot
conn-not-found(100),
-- The specified connection does not exists
endpt-exists(101),
-- AddConn error, Endpt already exists
lendpt-exists(102),
-- AddConn error, Local Endpt already exists
rendpt-exists(103),
-- AddConn error, Remote Endpt already exists
lendpt-missing(104),
-- connectionLocalEndPt is missing from the SET request
rendpt-missing(105),
-- connectionRemoteEndPt is missing from the SET request
db-lendpt-not-found(106),
-- Could not find Local Endpt in Database
db-rendpt-not-found(107),
-- Could not find Remote Endpt in Database
lendpt-not-found(108),
-- connectionLocalEndPt specified does not exists
rendpt-not-found(109),
-- connectionRemoteEndPt specified does not exists
dangling-endpt(110),
-- The Endpt is part of an incomplete connection
endpt-rowstatus-missing(111),
-- frEndPtRowStatus is missing from the SET request
conn-rowstatus-missing(112),
-- connectionRowStatus is missing from the SET request
invalid-endpt-rowstatus(113),
-- End point RowStatus can not be set to Active
invalid-conn-rowstatus(114),
-- connectionRowStatus can not be set to Active
invalid-connindex(115),
-- Invalid connection Index used for AddConn
testtype-missing(116),
-- connectionTestType is missing from the SET Request
partial-add(117),
-- Connection is added, but modification failed
partial-mod(118),
-- Endpt is modified, but connection params not modified
invalid-bw(119),
-- Invalid BandWidth param relationship.
not-active(120),
-- Connection is not in active state
invalid-adminstatus(121),
-- connectionAdminStatus can be SET to testing only
not-clear(122),
-- connectionOpStatus is not in clear state
invalid-endpt-comb(123),
-- Invalid Endpt combination for the connection
invalid-chantype(124),
-- Invalid chanType for the given Endpt combination
cmgrd-timeout(125),
-- No response from the demon cmgrd
no-cmgrd(126),
-- The demon cmgrd is not running
ronly-for-frp(127),
-- Object is read-only for FRP(IPX) Endpt
invalid-chanFECNconfig(128),
-- Invalid chanFECNconfig for the given chanType
invalid-chanCLPtoDEmap(129),
-- Invalid chanCLPtoDEmap for the given chanType
ibs-less-bc(130),
-- InitialBurstSize(IBS) should be less than or equal to Bc
asi-no-remote(131),
-- ASI can not be used as a remote End point
frsm-remote(132),
-- Remote End point must be FRSM for ASI connections
foresight-disabled(133),
-- PIR, MIR and QIR can not be Modified for AXIS endpt,
-- when Foresight is disabled
no-error-entry(500),
-- No entries available in the ErrorTable
not-applicable(501),
-- Error Code not relevant, rely on Error Description
invalid-flushall(502)
-- Can not set to noOp for cmpaErrorFlushAll}
ACCESS read-only
-- C-ACCESS-FUNC ppaErrorLastEcode
STATUS mandatory
DESCRIPTION
"This contains the error code of the last error
generated. If error table contains no errors,
GET on this object returns 500"
|
|