|
|
Description:
|
connProfileCause OBJECT-TYPE
SYNTAX INTEGER {
rowExisting(1), -- default value
otherFailure(2), -- NG cause other than stated below.
inconsistentEpd(3), -- Traffic type is inconsistent
-- with EPD value.
parameterNotEnough(4), -- Parameter is not enough.
alreadyExist(5), -- Duplicate profile name exist.
-- (content is same)
duplicateName(6), -- Duplicate profile name exist.
-- (content is different)
inconsistentRate(7) -- Rate designation is inconsistent.
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The result of Profile setting processing."
|
|
|
|