|
Description:
|
ospf3AreaInfoStatus OBJECT-TYPE
SYNTAX INTEGER {
-- the following two values are states:
-- these values may be read or written
active(1),
notInService(2),
-- the following value is a state:
-- this value may be read, but not written
notReady(3),
-- the following three values are
-- actions: these values may be written,
-- but are never read
createAndGo(4),
createAndWait(5),
destroy(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Area Status:
active(1), notInService(2), notReady(3)."
|
|
|