|
|
Description:
|
cwaChanSlaveType OBJECT-TYPE
SYNTAX INTEGER {
persistentSlave(1),
nonPersistentSlave(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates whether a master endpoint has a persistent
slave or not. A connection with a master and a non-persistent
slave is considered a single-ended SPVC.
This object is only meaningful when 'cwaChanRoutingMastership'
contains the value of 'true(1)'. And this variable must be used
with 'cwaChanRoutingMastership' to decide
if a connection is single-ended or not.
If the object 'cwaChanP2MP' is set to 'true', this object
should not be 'set' and the value
of this object, if any, is not meaningful."
DEFVAL {persistentSlave}
|
|